I've missed to add the ACPI resume support to this x86 build target.
This patch adds the ACPI resume support enabling S3 suspend /
resume.
Signed-off-by: Stefan Roese
Cc: Bin Meng
Cc: Simon Glass
---
configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 1 +
1 file changed, 1 insertion(+)
On Monday 16 October 2017 08:52 PM, Marek Vasut wrote:
> On 10/16/2017 04:51 PM, Felipe Balbi wrote:
>>
>> Hi,
>>
>> Faiz Abbas writes:
>> Marek Vasut writes:
>>> On 10/16/2017 07:21 AM, Faiz Abbas wrote:
A flush of the cache is required before any outbound DMA access can
>
Currently, pylibfdt is always compiled if swig is installed on your
machine. It is really annoying because most of targets (excepts
x86, sunxi, rockchip) do not use dtoc or binman.
"checkbinman" and "checkdtoc" are wrong. It is odd that the final
build stage checks if we have built necessary too
V2: resync scripts/dtc/ with linux-next-20171016
Masahiro Yamada (3):
scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110
pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile
pylibfdt: compile pylibfdt only when dtoc/binman is necessary
Rob Herring (1
This adds the following commits from upstream:
b1a6003 tests: Add a test for overlays syntactic sugar
737b2df overlay: Add syntactic sugar version of overlays
497432f checks: Use proper format modifier for size_t
22a65c5 dtc: Bump version to v1.4.5
c575d80 Add fdtoverlay to .gitignore
b6a6f94 fdto
From: Rob Herring
libfdt has gained some new files. We need to include them in the
kernel's copy.
Reported-by: Kyle Yan
Signed-off-by: Rob Herring
Signed-off-by: Masahiro Yamada
[ Linux commit: 4322323058f010274564006d61945187a15b6361 ]
---
scripts/dtc/update-dtc-source.sh | 4 +++-
1 fil
The pylibfdt is used by dtoc (and, indirectly by binman), but there
is no reason why it must be generated in the tools/ directory.
Recently, U-Boot switched over to the bundled DTC, and the directory
structure under scripts/dtc/ now mirrors the upstream DTC project.
So, scripts/dtc/pylibfdt is the
2017-10-17 10:37 GMT+09:00 Tom Rini :
> On Tue, Oct 17, 2017 at 10:11:41AM +0900, Masahiro Yamada wrote:
>> I will move the pylibfdt build script under the scripts/dtc/ in the
>> next commit. We need two more files to build the pylibfdt.
>>
>> We have almost same copies in lib/libfdt, but we are c
Hello patrice,
Am 11.10.2017 um 15:30 schrieb patrice.chot...@st.com:
From: Christophe Kerello
As "v" is a local variable in stm32_i2c_choose_solution()
"v" has to be copied into "s" to avoid data abort in
stm32_i2c_compute_timing().
Signed-off-by: Christophe Kerello
Reviewed-by: Patrick DEL
On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> Enable memory allocation in SPL for preparation to enable FAT
> in SPL. Memory allocation is needed by FAT to work properly.
>
> Signed-off-by: Tien Fong Chee
> ---
> include/configs/socfpga_common.h | 22
Hello Chris,
Am 16.10.2017 um 23:08 schrieb Chris Packham:
Hi Heiko,
On Mon, Oct 16, 2017 at 5:24 PM, Heiko Schocher wrote:
Hello Chris,
Am 16.10.2017 um 02:38 schrieb Chris Packham:
This is probably something of a foot-gun but here we go...
I was wondering if it's worth providing the abi
On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> This patch enables DDR Kconfig support for Arria 10.
>
> Signed-off-by: Tien Fong Chee
> ---
> arch/arm/mach-socfpga/Kconfig | 1 +
> drivers/ddr/altera/Kconfig| 2 +-
> 2 files changed, 2 insertions(+), 1
+Marek, Tom,
On Tue, Oct 17, 2017 at 11:14 AM, Suneel Garapati
wrote:
> Hi Bin/Simon,
>
> Request to know if this will be applied for v2017.11
>
Not sure which of you should pick this up for v2017.11.
> Regards,
> Suneel
>
Suneel, please avoid top-posting next time. thanks!
> On Sun, Sep 24,
Hi Bin/Simon,
Request to know if this will be applied for v2017.11
Regards,
Suneel
On Sun, Sep 24, 2017 at 7:13 PM, Simon Glass wrote:
> On 20 September 2017 at 23:09, Suneel Garapati wrote:
>> add blk child devices to ignore list while displaying usb tree graph,
>> also preamble should not be
Hi,
2017-10-15 22:02 GMT+09:00 Marek Vasut :
> Enable the XHCI support on all boards.
>
> Signed-off-by: Marek Vasut
> Cc: Nobuhiro Iwamatsu
Applied to rmobile branch.
Thanks,
Nobuhiro
> ---
> configs/r8a7795_salvator-x_defconfig | 1 +
> configs/r8a7795_ulcb_defconfig | 1 +
> confi
On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> Add DDR driver suppport for Arria 10.
s/suppport/support
>
> Signed-off-by: Tien Fong Chee
> ---
> arch/arm/mach-socfpga/include/mach/sdram.h | 2 +
> arch/arm/mach-socfpga/include/mach/sdram_arria
Hi,
2017-10-15 21:53 GMT+09:00 Marek Vasut :
> To help out with the RCar/RMobile upstreaming, I'm adding myself
> as the RCar/RMobile maintainer.
Thanks for your help.
Acked-by: Nobuhiro Iwamatsu
>
> Signed-off-by: Marek Vasut
> Cc: Nobuhiro Iwamatsu
> ---
> MAINTAINERS | 1 +
> 1 file chan
On Mon, Oct 16, 2017 at 08:48:16PM -0400, Tom Rini wrote:
> On Thu, Oct 12, 2017 at 09:32:41PM -0500, Matt Weber wrote:
>
> > If building in a sandboxed environment where a
> > alternate python interpreter is desired. Allow
> > configuring of the PYTHON variable to specify
> > the interpreter to i
Hey all,
It's release day and v2017.11-rc2 is out. I'm mostly happy with the
size of the changes here and I did remember to sync the defconfigs prior
to tagging.
At this point, any changes that come in need to be clear fixes to a
problem or Kconfig migrations that can be shown as correct.
I hop
On Tue, Oct 17, 2017 at 10:11:41AM +0900, Masahiro Yamada wrote:
> I will move the pylibfdt build script under the scripts/dtc/ in the
> next commit. We need two more files to build the pylibfdt.
>
> We have almost same copies in lib/libfdt, but we are collecting all
> DTC-derived files into scri
Currently, pylibfdt is always compiled if swig is installed on your
machine. It is really annoying because most of targets (excepts
x86, sunxi, rockchip) do not use dtoc or binman.
"checkbinman" and "checkdtoc" are wrong. It is odd that the final
build stage checks if we have built necessary too
Masahiro Yamada (3):
dtc: libfdt: import fdt_addresses.c and fdt_overlay.c
pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile
pylibfdt: compile pylibfdt only when dtoc/binman is necessary
Makefile | 17 +-
arch/arm/Kconfig
I will move the pylibfdt build script under the scripts/dtc/ in the
next commit. We need two more files to build the pylibfdt.
We have almost same copies in lib/libfdt, but we are collecting all
DTC-derived files into scripts/dtc.
Import fdt_addresses.c and fdt_overlay.c from DTC v1.4.5.
Signed
The pylibfdt is used by dtoc (and, indirectly by binman), but there
is no reason why it must be generated in the tools/ directory.
Recently, U-Boot switched over to the bundled DTC, and the directory
structure under scripts/dtc/ now mirrors the upstream DTC project.
So, scripts/dtc/pylibfdt is the
On Thu, Oct 12, 2017 at 11:37:37PM +0200, Heinrich Schuchardt wrote:
> Fix typos in USB tty driver.
>
> Signed-off-by: Heinrich Schuchardt
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot mailing list
U-
On Thu, Oct 12, 2017 at 10:47:05PM -0500, Praneeth Bajjuri wrote:
> 'commit fa24eca1f20a ("omap: Add routine for setting fastboot variables")'
> adds initial support and usage of "fastboot getvar" command
> for DRA75x and DRA72x devices.
>
> and
> 'commit 0f9e6aee9dbc ("arm: dra76: Add support fo
On Thu, Oct 12, 2017 at 10:47:02PM -0500, Praneeth Bajjuri wrote:
> Add vendor partition to Android GPT table for eMMC.
>
> A Vendor image contains SoC-specific code and configuration.
>
> Prior to Android 8.0, the vendor partition was optional ;
> files belonging to these images were placed in
On Tue, Oct 10, 2017 at 09:59:40PM +0300, Tuomas Tynkkynen wrote:
> Last user of this option went away in commit:
>
> fdc7718999 ("board: usb_a9263: Update to support DT and DM")
>
> Signed-off-by: Tuomas Tynkkynen
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP sig
On Tue, Oct 10, 2017 at 09:59:41PM +0300, Tuomas Tynkkynen wrote:
> Last user of this option went away in commit:
>
> fdc7718999 ("board: usb_a9263: Update to support DT and DM")
>
> Signed-off-by: Tuomas Tynkkynen
> Acked-by: Wenyou Yang
Applied to u-boot/master, thanks!
--
Tom
signature
On Mon, Oct 09, 2017 at 05:02:28PM +0200, patrice.chot...@st.com wrote:
> From: Christophe Kerello
>
> MMC commands like MMC_CMD_ALL_SEND_CID or MMC_CMD_SEND_CSD can reach
> 500 us. This patch increases the polling status register delay to avoid
> a timeout on a command.
>
> Signed-off-by: Chri
On Fri, Oct 06, 2017 at 03:04:59PM +0200, Marek Behún wrote:
> I accidentaly left a foreign language note in the code from development.
>
> Signed-off-by: Marek Behun
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
__
On Thu, Oct 12, 2017 at 10:47:03PM -0500, Praneeth Bajjuri wrote:
> From: Vishal Mahaveer
>
> Add vendor partition to Android GPT table for eMMC.
>
> A Vendor image contains SoC-specific code and configuration.
>
> Prior to Android 8.0, the vendor partition was optional ;
> files belonging to
On Fri, Oct 06, 2017 at 04:56:07PM +0200, Marek Behún wrote:
> Otherwise fs_opendir will fault.
>
> Signed-off-by: Marek Behun
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.d
On Fri, Oct 13, 2017 at 07:31:20PM +0200, Heinrich Schuchardt wrote:
> Update the script to version 0.26 (as of Linux v4.14-rc1)
> Keep our "penguin_chief".
> Keep our top_of_kernel_tree.
>
> The negative forms of the command line parameters are described
> when using --help.
>
> New options are
On Wed, Oct 11, 2017 at 03:34:33PM -0400, Tom Rini wrote:
> As the code currently stands, we first check that the length of the
> given command line, along with ip_str/mac_str along with an additional 1
> for the NULL termination will fit within the buffer we have, and if not,
> we return an error
Hi Tom,
> -Original Message-
> > Fiexes: 6d427c6b1fa0 ("binman: Automatically include a U-Boot .dtsi
> file")
> > Signed-off-by: Masahiro Yamada
>
> Applied to u-boot/master, thanks!
>
Could you fix my typo?
Fiexes -> Fixes
If it is too late, it if fine.
Masahiro
_
On Thu, Oct 12, 2017 at 09:32:41PM -0500, Matt Weber wrote:
> If building in a sandboxed environment where a
> alternate python interpreter is desired. Allow
> configuring of the PYTHON variable to specify
> the interpreter to invoke setup.py.
>
> Signed-off-by: Matthew Weber
Applied to u-boot/
On Fri, Oct 06, 2017 at 01:35:07PM +0200, Alexander Graf wrote:
> The test and info callbacks into the partition callback struct are
> used by the "part list" command on the command line. That command
> is used by the distro script.
>
> With verb=1 set, "part list" thus throws a lot of warnings a
On Thu, Oct 12, 2017 at 10:47:04PM -0500, Praneeth Bajjuri wrote:
> From: Vishal Mahaveer
>
> DRA71x processors are reduced pin and software compatible
> derivative of DRA72 processors. Extend support for this
> revision in "getvar cpu" command.
>
> Signed-off-by: Vishal Mahaveer
> [prane...@t
On Tue, Oct 10, 2017 at 09:59:42PM +0300, Tuomas Tynkkynen wrote:
> Last user of this option went away in commit:
>
> fdc7718999 ("board: usb_a9263: Update to support DT and DM")
>
> Signed-off-by: Tuomas Tynkkynen
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP sig
On Wed, Oct 11, 2017 at 11:56:10PM +0900, Masahiro Yamada wrote:
> I saw a DT build issue report some time before [1]. I was able to
> reproduce the bug, and figure out the root cause.
>
> Since commit 6d427c6b1fa0 ("binman: Automatically include a U-Boot
> .dtsi file"), invalid .*.cmd files are
On Fri, Oct 13, 2017 at 10:28:31PM +0200, Heinrich Schuchardt wrote:
> On qemu errors like
> assert 2.999650001525879 >= 3
> occur.
>
> According to the comment in the code the test is meant to be
> approximate. So we should accept some milliseconds less.
>
> Cc: Stephen Warren
> Signed-off-by:
On Tue, Oct 10, 2017 at 09:42:39AM -0700, Vagrant Cascadian wrote:
> This makes gcc no longer expect an out-of-line version of the
> functions being present elsewhere.
>
> This fixes a failure to build on several marvell targets with gcc-7 on
> Debian:
>
> https://bugs.debian.org/877963
>
> S
On Thu, Oct 05, 2017 at 08:35:02AM -0400, Jon Smith wrote:
> All BMP files were being treated as though they had a 40 byte header.
> There are several BMP header formats consisting of additional data.
> This was causing some of the header to be read as color information,
> skewing the color palett
On Mon, Oct 09, 2017 at 07:42:41PM +0300, Tuomas Tynkkynen wrote:
> Add brief documentation for the recently merged qemu-arm board.
>
> Signed-off-by: Tuomas Tynkkynen
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
_
On Thu, Oct 05, 2017 at 09:13:38AM -0300, Diego Dorta wrote:
> When compiling with W=1 the following warning is observed:
>
> arch/arm/mach-imx/mx6/soc.c:590:6: warning: no previous prototype for
> ‘s_init’ [-Wmissing-prototypes] void s_init(void)
>
> Remove this warning by adding the function
On Mon, Oct 09, 2017 at 11:41:24AM +0200, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> Fix bit 2 name of PWR_CR3 register to match with the
> last STM32H7 reference manual available here :
>
> http://www.st.com/content/st_com/en/support/resources/
> resource-selector.html?querycrit
On Fri, Oct 06, 2017 at 10:24:43AM +0900, Masahiro Yamada wrote:
> CONFIG options surrounded by
>
> CONFIG_IS_ENABLED(...)
> CONFIG_IS_BUILTIN(...)
> CONFIG_IS_MODULE(...)
> CONFIG_VAL(...)
>
> need special care for proper dependency tracking.
>
> I do not remember why, but I missed to
On Mon, Oct 09, 2017 at 11:41:23AM +0200, patrice.chot...@st.com wrote:
> From: Patrice Chotard
>
> CLK() macro is a residue of a previously reworked patch,
> remove it.
>
> Signed-off-by: Patrice Chotard
> Reviewed-by: Vikas Manocha
Applied to u-boot/master, thanks!
--
Tom
signature.asc
On Wed, Oct 11, 2017 at 08:15:04PM -0700, Bin Meng wrote:
> Signed-off-by: Bin Meng
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot
On Tue, Oct 10, 2017 at 09:59:43PM +0300, Tuomas Tynkkynen wrote:
> Removal of the legacy DataFlash code turned genimg_get_image() into a
> no-op. Drop all calls to it and the function itself.
>
> Signed-off-by: Tuomas Tynkkynen
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Descrip
On Tue, Oct 10, 2017 at 02:20:55PM +, Engling, Uwe wrote:
> Hello,
>
> I ran into a problem with the JFFS2 filesystem driver implemented in U-Boot.
>
> I've got a NAND device that has correctable ECC errors (corrected somewhere
> in mtd/nand/nand_base.c).
> The NAND driver tells the filesys
On Sun, Oct 08, 2017 at 10:44:05PM +0300, Tuomas Tynkkynen wrote:
> This macro isn't used by anything, and in fact hasn't ever been used
> according to the Git logs.
>
> Signed-off-by: Tuomas Tynkkynen
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
On Fri, Oct 06, 2017 at 03:04:57PM +0200, Marek Behún wrote:
> The variable res should be initialized to 0 in these functions,
> because if the searched key is not found, the variable is used
> uninitialized.
>
> Reported-by: Coverity (CID: 167335)
> Reported-by: Coverity (CID: 167336)
> Reported
On Wed, Oct 04, 2017 at 08:28:03PM +0500, Mirza, Taimoor wrote:
> From: "Mirza, Taimoor"
>
> fit_handle_file function does not quote input and output files while preparing
> command to run DTC to convert .its to .itb. This results in a failure if input
> or output files contain spaces in their n
On Fri, Oct 06, 2017 at 03:04:56PM +0200, Marek Behún wrote:
> Since
> rem = ((long) *tim_p) % SECSPERDAY;
> the second while cycle
> while (rem >= SECSPERDAY)
> is dead.
>
> Reported-by: Coverity (CID: 167334)
> Signed-off-by: Marek Behun
Applied to u-boot/master, thanks!
--
Tom
signat
On Wed, Oct 04, 2017 at 02:39:16PM +0200, Alexander Graf wrote:
> Upstream Linux has received a few device tree updates to the RPi
> which we should propagate into the builtin U-Boot one as well to
> gain hardware support.
>
> This patch bumps the dts files to their 4.14 Linux counterparts
> with
On Tue, Oct 03, 2017 at 09:38:44AM -0400, Tom Rini wrote:
> While this goes somewhat against normal coding style we should ensure
> that dev_desc is not NULL before we dereference it in allocation of
> legacy_mbr.
>
> Reported-by: Coverity (CID: 167292)
> Signed-off-by: Tom Rini
Applied to u-bo
On Mon, Oct 02, 2017 at 01:42:55PM +, ext-vasily.gurev...@vaisala.com wrote:
> Remove depends on TI_SECURE_DEVICE for other platforms.
>
> Signed-off-by: Vasily Gurevich
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: PGP signature
___
+ Tom
On 17-Oct-2017 12:44 AM, "Jagan Teki" wrote:
Hi,
I'm trying to use SPL_OF_CONTROL with u-boot,dm-spl So I've marked
u-boot,dm-spl with pinctrl since MMC used the pinconfig.
The issue observed here is SPL handover to U-Boot proper and before
relocation U-Boot probed imx_thermal dm-driver
On Tue, Oct 17, 2017 at 10:46 AM, Jagan Teki wrote:
> On Tue, Oct 17, 2017 at 3:07 AM, Chris Packham
> wrote:
>> Erratum NO. FE-9144572: The device SPI interface supports frequencies of
>> up to 50 MHz. However, due to this erratum, when the device core clock
>> is 250 MHz and the SPI interface
Hi,
I'm trying to use SPL_OF_CONTROL with u-boot,dm-spl So I've marked
u-boot,dm-spl with pinctrl since MMC used the pinconfig.
The issue observed here is SPL handover to U-Boot proper and before
relocation U-Boot probed imx_thermal dm-driver through device_probe.
But the same time device_probe u
On Mon, Oct 16, 2017 at 6:51 PM, Jagan Teki wrote:
> On Fri, Oct 13, 2017 at 7:03 PM, Fabio Estevam wrote:
>> Hi Lukasz,
>>
>> On Fri, Oct 13, 2017 at 5:16 AM, Lukasz Majewski wrote:
>>
>>> There is some ongoing work to provide such facility. for imx6
>>> boards. I will keep you informed.
>>
On Tue, Oct 17, 2017 at 3:07 AM, Chris Packham wrote:
> Erratum NO. FE-9144572: The device SPI interface supports frequencies of
> up to 50 MHz. However, due to this erratum, when the device core clock
> is 250 MHz and the SPI interfaces is configured for 50MHz SPI clock and
> CPOL=CPHA=1 there m
This converts the following to Kconfig:
CONFIG_MTDIDS
CONFIG_MTDPARTS
For am3517_evm, omap3_logic, and da850evm variants.
Signed-off-by: Adam Ford
---
configs/am3517_evm_defconfig | 2 ++
configs/da850_am18xxevm_defconfig | 3 +++
configs/da850evm_defconfig| 2 ++
configs/
Erratum NO. FE-9144572: The device SPI interface supports frequencies of
up to 50 MHz. However, due to this erratum, when the device core clock
is 250 MHz and the SPI interfaces is configured for 50MHz SPI clock and
CPOL=CPHA=1 there might occur data corruption on reads from the SPI
device.
Imple
Hi,
sorry Simon for dropping the ball earlier. I will try to answer both
Jagan's and your concern below.
On 16/10/17 21:59, Jagan Teki wrote:
> On Mon, Oct 9, 2017 at 10:15 AM, Simon Glass wrote:
>> Hi Andre,
>>
>> On 4 October 2017 at 17:24, Andre Przywara wrote:
>>> Newer versions of the devi
On Tue, Oct 10, 2017 at 10:48 PM, Antony Antony wrote:
> On Tue, Oct 10, 2017 at 07:21:57PM +0530, Jagan Teki wrote:
>> On Tue, Oct 10, 2017 at 7:18 PM, Peter Robinson wrote:
>> > Shouldn't we just be syncing changes to the DT from the kernel?
>>
>
> I guess syncing could possibly solve the probl
On Tue, Oct 17, 2017 at 2:43 AM, Tom Rini wrote:
> On Tue, Oct 17, 2017 at 02:29:14AM +0530, Jagan Teki wrote:
>> On Mon, Oct 9, 2017 at 10:15 AM, Simon Glass wrote:
>> > Hi Andre,
>> >
>> > On 4 October 2017 at 17:24, Andre Przywara wrote:
>> >> Newer versions of the device tree compiler (right
On Wed, Oct 4, 2017 at 5:38 AM, Tom Rini wrote:
> On Tue, Oct 03, 2017 at 11:34:36PM +0100, Peter Robinson wrote:
>> Hi Tom,
>>
>> > So it's release day and I've put up v2017.11-rc1. The merge window is
>> > now closed and I've updated git and the tarballs are also up now.
>>
>> I don't see the t
On Tue, Oct 17, 2017 at 02:29:14AM +0530, Jagan Teki wrote:
> On Mon, Oct 9, 2017 at 10:15 AM, Simon Glass wrote:
> > Hi Andre,
> >
> > On 4 October 2017 at 17:24, Andre Przywara wrote:
> >> Newer versions of the device tree compiler (rightfully) complain about
> >> mismatches between attributed
Hi Heiko,
On Mon, Oct 16, 2017 at 5:24 PM, Heiko Schocher wrote:
> Hello Chris,
>
> Am 16.10.2017 um 02:38 schrieb Chris Packham:
>>
>> This is probably something of a foot-gun but here we go...
>>
>> I was wondering if it's worth providing the ability to silence the
>> output from the SPL. CONFI
On Mon, Oct 9, 2017 at 10:15 AM, Simon Glass wrote:
> Hi Andre,
>
> On 4 October 2017 at 17:24, Andre Przywara wrote:
>> Newer versions of the device tree compiler (rightfully) complain about
>> mismatches between attributed node names (name@) and a missing
>> reg property in that node.
>> Adjust
On Tue, Oct 17, 2017 at 6:04 AM, Jagan Teki wrote:
> On Fri, Oct 13, 2017 at 6:35 AM, Chris Packham
> wrote:
>> Erratum NO. FE-9144572: The device SPI interface supports frequencies of
>> up to 50 MHz. However, due to this erratum, when the device core clock
>> is 250 MHz and the SPI interfaces
On Fri, Oct 13, 2017 at 7:03 PM, Fabio Estevam wrote:
> Hi Lukasz,
>
> On Fri, Oct 13, 2017 at 5:16 AM, Lukasz Majewski wrote:
>
>> There is some ongoing work to provide such facility. for imx6
>> boards. I will keep you informed.
>
> That's good news! Please keep me in the loop as well.
Wou
This converts the following to Kconfig:
CONFIG_SMC911X
CONFIG_SMC911X_BASE
CONFIG_SMC911X_32_BIT
There are a variety of boards that need some cleanup in their
respective include/configs file, but here is a foundation
for them to begin their transisiton.
Signed-off-by: Adam Ford
V2: Mer
This converts the following to Kconfig:
CONFIG_NAND_OMAP_GPMC
CONFIG_NAND_OMAP_GPMC_PREFETCH
CONFIG_NAND_OMAP_ELM
CONFIG_SPL_NAND_AM33XX_BCH
CONFIG_SPL_NAND_SIMPLE (ARCH_OMAP2PLUS only)
Signed-off-by: Adam Ford
---
V5: Rebase against master
V4: Fix missing data from V2-V3
V3: Remov
New options should be placed in defconfig according to the sequence
in .config.
Fixes: 4a59ada5e60d efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTEST
Suggested-by: Bin Meng
Signed-off-by: Heinrich Schuchardt
---
configs/qemu-x86_64_defconfig | 2 +-
configs/qemu-x86_defconfig| 2 +-
2 files
Up to now we depended on an exported variable to build u-boot.rom.
We should be able to specify it in the configuration file, too.
With this patch this becomes possible using the new Kconfig option
CONFIG_BUILD_ROM.
This option depends on CONFIG_X86 and is selected in
qemu-x86_defconfig and qemu-
On Fri, Oct 13, 2017 at 07:28:50PM +0900, Masahiro Yamada wrote:
> Both are unneeded in this file.
>
> Signed-off-by: Masahiro Yamada
> ---
>
> drivers/core/simple-bus.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/drivers/core/simple-bus.c b/drivers/core/simple-bus.c
> index 14
On Fri, Oct 13, 2017 at 8:48 PM, Eugeniy Paltsev
wrote:
> Add option to set spi controller clock frequency via device tree
> using standard clock bindings.
> Old way of setting spi controller clock frequency (via implementation
> of 'cm_get_spi_controller_clk_hz' function in platform specific code
On Fri, Oct 13, 2017 at 6:35 AM, Chris Packham wrote:
> Erratum NO. FE-9144572: The device SPI interface supports frequencies of
> up to 50 MHz. However, due to this erratum, when the device core clock
> is 250 MHz and the SPI interfaces is configured for 50MHz SPI clock and
> CPOL=CPHA=1 there m
On 10/16/2017 10:17 AM, Patrick Delaunay wrote:
Add test of first and last LBA in gpt for rename and swap.
Only the name is expected to change, so test 3 columns
for part command
1: first LBA (start)
2: last LBA (end)
3: partition name
Signed-off-by: Patrick Delaunay
---
WARNING: the last LBA a
On 10/16/2017 10:17 AM, Patrick Delaunay wrote:
Signed-off-by: Patrick Delaunay
There needs to be a patch description here, so anyone looking at git
history knows what this patch is intended to do.
---
The write test failed on error
"Writing GPT: Partition overlap"
./test/py/test.py -k gp
On 10/16/2017 10:17 AM, Patrick Delaunay wrote:
copy the persistent gpt binary file as it can be modified during the test
that avoid issue if the test fail: the test always restart with clean file
Acked-by: Stephen Warren
___
U-Boot mailing list
U-Bo
in the last version v2017.09, I see some regression for the command
$> gpt write mmc 0 "name=test,start=0x4400,size=0"
$> gpt write mmc 0 "name=test,size=0"
I use sandbox python test to verify if this issue is also present in
v2017.11-rc1 and when I check the log tests, I detect a other issue
fo
don't use prettyprint_part_size() in create_gpt_partitions_list()
that avoid to align offset and size to 1 MiB and increase precision for
start and size
This patch avoid the risk to change partition size
and lost data during swap
Signed-off-by: Patrick Delaunay
---
Changes in v2: None
cmd/gpt.
the partition starting at 0x4400 is refused with overlap error:
$> gpt write mmc 0 "name=test,start=0x4400,size=0"
Writing GPT: Partition overlap
error!
even if the 0x4400 is the first available offset for LBA35 with default
value:
- MBR=LBA1
- GPT header=LBA2
- PTE= 32 LBAs (128 entry), 3 t
Add test of first and last LBA in gpt for rename and swap.
Only the name is expected to change, so test 3 columns
for part command
1: first LBA (start)
2: last LBA (end)
3: partition name
Signed-off-by: Patrick Delaunay
---
WARNING: the last LBA are invalid after rename
before rename
0x0800
Signed-off-by: Patrick Delaunay
---
The write test failed on error
"Writing GPT: Partition overlap"
./test/py/test.py -k gpt --build
this regression is corrected in next commit of the patchset
Changes in v2: None
test/py/tests/test_gpt.py | 45 +
1
copy the persistent gpt binary file as it can be modified during the test
that avoid issue if the test fail: the test always restart with clean file
Signed-off-by: Patrick Delaunay
---
Changes in v2:
- Split test to functional change
test/py/tests/test_gpt.py | 23 ++-
1 fi
Hi Peng,
Subject should be changed as you are no longer fixing a MMC breakage.
On Mon, Oct 16, 2017 at 10:23 AM, Peng Fan wrote:
> Log:
> "
> MMC Device 1 not found
> *** Warning - No MMC card found, using default environment
This message should be removed as you are no longer fixing a MM
Hi Stephen
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
>
> On 10/10/2017 06:50 AM, Patrick DELAUNAY wrote:
> > Hi Stephen,
> >
> >> -Original Message-
> >> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> >>
> >> On 10/09/2017 01:47 AM, Patrick Delaunay wrote:
> >
> > But I
On 10/16/2017 04:08 PM, Dinh Nguyen wrote:
>
>
> On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote:
>> From: Tien Fong Chee
>>
>> Generic firmware loader framework contains some common functionality
>> which is reusable by any specific file system firmware loader.
>>
>> Signed-off-by: Tien
On 10/16/2017 04:20 PM, Felipe Balbi wrote:
>
> Hi,
>
> Faiz Abbas writes:
>> Hi Felipe,
>>
>> On Monday 16 October 2017 07:25 PM, Felipe Balbi wrote:
>>>
>>> Hi,
>>>
>>> Marek Vasut writes:
On 10/16/2017 07:21 AM, Faiz Abbas wrote:
> A flush of the cache is required before any outboun
On 10/15/2017 10:04 PM, Udit Agarwal wrote:
> Adds config CONFIG_FSL_LS_PPA and CONFIG_FSL_CAAM in
> LS2080AQDS and LS2080ARDB secure boot defconfig.
>
> Removes CONFIG_FIT, as not required when CONFIG_FSL_LS_PPA
> is enabled.
Your reason is wrong. With CONFIG_FSL_LS_PPA enabled, CONFIG_FIT is
se
On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> These drivers handle FPGA program operation from flash loading
> RBF to memory and then to program FPGA.
>
> Signed-off-by: Tien Fong Chee
> ---
> .../include/mach/fpga_manager_arria10.h| 28 ++
>
On 10/13/2017 03:08 AM, tien.fong.c...@intel.com wrote:
> From: Tien Fong Chee
>
> Commit 2baa997240d ("arm: socfpga: Add FPGA driver support for Arria 10")
> Polling the wrong status bit. Fix with correct polling status bit.
This message doesn't reflect what the patch is doing. The patch is
c
On 10/16/2017 04:51 PM, Felipe Balbi wrote:
>
> Hi,
>
> Faiz Abbas writes:
> Marek Vasut writes:
>> On 10/16/2017 07:21 AM, Faiz Abbas wrote:
>>> A flush of the cache is required before any outbound DMA access can
>>> take place. The minimum size that can be flushed from the cac
Hi,
Faiz Abbas writes:
Marek Vasut writes:
> On 10/16/2017 07:21 AM, Faiz Abbas wrote:
>> A flush of the cache is required before any outbound DMA access can
>> take place. The minimum size that can be flushed from the cache is
>> one cache line size. Therefore, any buffer
1 - 100 of 124 matches
Mail list logo