Re: [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

2018-01-22 Thread Simon Goldschmidt
On 23.01.2018 07:28, Chee, Tien Fong wrote: On Mon, 2018-01-22 at 12:41 +0100, Simon Goldschmidt wrote: On 22.01.2018 09:08, Chee, Tien Fong wrote: On Thu, 2018-01-18 at 06:57 +0100, Simon Goldschmidt wrote: On 27.12.2017 06:04, tien.fong.c...@intel.com wrote: From: Tien Fong Chee

Re: [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

2018-01-22 Thread Chee, Tien Fong
On Mon, 2018-01-22 at 12:41 +0100, Simon Goldschmidt wrote: > On 22.01.2018 09:08, Chee, Tien Fong wrote: > > > > On Thu, 2018-01-18 at 06:57 +0100, Simon Goldschmidt wrote: > > > > > > On 27.12.2017 06:04, tien.fong.c...@intel.com wrote: > > > > > > > > From: Tien Fong Chee

Re: [U-Boot] u-boot-mmc fails on almost every Tegra board

2018-01-22 Thread Jaehoon Chung
On 01/23/2018 01:24 PM, Jaehoon Chung wrote: > Hi Stephen, > > On 01/23/2018 10:39 AM, Jaehoon Chung wrote: >> Hi Stephen, >> >> On 01/23/2018 02:02 AM, Stephen Warren wrote: >>> Jaehoon, >>> >>> The latest commit in u-boot-mmc.git master branch fails on almost every >>> Tegra board. The MMC

[U-Boot] [PATCH] mmc: fix to assign to corret clock value when clock is enabling

2018-01-22 Thread Jaehoon Chung
When clock is enabling, it's assigned to 0 as mmc->clock. Then it can't initialize any card. Fix to assign to correct clock value as mmc->cfg->f_min or f_max. Fixes: 9546eb92cb6 ("mmc: fix the wrong disabling clock") Signed-off-by: Jaehoon Chung --- drivers/mmc/mmc.c |

Re: [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

2018-01-22 Thread Chee, Tien Fong
On Mon, 2018-01-22 at 09:44 +0100, Lothar Waßmann wrote: > Hi, > > On Mon, 22 Jan 2018 07:11:37 + Chee, Tien Fong wrote: > > > > On Thu, 2018-01-18 at 12:12 +0100, Marek Vasut wrote: > > > > > > On 01/18/2018 05:33 AM, Chee, Tien Fong wrote: > > > > > > > > > > > > On Tue, 2018-01-16 at

Re: [U-Boot] u-boot-mmc fails on almost every Tegra board

2018-01-22 Thread Jaehoon Chung
Hi Stephen, On 01/23/2018 10:39 AM, Jaehoon Chung wrote: > Hi Stephen, > > On 01/23/2018 02:02 AM, Stephen Warren wrote: >> Jaehoon, >> >> The latest commit in u-boot-mmc.git master branch fails on almost every >> Tegra board. The MMC device experiences an error during initialization and >>

Re: [U-Boot] travis-ci: Add qemu-x86_64 target

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 08:11:54PM -0500, Tom Rini wrote: > On Sat, Feb 11, 2017 at 10:44:05AM -0500, Tom Rini wrote: > > > Add qemu-x86_64 to the list of targets we use for test.py runs. > > > > Signed-off-by: Tom Rini > > Applied to u-boot/master, thanks! But, sigh,

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-22 Thread Jaehoon Chung
On 01/23/2018 12:10 PM, Jun Nie wrote: > 2018-01-23 10:00 GMT+08:00 Jaehoon Chung : >> On 01/22/2018 09:21 PM, Jun Nie wrote: >>> 2018-01-22 13:03 GMT+08:00 Jaehoon Chung : Hi, On 01/02/2018 01:25 PM, Jun Nie wrote: > Poll for

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-22 Thread Jun Nie
2018-01-23 10:00 GMT+08:00 Jaehoon Chung : > On 01/22/2018 09:21 PM, Jun Nie wrote: >> 2018-01-22 13:03 GMT+08:00 Jaehoon Chung : >>> Hi, >>> >>> On 01/02/2018 01:25 PM, Jun Nie wrote: Poll for broken card detection case instead of return

[U-Boot] [PATCH] arm64 :show_regs: show the real hardware register even after relocation

2018-01-22 Thread Peng Fan
Not only show the calculated value after relocation, also show the real hardware register value. Signed-off-by: Peng Fan Reported-by: Karl Beldan --- arch/arm/lib/interrupts_64.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff

Re: [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

2018-01-22 Thread Peng Fan
On Mon, Jan 22, 2018 at 03:00:36PM +0100, Stefano Babic wrote: >Hi Peng, > >On 10/01/2018 06:20, Peng Fan wrote: >> Add i.MX8MQ EVK support. SPL will initialize ddr and load ddr phy >> firmware. Then loading FIT image, ATF to OCRAM, U-Boot and DTB to >> DRAM. >> >> The boot log with Arm trusted

Re: [U-Boot] [PATCH 1/2] sunxi: fix i2c support for sunxi H3/H5

2018-01-22 Thread Nuno Gonçalves
I have tried for a while to make it work with DM_I2C but so far nothing. => i2c bus Bus -1: i2c@01c2ac00 Bus -1: i2c@01c2b000 => dm tree Class Probed Driver Name root [ + ] root_drive root_driver simple_bus [ + ] generic_si `--

Re: [U-Boot] [PATCH] mmc: Poll for broken card detection case

2018-01-22 Thread Jaehoon Chung
On 01/22/2018 09:21 PM, Jun Nie wrote: > 2018-01-22 13:03 GMT+08:00 Jaehoon Chung : >> Hi, >> >> On 01/02/2018 01:25 PM, Jun Nie wrote: >>> Poll for broken card detection case instead of return >>> no card detected. >> >> Sorry for late. i didn't see this patch in my

Re: [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

2018-01-22 Thread Peng Fan
Hi Stefano, On Mon, Jan 22, 2018 at 01:13:17PM +0100, Stefano Babic wrote: >Hi Peng, > >On 10/01/2018 06:20, Peng Fan wrote: >> Add i.MX8MQ EVK support. SPL will initialize ddr and load ddr phy >> firmware. Then loading FIT image, ATF to OCRAM, U-Boot and DTB to >> DRAM. >> >> The boot log with

Re: [U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time

2018-01-22 Thread Jaehoon Chung
Hi Siva, On 01/22/2018 08:03 PM, Siva Durga Prasad Paladugu wrote: > Hi Jaehoon, > >> -Original Message- >> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com] >> Sent: Thursday, January 18, 2018 1:46 PM >> To: Siva Durga Prasad Paladugu ; u- >> b...@lists.denx.de >>

Re: [U-Boot] mmc: disable UHS modes if Vcc cannot be switched on and off

2018-01-22 Thread Jaehoon Chung
On 01/23/2018 03:38 AM, Eugeniy Paltsev wrote: > Hi Jean-Jacques, > > after commit "mmc: disable UHS modes if Vcc cannot be switched on and off" > (04a2ea248f) > we got MMC broken on several (at least two) platforms with DesignWare MMC > controller. > > The error log (with debug enabled in

Re: [U-Boot] u-boot-mmc fails on almost every Tegra board

2018-01-22 Thread Jaehoon Chung
Hi Stephen, On 01/23/2018 02:02 AM, Stephen Warren wrote: > Jaehoon, > > The latest commit in u-boot-mmc.git master branch fails on almost every Tegra > board. The MMC device experiences an error during initialization and hence > isn't available: Thanks for reporting this. I'm not sure but it

Re: [U-Boot] travis-ci: Add qemu-x86_64 target

2018-01-22 Thread Tom Rini
On Sat, Feb 11, 2017 at 10:44:05AM -0500, Tom Rini wrote: > Add qemu-x86_64 to the list of targets we use for test.py runs. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,5/5] fs: fat: Drop CONFIG_SUPPORT_VFAT

2018-01-22 Thread Tom Rini
On Fri, Jan 05, 2018 at 02:45:21AM +0200, Tuomas Tynkkynen wrote: > fat.h unconditionally defines CONFIG_SUPPORT_VFAT (and has done since > 2003), so as a result VFAT support is always enabled regardless of > whether a board config defines it or not. Drop this unnecessary option. > >

Re: [U-Boot] [U-Boot,3/5] env: ENV_IS_IN_FAT improvements

2018-01-22 Thread Tom Rini
On Fri, Jan 05, 2018 at 02:45:19AM +0200, Tuomas Tynkkynen wrote: > Make it select FS_FAT as well, because if it's not selected, enabling > ENV_IS_IN_FAT causes a Kconfig warning: > > warning: (ENV_IS_IN_FAT) selects FAT_WRITE which has unmet direct > dependencies (FS_FAT) > > This also allows

Re: [U-Boot] [U-Boot,1/3] Convert CONFIG_TWL4030_USB to Kconfig

2018-01-22 Thread Tom Rini
On Tue, Jan 02, 2018 at 10:38:36AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_TWL4030_USB > > Signed-off-by: Adam Ford Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, 3/3] Convert CONFIG_ROCKCHIP_USB2_PHY to Kconfig

2018-01-22 Thread Tom Rini
On Tue, Jan 02, 2018 at 10:39:52AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_ROCKCHIP_USB2_PHY > > Signed-off-by: Adam Ford Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,1/5] fs: Migrate ext4 to Kconfig

2018-01-22 Thread Tom Rini
On Fri, Jan 05, 2018 at 02:45:17AM +0200, Tuomas Tynkkynen wrote: > Migrate the following symbols to Kconfig: > > CONFIG_FS_EXT4 > CONFIG_EXT4_WRITE > > The definitions in config_fallbacks.h can now be expressed in Kconfig. > > Signed-off-by: Tuomas Tynkkynen Applied to

Re: [U-Boot] [U-Boot, 4/5] fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description

2018-01-22 Thread Tom Rini
On Fri, Jan 05, 2018 at 02:45:20AM +0200, Tuomas Tynkkynen wrote: > Signed-off-by: Tuomas Tynkkynen Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot,2/3] Convert CONFIG_OMAP_USB_PHY to Kconfig

2018-01-22 Thread Tom Rini
On Tue, Jan 02, 2018 at 10:39:21AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_OMAP_USB_PHY > > Signed-off-by: Adam Ford Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, 2/5] ARM: poplar: Use Kconfig to enable CONFIG_FAT_WRITE

2018-01-22 Thread Tom Rini
On Fri, Jan 05, 2018 at 02:45:18AM +0200, Tuomas Tynkkynen wrote: > The symbol's been converted to Kconfig for a while, poplar is the only > one #defining it. > > Signed-off-by: Tuomas Tynkkynen Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP

Re: [U-Boot] [U-Boot,V5] Convert CONFIG_SOC_DA8XX et al to Kconfig

2018-01-22 Thread Tom Rini
On Thu, Jan 11, 2018 at 08:20:27AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_SOC_DA8XX >CONFIG_SOC_DA850 >CONFIG_DA850_LOWLEVEL >CONFIG_MACH_DAVINCI_DA850_EVM >CONFIG_SYS_DA850_PLL_INIT >CONFIG_SYS_DA850_DDR_INIT > > Signed-off-by: Adam

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

2018-01-22 Thread Tom Rini
On Fri, Dec 29, 2017 at 09:15:41AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_USB_MUSB_HCD >CONFIG_USB_MUSB_UDC >CONFIG_USB_DAVINCI >CONFIG_USB_OMAP3 >CONFIG_USB_DA8XX >CONFIG_USB_AM35X > > Signed-off-by: Adam Ford

Re: [U-Boot] Convert CONFIG_DAVINCI_SPI to Kconfig

2018-01-22 Thread Tom Rini
On Sat, Dec 30, 2017 at 07:33:42AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_DAVINCI_SPI > > Signed-off-by: Adam Ford Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig

2018-01-22 Thread Tom Rini
On Fri, Dec 29, 2017 at 08:16:05AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_USB_MUSB_OMAP2PLUS >CONFIG_USB_MUSB_AM35X >CONFIG_USB_MUSB_DSPS >CONFIG_USB_MUSB_PIO_ONLY > > Signed-off-by: Adam Ford Applied to u-boot/master,

Re: [U-Boot] ARM: omap3_logic: Enable SPL_OF_CONTROL and SPL_OF_PLATDATA

2018-01-22 Thread Tom Rini
On Wed, Dec 27, 2017 at 01:39:56PM -0600, Adam Ford wrote: > The SPL doesn't have much room, so in order to support OF_CONTROL > in SPL, we need the extra functionality of SPL_OF_PLATDATA. > > Adding these features allows us to remove a small part of code without > losing the serial port during

Re: [U-Boot] UDP packet sender

2018-01-22 Thread Joe Hershberger
On Mon, Jan 22, 2018 at 5:28 PM, Gaëtan Carlier wrote: > Hi Joe, > > On 01/22/2018 11:46 PM, Joe Hershberger wrote: >> Hi Gaëtan, >> >> On Thu, Jan 18, 2018 at 4:56 AM, Gaëtan Carlier wrote: >>> Hi, >>> I would like to implement a new command and submit it

Re: [U-Boot] UDP packet sender

2018-01-22 Thread Gaëtan Carlier
Hi Joe, On 01/22/2018 11:46 PM, Joe Hershberger wrote: > Hi Gaëtan, > > On Thu, Jan 18, 2018 at 4:56 AM, Gaëtan Carlier wrote: >> Hi, >> I would like to implement a new command and submit it to the mailing list. >> The command will have the following format: >> udpsend>

[U-Boot] [PATCH v2] Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig

2018-01-22 Thread Derald D. Woods
This converts the following to Kconfig: CONFIG_SYS_BOOT_GET_CMDLINE CONFIG_SYS_BOOT_GET_KBD Signed-off-by: Derald D. Woods --- v2: - Drop selection for ARM --- Kconfig | 12 arch/Kconfig | 4

Re: [U-Boot] UDP packet sender

2018-01-22 Thread Joe Hershberger
Hi Gaëtan, On Thu, Jan 18, 2018 at 4:56 AM, Gaëtan Carlier wrote: > Hi, > I would like to implement a new command and submit it to the mailing list. > The command will have the following format: > udpsend send> > > udpsend 255.255.255.255 4040 0 hello world > > If source

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 04:27:32PM -0600, Adam Ford wrote: > On Mon, Jan 22, 2018 at 4:12 PM, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 04:07:44PM -0600, Adam Ford wrote: > >> On Mon, Jan 22, 2018 at 3:30 PM, Tom Rini wrote: > >> > On Fri, Jan 12, 2018

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Adam Ford
On Mon, Jan 22, 2018 at 4:12 PM, Tom Rini wrote: > On Mon, Jan 22, 2018 at 04:07:44PM -0600, Adam Ford wrote: >> On Mon, Jan 22, 2018 at 3:30 PM, Tom Rini wrote: >> > On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: >> > >> >> This converts the

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 04:07:44PM -0600, Adam Ford wrote: > On Mon, Jan 22, 2018 at 3:30 PM, Tom Rini wrote: > > On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: > > > >> This converts the following to Kconfig: > >>CONFIG_SYS_DV_CLKMODE > >>

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Adam Ford
On Mon, Jan 22, 2018 at 3:30 PM, Tom Rini wrote: > On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: > >> This converts the following to Kconfig: >>CONFIG_SYS_DV_CLKMODE >>CONFIG_SYS_DA850_PLL0_POSTDIV >>CONFIG_SYS_DA850_PLL0_PLLDIV1 >>

Re: [U-Boot] Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig

2018-01-22 Thread Tom Rini
On Thu, Dec 28, 2017 at 01:25:13AM -0600, Derald D. Woods wrote: > This converts the following to Kconfig: > CONFIG_SYS_BOOT_GET_CMDLINE > CONFIG_SYS_BOOT_GET_KBD > > Additionally, ARM now selects CONFIG_SYS_BOOT_GET_CMDLINE. This enables > the 'boot_get_cmdline' call to be reached

Re: [U-Boot] [RFC] SPDX License text updates

2018-01-22 Thread Lukasz Majewski
On Mon, 22 Jan 2018 12:06:07 -0500 Tom Rini wrote: > Hey all, > > In another thread Felix Brack brought up that as of version 3.0 of > SPDX, there's a number of deprecated tags (see > https://spdx.org/licenses/) and that we're using at least one of them. > > Specifically,

Re: [U-Boot] [U-Boot, V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig

2018-01-22 Thread Tom Rini
On Fri, Jan 12, 2018 at 07:26:06AM -0600, Adam Ford wrote: > This converts the following to Kconfig: >CONFIG_SYS_DV_CLKMODE >CONFIG_SYS_DA850_PLL0_POSTDIV >CONFIG_SYS_DA850_PLL0_PLLDIV1 >CONFIG_SYS_DA850_PLL0_PLLDIV2 >CONFIG_SYS_DA850_PLL0_PLLDIV3 >

Re: [U-Boot] UDP packet sender

2018-01-22 Thread Lukasz Majewski
Hi. > Hi, > On 01/18/2018 11:56 AM, Gaëtan Carlier wrote: > > Hi, > > I would like to implement a new command and submit it to the > > mailing list. The command will have the following format: > > udpsend > > > > > > udpsend 255.255.255.255 4040 0 hello world > > > > If source port is 0, a

Re: [U-Boot] [PATCH 1/1] efi_loader: use built-in device tree in bootefi command

2018-01-22 Thread Alexander Graf
On 22.01.18 19:43, Heinrich Schuchardt wrote: > > > On 01/22/2018 02:59 PM, Alexander Graf wrote: >> On 01/20/2018 01:56 PM, Heinrich Schuchardt wrote: >>> The bootefi command has two parameters: the address of the executable >>> and >>> the address of the flattened device tree. >>> >>> When

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 09:55:43PM +0100, Álvaro Fernández Rojas wrote: > Hi Daniel, > > > El 22/01/2018 a las 21:26, Daniel Schwierzeck escribió: > > > >On 22.01.2018 18:14, Tom Rini wrote: > >>On Mon, Jan 22, 2018 at 05:49:39PM +0100, Daniel Schwierzeck wrote: > >>> > >>>On 22.01.2018 13:58,

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Álvaro Fernández Rojas
Hi Daniel, El 22/01/2018 a las 21:26, Daniel Schwierzeck escribió: On 22.01.2018 18:14, Tom Rini wrote: On Mon, Jan 22, 2018 at 05:49:39PM +0100, Daniel Schwierzeck wrote: On 22.01.2018 13:58, Tom Rini wrote: On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: Hi Tom, Please

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 18:14, Tom Rini wrote: > On Mon, Jan 22, 2018 at 05:49:39PM +0100, Daniel Schwierzeck wrote: >> >> >> On 22.01.2018 13:58, Tom Rini wrote: >>> On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: >>> Hi Tom, Please pull this PR. thanks! Jagan.

Re: [U-Boot] [PATCH] boston: Ensure DDR address calcuations don't overflow

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 19:54, Daniel Schwierzeck wrote: > > > On 22.01.2018 19:01, Paul Burton wrote: >> Hi Daniel, >> >> On Fri, Jan 19, 2018 at 12:31:25PM +0100, Daniel Schwierzeck wrote: >>> On 18.01.2018 22:19, Paul Burton wrote: When constraining the highest DDR address that U-Boot will use

Re: [U-Boot] [RFC] SPDX License text updates

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 08:44:27PM +0100, Wolfgang Denk wrote: > Dear Tom, > > In message <20180122170607.GL32220@bill-the-cat> you wrote: > > > > In another thread Felix Brack brought up that as of version 3.0 of SPDX, > > there's a number of deprecated tags (see https://spdx.org/licenses/) and

Re: [U-Boot] [RFC] SPDX License text updates

2018-01-22 Thread Wolfgang Denk
Dear Tom, In message <20180122170607.GL32220@bill-the-cat> you wrote: > > In another thread Felix Brack brought up that as of version 3.0 of SPDX, > there's a number of deprecated tags (see https://spdx.org/licenses/) and > that we're using at least one of them. > > Specifically, "GPL-2.0+"

[U-Boot] [PATCH v2 1/1] log: add category LOGC_EFI

2018-01-22 Thread Heinrich Schuchardt
The EFI implementation does not fit into any of the existing categories. Provide LOGC_EFI so that EFI related message can be filtered. Signed-off-by: Heinrich Schuchardt --- v2 rebase on git://git.denx.de/u-boot-dm.git, branch log-working add category name

Re: [U-Boot] [PATCH] arm64 :show_regs: show the address before relocation

2018-01-22 Thread Karl Beldan
On Tue, Nov 28, 2017 at 10:08:08AM +0800, Peng Fan wrote: > After relocation, when error happends, it is hard to track > ELR and LR with asm file objdumped from elf file. > > So subtract the gd->reloc_off the reflect the compliation address. > > Signed-off-by: Peng Fan > --- >

Re: [U-Boot] [PATCH] boston: Ensure DDR address calcuations don't overflow

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 19:01, Paul Burton wrote: > Hi Daniel, > > On Fri, Jan 19, 2018 at 12:31:25PM +0100, Daniel Schwierzeck wrote: >> On 18.01.2018 22:19, Paul Burton wrote: >>> When constraining the highest DDR address that U-Boot will use for its >>> data & relocated self, we need to handle the

Re: [U-Boot] [PATCH 1/1] efi_loader: use built-in device tree in bootefi command

2018-01-22 Thread Heinrich Schuchardt
On 01/22/2018 02:59 PM, Alexander Graf wrote: On 01/20/2018 01:56 PM, Heinrich Schuchardt wrote: The bootefi command has two parameters: the address of the executable and the address of the flattened device tree. When executing the devicetree command in grub this command can only replace an

Re: [U-Boot] mmc: disable UHS modes if Vcc cannot be switched on and off

2018-01-22 Thread Eugeniy Paltsev
Hi Jean-Jacques, after commit "mmc: disable UHS modes if Vcc cannot be switched on and off" (04a2ea248f) we got MMC broken on several (at least two) platforms with DesignWare MMC controller. The error log (with debug enabled in drivers/mmc/mmc.c and drivers/mmc/dw_mmc.c) is next:

[U-Boot] [PATCH 1/1] efi_loader: add a README.iscsi describing booting via iSCSI

2018-01-22 Thread Heinrich Schuchardt
The appended README explains how U-Boot and iPXE can be used to boot a diskless system from an iSCSI SAN. The maintainer for README.efi and README.iscsi is set. Signed-off-by: Heinrich Schuchardt --- MAINTAINERS | 2 + doc/README.iscsi | 178

Re: [U-Boot] [PATCH] boston: Ensure DDR address calcuations don't overflow

2018-01-22 Thread Paul Burton
Hi Daniel, On Fri, Jan 19, 2018 at 12:31:25PM +0100, Daniel Schwierzeck wrote: > On 18.01.2018 22:19, Paul Burton wrote: > > When constraining the highest DDR address that U-Boot will use for its > > data & relocated self, we need to handle the common case in which a 32 > > bit system with 2GB

Re: [U-Boot] STM32F746 Discovery - No serial output?

2018-01-22 Thread Francois Dugast
Thanks for the infos and the patches. 1. Non SPL After disabling SPL in the U-Boot configuration and enabling USART6 in the DTS with the patches you provided, there is still no output on this serial interface after flashing U-Boot v2018.01 (stm32f746-disco_defconfig) with: $ openocd -f

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 05:49:39PM +0100, Daniel Schwierzeck wrote: > > > On 22.01.2018 13:58, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > > > >> Hi Tom, > >> > >> Please pull this PR. > >> > >> thanks! > >> Jagan. > >> > >> The following changes since

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 09:48:26AM -0700, Simon Glass wrote: > Hi, > > On 22 January 2018 at 09:36, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 04:57:41PM +0100, Maxime Ripard wrote: > >> On Mon, Jan 22, 2018 at 07:49:41AM -0500, Tom Rini wrote: > >> > On Mon, Jan 22, 2018 at

[U-Boot] [RFC] SPDX License text updates

2018-01-22 Thread Tom Rini
Hey all, In another thread Felix Brack brought up that as of version 3.0 of SPDX, there's a number of deprecated tags (see https://spdx.org/licenses/) and that we're using at least one of them. Specifically, "GPL-2.0+" should be "GPL-2.0-or-later". Now, we have a few options here: - Deprecated

[U-Boot] u-boot-mmc fails on almost every Tegra board

2018-01-22 Thread Stephen Warren
Jaehoon, The latest commit in u-boot-mmc.git master branch fails on almost every Tegra board. The MMC device experiences an error during initialization and hence isn't available: U-Boot 2018.01-05974-gb9b4f146c9 (Jan 22 2018 - 09:18:42 -0700), Build:

Re: [U-Boot] net: sh-eth: Add to Kconfig and convert

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843377/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: dhcp: Allow "MAY_FAIL" to still try each adapter

2018-01-22 Thread Joe Hershberger
Hi Wilson, https://patchwork.ozlabs.org/patch/835530/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Fix coding style checked by checkpatch.pl

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843225/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Change read/write() param to struct sh_eth_info

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843228/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Remove bd_t from sh_eth_config()

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843226/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] phy: atheros: set auto-negotiation for AR8021

2018-01-22 Thread Joe Hershberger
Hi Qiang, https://patchwork.ozlabs.org/patch/848354/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: Fix misaligned cache operation warning

2018-01-22 Thread Joe Hershberger
Hi Nobuhiro, https://patchwork.ozlabs.org/patch/843323/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] configs: Update Lamobo_R1 with B53 switch options

2018-01-22 Thread Joe Hershberger
Hi Florian, https://patchwork.ozlabs.org/patch/846615/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: b53: Add b53_reg read/write commands

2018-01-22 Thread Joe Hershberger
Hi Florian, https://patchwork.ozlabs.org/patch/846614/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: mvneta - Fixed recv() when multiple packets have arrived.

2018-01-22 Thread Joe Hershberger
Hi Jason, https://patchwork.ozlabs.org/patch/842258/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: designware: Pad small packets

2018-01-22 Thread Joe Hershberger
Hi Florian, https://patchwork.ozlabs.org/patch/846613/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] dm: core: add missing dev_count_phandle_with_args()

2018-01-22 Thread Joe Hershberger
Hi Patrice, https://patchwork.ozlabs.org/patch/842490/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: Remove nfs.h include from bootp.c

2018-01-22 Thread Joe Hershberger
Hi Joe, https://patchwork.ozlabs.org/patch/807955/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: designware: add clock support

2018-01-22 Thread Joe Hershberger
Hi Patrice, https://patchwork.ozlabs.org/patch/842491/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: miiphybb: fix casting error

2018-01-22 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/833922/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: Add Broadcom BCM53xx switch driver

2018-01-22 Thread Joe Hershberger
Hi Florian, https://patchwork.ozlabs.org/patch/846612/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: remove sh_eth_offset_rz table

2018-01-22 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/833920/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: sh-eth: fix inl and outl definitions

2018-01-22 Thread Joe Hershberger
Hi Chris, https://patchwork.ozlabs.org/patch/833923/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: phy: marvell: Add functions to read PHY's extended registers

2018-01-22 Thread Joe Hershberger
Hi Lukasz, https://patchwork.ozlabs.org/patch/832191/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: Fix buffer overrun error in netconsole

2018-01-22 Thread Joe Hershberger
Hi Joe, https://patchwork.ozlabs.org/patch/807948/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] net: macb: Add support for Xilinx Zynq SoC

2018-01-22 Thread Joe Hershberger
Hi Wilson, https://patchwork.ozlabs.org/patch/804937/ was applied to http://git.denx.de/?p=u-boot/u-boot-net.git Thanks! -Joe ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 13:58, Tom Rini wrote: > On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > >> Hi Tom, >> >> Please pull this PR. >> >> thanks! >> Jagan. >> >> The following changes since commit 98691a60abffb44303d7dae6e9e699d0daded930: >> >> Merge git://git.denx.de/u-boot-rockchip

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Simon Glass
Hi, On 22 January 2018 at 09:36, Tom Rini wrote: > On Mon, Jan 22, 2018 at 04:57:41PM +0100, Maxime Ripard wrote: >> On Mon, Jan 22, 2018 at 07:49:41AM -0500, Tom Rini wrote: >> > On Mon, Jan 22, 2018 at 01:46:46PM +0100, Maxime Ripard wrote: >> > > Hi, >> > > >> > > On Sun,

Re: [U-Boot] [PATCH v2] arm: add support for PDU001

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 05:33:59PM +0100, Felix Brack wrote: > Hi Tom, > > On 22.01.2018 16:15, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 12:07:49PM +0100, Felix Brack wrote: > > > >> This patch adds support for the PDU001 board. > >> > >> Signed-off-by: Felix Brack > > [snip] >

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 04:57:41PM +0100, Maxime Ripard wrote: > On Mon, Jan 22, 2018 at 07:49:41AM -0500, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 01:46:46PM +0100, Maxime Ripard wrote: > > > Hi, > > > > > > On Sun, Jan 21, 2018 at 05:29:56PM -0700, Simon Glass wrote: > > > > > On Wed, Jan

Re: [U-Boot] [PATCH v2] arm: add support for PDU001

2018-01-22 Thread Felix Brack
Hi Tom, On 22.01.2018 16:15, Tom Rini wrote: > On Mon, Jan 22, 2018 at 12:07:49PM +0100, Felix Brack wrote: > >> This patch adds support for the PDU001 board. >> >> Signed-off-by: Felix Brack > [snip] >> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig >> index f6d57f5..15349b3

Re: [U-Boot] [PATCH] fs: btrfs: Fix unaligned memory accesses

2018-01-22 Thread Robert Nelson
On Sat, Jan 20, 2018 at 1:17 AM, Alberto Sánchez Molero wrote: > Loading files stored with lzo compression from a btrfs filesystem was > producing unaligned memory accesses, which were causing a data abort > and a reset on an Orange Pi Zero. > > The change in hash.c is not

Re: [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

2018-01-22 Thread Stefano Babic
Hi Fabio, On 22/01/2018 16:23, Fabio Estevam wrote: > Hi Stefano, > > On Mon, Jan 22, 2018 at 12:00 PM, Stefano Babic wrote: > >>> --- /dev/null >>> +++ b/board/freescale/mx8mq_evk/README >>> @@ -0,0 +1,47 @@ >>> +U-Boot for the NXP i.MX8MQ EVK board >>> + >>> +Quick Start >>>

Re: [U-Boot] [PATCH v2 13/15] env: Mark env_get_location as weak

2018-01-22 Thread Maxime Ripard
On Mon, Jan 22, 2018 at 07:49:41AM -0500, Tom Rini wrote: > On Mon, Jan 22, 2018 at 01:46:46PM +0100, Maxime Ripard wrote: > > Hi, > > > > On Sun, Jan 21, 2018 at 05:29:56PM -0700, Simon Glass wrote: > > > > On Wed, Jan 17, 2018 at 03:07:58PM -0700, Simon Glass wrote: > > > >> On 16 January 2018

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 16:32, Tom Rini wrote: > On Mon, Jan 22, 2018 at 04:28:16PM +0100, Daniel Schwierzeck wrote: >> >> >> On 22.01.2018 15:59, Tom Rini wrote: >>> On Mon, Jan 22, 2018 at 03:56:09PM +0100, Daniel Schwierzeck wrote: Hi Tom, On 22.01.2018 13:58, Tom Rini wrote: > On

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 04:28:16PM +0100, Daniel Schwierzeck wrote: > > > On 22.01.2018 15:59, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 03:56:09PM +0100, Daniel Schwierzeck wrote: > >> Hi Tom, > >> > >> On 22.01.2018 13:58, Tom Rini wrote: > >>> On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
On 22.01.2018 15:59, Tom Rini wrote: > On Mon, Jan 22, 2018 at 03:56:09PM +0100, Daniel Schwierzeck wrote: >> Hi Tom, >> >> On 22.01.2018 13:58, Tom Rini wrote: >>> On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: >>> Hi Tom, Please pull this PR. thanks!

Re: [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

2018-01-22 Thread Fabio Estevam
Hi Stefano, On Mon, Jan 22, 2018 at 12:00 PM, Stefano Babic wrote: >> --- /dev/null >> +++ b/board/freescale/mx8mq_evk/README >> @@ -0,0 +1,47 @@ >> +U-Boot for the NXP i.MX8MQ EVK board >> + >> +Quick Start >> + >> +- Build the ARM Trusted firmware binary >>

Re: [U-Boot] [PATCH v2] arm: add support for PDU001

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 12:07:49PM +0100, Felix Brack wrote: > This patch adds support for the PDU001 board. > > Signed-off-by: Felix Brack [snip] > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index f6d57f5..15349b3 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig >

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Tom Rini
On Mon, Jan 22, 2018 at 03:56:09PM +0100, Daniel Schwierzeck wrote: > Hi Tom, > > On 22.01.2018 13:58, Tom Rini wrote: > > On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > > > >> Hi Tom, > >> > >> Please pull this PR. > >> > >> thanks! > >> Jagan. > >> > >> The following changes

Re: [U-Boot] Pull request: u-boot-spi/master

2018-01-22 Thread Daniel Schwierzeck
Hi Tom, On 22.01.2018 13:58, Tom Rini wrote: > On Mon, Jan 22, 2018 at 11:20:56AM +0530, Jagan Teki wrote: > >> Hi Tom, >> >> Please pull this PR. >> >> thanks! >> Jagan. >> >> The following changes since commit 98691a60abffb44303d7dae6e9e699d0daded930: >> >> Merge

Re: [U-Boot] [PATCH v2 6/9] tools: mkimage: add optee image type

2018-01-22 Thread Andrew F. Davis
On 01/19/2018 05:59 PM, Bryan O'Donoghue wrote: > > > On 19/01/18 20:14, Andrew F. Davis wrote: >> On 01/19/2018 01:43 PM, Bryan O'Donoghue wrote: >>> This patch adds support for bootable OPTEE images to mkimage. Currently >>> there is a (Trusted Execution Environment) TEE image type, the TEE

Re: [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

2018-01-22 Thread Stefano Babic
Hi Peng, On 10/01/2018 06:20, Peng Fan wrote: > Add i.MX8MQ EVK support. SPL will initialize ddr and load ddr phy > firmware. Then loading FIT image, ATF to OCRAM, U-Boot and DTB to > DRAM. > > The boot log with Arm trusted firmware console enabled: > " > U-Boot SPL 2018.01-00038-gbd426c08ea

  1   2   >