Re: [U-Boot] [U-Boot, 1/2] arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option

2018-10-20 Thread Tom Rini
On Mon, Sep 17, 2018 at 09:43:03PM +0300, Vladimir Zapolskiy wrote: > The explicit arch specific build symbol allows to group supported > boards, generalize common config options and it will serve as > a dependency for platform only drivers. > > Two related board defconfigs are resynced after the

Re: [U-Boot] [U-Boot, 2/2] work_92105: remove unused CONFIG_SPL_NAND_BOOT configuration option

2018-10-20 Thread Tom Rini
On Mon, Sep 17, 2018 at 09:56:37PM +0300, Vladimir Zapolskiy wrote: > The option is unused, SPL image gets a wanted boot device by standard > spl_boot_device() call. > > Signed-off-by: Vladimir Zapolskiy Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature _

Re: [U-Boot] [U-Boot, 1/2] work_92105: remove unused CONFIG_LPC32XX_SPL configuration option

2018-10-20 Thread Tom Rini
On Mon, Sep 17, 2018 at 09:56:36PM +0300, Vladimir Zapolskiy wrote: > The CONFIG_LPC32XX_SPL option from board include file has never been > used, it is safe to remove it. > > Signed-off-by: Vladimir Zapolskiy Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] travis: Add sandbox/clang-7 support

2018-10-20 Thread Tom Rini
On Sun, Oct 07, 2018 at 02:20:30PM -0400, Tom Rini wrote: > To make testing with clang support easier, add sandbox/clang-7 > combination to our testing matrix. To facilitate this, switch to using > the "sources" method that the travis.yml file supports to list > additional repositories and add th

Re: [U-Boot] arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option

2018-10-20 Thread Tom Rini
On Mon, Sep 17, 2018 at 10:03:27PM +0300, Vladimir Zapolskiy wrote: > The option has never existed and config whitelist script accumulates > it from a comment block, wipe it out from the source code. > > Signed-off-by: Vladimir Zapolskiy Applied to u-boot/master, thanks! -- Tom signature.as

Re: [U-Boot] [U-Boot, 2/2] travis: Switch to i386 version toolchain for x86

2018-10-20 Thread Tom Rini
On Mon, Oct 08, 2018 at 04:53:54PM -0700, Bin Meng wrote: > Currently this uses x86_64 version toolchain for x86 build in > travis-ci. Change it to i386 version to avoid updating the > buildman toolchain path every time when the toolchain version > number is changed, eg: from 7.3.0 to 8.1.0. > >

Re: [U-Boot] [U-Boot, 2/2] Makefile: add LPC32xx precondition for building platform images

2018-10-20 Thread Tom Rini
On Mon, Sep 17, 2018 at 09:43:04PM +0300, Vladimir Zapolskiy wrote: > To prevent accidental build failures the change converts a number of > NXP LPC32xx specific image targets to be conditionally dependent on > target build configuration. The wrapped image targets always contain > a U-Boot SPL bin

Re: [U-Boot] ARM: mach-omap2: Kconfig: Make SYS_MPUCLK dependent on AM33XX

2018-10-20 Thread Tom Rini
On Sun, Oct 07, 2018 at 09:58:25AM -0500, Adam Ford wrote: > This value is unly used in arch/arm/mach-omap2/am33xx/ > clock_am33xx.c, so let's make it dependent on AM33XX since > that is the only way this file gets compiled into the code > according to the Makefile. > > Signed-off-by: Adam Ford

Re: [U-Boot] Convert CONFIG_FLASH_CFI_DRIVER et al to Kconfig

2018-10-20 Thread Tom Rini
On Sun, Oct 14, 2018 at 03:10:50PM -0500, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_FLASH_CFI_DRIVER >CONFIG_SYS_FLASH_USE_BUFFER_WRITE >CONFIG_FLASH_CFI_MTD >CONFIG_SYS_FLASH_PROTECTION >CONFIG_SYS_FLASH_CFI > > Signed-off-by: Adam Ford > > diff --g

Re: [U-Boot] [U-Boot,1/1] common: command: fix typo

2018-10-20 Thread Tom Rini
On Fri, Oct 12, 2018 at 11:23:04AM +0200, Heinrich Schuchardt wrote: > %s/CMD_RET_SUCCESX/CMD_RET_SUCCESS/g > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing

Re: [U-Boot] [U-Boot,1/2] travis: Remove or32 toolchain info

2018-10-20 Thread Tom Rini
On Mon, Oct 08, 2018 at 04:53:53PM -0700, Bin Meng wrote: > or32 is not supported by U-Boot anymore. > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists

Re: [U-Boot] bootcount: Make bootcount magic configurable

2018-10-20 Thread Tom Rini
On Thu, Oct 11, 2018 at 12:13:54AM +0200, Marek Vasut wrote: > Add new Kconfig option, SYS_BOOTCOUNT_MAGIC, to select the boot > counter magic word. This can be useful ie. in case the entire > boot counter register is not usable. > > Signed-off-by: Marek Vasut > Cc: Tom Rini Applied to u-boot/

[U-Boot] Pull request: u-boot-staging

2018-10-20 Thread Anatolij Gustschin
Hi Tom, please pull some synxi PWM driver bugfixes: The following changes since commit e3beca3a2fe172ca707a0e70310f9f7ebd3b3f0f: Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot (2018-10-17 07:20:52 -0400) are available in the Git repository at: git://git.denx.de/u-boot-sta

Re: [U-Boot] Pull request: u-boot-staging

2018-10-20 Thread Tom Rini
On Sat, Oct 20, 2018 at 09:35:56PM +0200, Anatolij Gustschin wrote: > Hi Tom, > > please pull some synxi PWM driver bugfixes: > > The following changes since commit e3beca3a2fe172ca707a0e70310f9f7ebd3b3f0f: > > Merge tag 'signed-efi-2018.11' of git://github.com/agraf/u-boot (2018-10-17 > 07:2

[U-Boot] [PATCH v3 0/3] efi_loader: fix simple network protocol

2018-10-20 Thread Heinrich Schuchardt
We should not call eth_rx() before the network interface is initialized. The services of the simple network protocol should check the state of the network adapter. Provide a correctly aligned transmit buffer not depending on CONFIG_EFI_LOADER_BOUNCE_BUFFER. Correct the unit test. Add and correct

[U-Boot] [PATCH v3 3/3] efi_loader: fix simple network protocol

2018-10-20 Thread Heinrich Schuchardt
We should not call eth_rx() before the network interface is initialized. The services of the simple network protocol should check the state of the network adapter. Add and correct comments. Without this patch i.mx6 system Wandboard Quad rev B1 fails to execute bootefi selftest. Signed-off-by: He

[U-Boot] [PATCH v3 2/3] efi_loader: correctly aligned transmit buffer

2018-10-20 Thread Heinrich Schuchardt
Provide a correctly aligned transmit buffer not depending on CONFIG_EFI_LOADER_BOUNCE_BUFFER. Signed-off-by: Heinrich Schuchardt --- v3: split the patch into a series --- lib/efi_loader/efi_net.c | 32 +--- 1 file changed, 21 insertions(+), 11 deletions(-) di

[U-Boot] [PATCH v3 1/3] efi_selftest: fix simple network protocol test

2018-10-20 Thread Heinrich Schuchardt
To use the simple network protocol we have to call the start service first and the initialize service second. Signed-off-by: Heinrich Schuchardt --- v3: split the patch into a series --- lib/efi_selftest/efi_selftest_snp.c | 16 1 file changed, 8 insertions(+), 8 deletio

Re: [U-Boot] Pull request: u-boot-staging

2018-10-20 Thread Anatolij Gustschin
On Sat, 20 Oct 2018 15:43:48 -0400 Tom Rini tr...@konsulko.com wrote: ... > These all look like things that should go via the sunxi tree, and Jagan > is fairly active. I'm curious, why did you pick these up presently? I got this series on Tuesday and then also got Acked-by and Tested-by stating t