Re: [U-Boot] [U-Boot, v2] env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it

2018-02-25 Thread Wolfgang Denk
Dear Tom Rini, In message <20180224215325.GQ4311@bill-the-cat> you wrote: > > > Why do you ignore this NAK, and why do you add this patch so late in > > the release cycle anyway? > > Sorry, didn't v2 address your concerns? We don't initialize the device > because maybe we'll have env there, we

Re: [U-Boot] [PATCH 1/3] Interface changes for adding TCP

2018-02-25 Thread Wolfgang Denk
Dear Duncan, In message <20180224223615.14584-1...@synoia.com> you wrote: > > This code has passed through patman. Oh, do you really think this is a good description of what this patch does? You can do better, I bet. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managin

[U-Boot] [PATCH] core: do not fail in device_probe() when clk set default fail

2018-02-25 Thread Kever Yang
Assigned clocks are widely used in kernel, but not in U-Boot yet, many U-Boot clock driver do not have the API while dts port from kernel have "assigned-clocks" node. Just give a warning now instead of a device probe fail. Signed-off-by: Kever Yang --- drivers/core/device.c | 2 +- 1 file chan

Re: [U-Boot] [PATCH] bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR

2018-02-25 Thread Lukasz Majewski
Hi Tom, > Migrate the users of CONFIG_SYS_BOOTCOUNT_ADDR to Kconfig. We can > provide a default for BOOTCOUNT_AM33XX as that's a specific part of > the RTC in use. We can also provide a default for ARCH_LS1043A and > ARCH_LS1021A as they had been previously calculated and their symbols > are in

[U-Boot] [PULL] Please pull u-boot-rockchip/master

2018-02-25 Thread Dr. Philipp Tomsich
Tom, we have additional fixes ready for you: * the TPL-build process for the Vyasa board was fixed by Jagan (by providing the correct TEXT_BASE) * a regression on Ethernet for the RK3399 and RK3368 has been resolved by adding support for its clocks * a regression on PMIC

Re: [U-Boot] [PATCH] core: do not fail in device_probe() when clk set default fail

2018-02-25 Thread Dr. Philipp Tomsich
> On 25 Feb 2018, at 11:24, Kever Yang wrote: > > Assigned clocks are widely used in kernel, but not in U-Boot yet, > many U-Boot clock driver do not have the API while dts port from kernel > have "assigned-clocks" node. > > Just give a warning now instead of a device probe fail. I strongly di

Re: [U-Boot] Support of kernels > 16 MiB on Raspberry Pi

2018-02-25 Thread Alexander Kurtz
Hi! Thanks for confirming this! I see four ways how this can be solved: 1. I can locally adjust the memory locations to make my > 16MiB kernel work. The commit mentioned by Jaehoon Chung does this via a custom boot.scr, I did this by bumping $scriptaddr and $ramdisk_addr_r in

Re: [U-Boot] [PATCH] bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR

2018-02-25 Thread Tom Rini
On Sun, Feb 25, 2018 at 11:29:30AM +0100, Lukasz Majewski wrote: > Hi Tom, > > > Migrate the users of CONFIG_SYS_BOOTCOUNT_ADDR to Kconfig. We can > > provide a default for BOOTCOUNT_AM33XX as that's a specific part of > > the RTC in use. We can also provide a default for ARCH_LS1043A and > > AR

Re: [U-Boot] [U-Boot, v2] env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it

2018-02-25 Thread Tom Rini
On Sun, Feb 25, 2018 at 09:53:10AM +0100, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <20180224215325.GQ4311@bill-the-cat> you wrote: > > > > > Why do you ignore this NAK, and why do you add this patch so late in > > > the release cycle anyway? > > > > Sorry, didn't v2 address your conc

Re: [U-Boot] [U-Boot, v2] env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it

2018-02-25 Thread Wolfgang Denk
Dear Tom, In message <20180225134810.GU4311@bill-the-cat> you wrote: > > > We should keep the code clean and orthogonal. Driver init code has > > no place in file system code. > > > > If needed, the drivers have to make sure to auto--initialize on > > first access. > > > > I hold my NAK on this

Re: [U-Boot] [U-Boot, v2] env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it

2018-02-25 Thread Lukasz Majewski
Hi Tom, Wolfgang, > On Sun, Feb 25, 2018 at 09:53:10AM +0100, Wolfgang Denk wrote: > > Dear Tom Rini, > > > > In message <20180224215325.GQ4311@bill-the-cat> you wrote: > > > > > > > Why do you ignore this NAK, and why do you add this patch so > > > > late in the release cycle anyway? > >

Re: [U-Boot] [U-Boot, v2, 2/2] rockchip: rk3288: Fix wrong TPL_TEXT_BASE

2018-02-25 Thread Philipp Tomsich
> TPL offset 0xff704004 is unaligned address which is adding nearest > 8-bytes for next instruction, So 0xff704004 is adding 0x20 for > proper alignment which is causing the next instruction data > 0xefff is moved. > > Hexdump with overlaped bytes: > - > 000 00

Re: [U-Boot] [U-Boot,v2,1/2] rockchip: rk3288: Add TPL_LDSCRIPT

2018-02-25 Thread Philipp Tomsich
> Due to size limitations in SPL by adding falcon mode, > rk3288 support TPL. In order to not overlap SPL_TEXT_BASE > add TPL_TEXT_BASE with u-boot-tpl.lds that intern call > u-boot-spl.lds with proper TEXT_BASE values. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > --- > Changes fo

Re: [U-Boot] rockchip: clk: rk3399: handle set_rate/get_rate for PLL_PPLL

2018-02-25 Thread Philipp Tomsich
> The device-tree node for the PMU clk controller assigns to its parent > (i.e. PLL_PPLL) even though this clock currently is set up statically > by an init-function. > > In order to avoid unexpected failures, a simple implementation of > set_rate (which accepts requests, but notifies the caller o

Re: [U-Boot] [U-Boot,v2,9/9] rk3288: vyasa: Add eMMC boot support

2018-02-25 Thread Philipp Tomsich
> RK3288 Vyasa has eMMC boot support, with JP4 open. > > Signed-off-by: Jagan Teki > --- > Note: > Linux patch for this support is in ML. > > arch/arm/dts/rk3288-vyasa-u-boot.dtsi | 4 > arch/arm/dts/rk3288-vyasa.dts | 11 +++ > board/amarula/vyasa-rk3288/vyasa-rk3

Re: [U-Boot] [U-Boot, v2, 5/9] ARM: dts: rockchip: Add gmac support for rk3288-vyasa board

2018-02-25 Thread Philipp Tomsich
> Sync gmac dts node from Linux. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Signed-off-by: Jagan Teki > --- > arch/arm/dts/rk3288-vyasa.dts | 41 + > 1 file changed, 41 insertions(+) > Reviewed-by: Philipp Tomsich

Re: [U-Boot] [U-Boot,v2,9/9] rk3288: vyasa: Add eMMC boot support

2018-02-25 Thread Philipp Tomsich
> RK3288 Vyasa has eMMC boot support, with JP4 open. > > Signed-off-by: Jagan Teki > --- > Note: > Linux patch for this support is in ML. > > arch/arm/dts/rk3288-vyasa-u-boot.dtsi | 4 > arch/arm/dts/rk3288-vyasa.dts | 11 +++ > board/amarula/vyasa-rk3288/vyasa-rk3

Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-02-25 Thread Simon Glass
Hi Kever, On 23 February 2018 at 19:08, Kever Yang wrote: > Hi Simon, > > > On 02/12/2018 10:35 PM, Simon Glass wrote: >> Hi Kever, >> >> On 8 February 2018 at 19:56, Kever Yang wrote: >>> Add api for who can not get phandle from a device property. >> Can you please add a motivation to the commi

[U-Boot] [PATCH 1/2] ARM: dts: imx6ul: add wdog3

2018-02-25 Thread Jörg Krause
The i.MX6UL has a WDOG3 located at start address 0x021E in the AIPS-2 memory region [1]. [1] i.MX 6UltraLite Applications Processor Reference Manual, Rev. 1, 04/2016, Table-2-3 AIPS-2 memory map, p. 166 Signed-off-by: Jörg Krause --- arch/arm/dts/imx6ul.dtsi | 8 1 file changed

[U-Boot] [PATCH 2/2] ARM: dts: imx6ull: add wdog3

2018-02-25 Thread Jörg Krause
The i.MX6ULL has a WDOG3 located at start address 0x021E in the AIPS-2 memory region [1]. [1] i.MX 6ULL Applications Processor Reference Manual, Rev. 1, 11/2017, Table 2-3. AIPS-2 memory map, p. 178 Signed-off-by: Jörg Krause --- arch/arm/dts/imx6ull.dtsi | 8 1 file changed, 8

Re: [U-Boot] [U-Boot, v2] env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it

2018-02-25 Thread Wolfgang Denk
Dear Lukasz, In message <20180225161813.10554012@jawa> you wrote: > > As I've read the discussion between Tom and Wolfgang - I'm wondering if > this initialization could be done in the driver model? Indeed DM would be a good place for such lazy initialization as would be useful here. > > I think

Re: [U-Boot] [PATCH] bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR

2018-02-25 Thread Alex Kiernan
On Sun, Feb 25, 2018 at 1:23 PM, Tom Rini wrote: > On Sun, Feb 25, 2018 at 11:29:30AM +0100, Lukasz Majewski wrote: >> Hi Tom, >> >> > Migrate the users of CONFIG_SYS_BOOTCOUNT_ADDR to Kconfig. We can >> > provide a default for BOOTCOUNT_AM33XX as that's a specific part of >> > the RTC in use. W

Re: [U-Boot] [PATCH] bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR

2018-02-25 Thread Alex Kiernan
On Sun, Feb 25, 2018 at 3:50 AM, Tom Rini wrote: > Migrate the users of CONFIG_SYS_BOOTCOUNT_ADDR to Kconfig. We can > provide a default for BOOTCOUNT_AM33XX as that's a specific part of the > RTC in use. We can also provide a default for ARCH_LS1043A and > ARCH_LS1021A as they had been previous

Re: [U-Boot] [U-Boot, v2] env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before using it

2018-02-25 Thread Tom Rini
On Sun, Feb 25, 2018 at 03:50:41PM +0100, Wolfgang Denk wrote: > Dear Tom, > > In message <20180225134810.GU4311@bill-the-cat> you wrote: > > > > > We should keep the code clean and orthogonal. Driver init code has > > > no place in file system code. > > > > > > If needed, the drivers have to ma

Re: [U-Boot] [PATCH] bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR

2018-02-25 Thread Tom Rini
On Sun, Feb 25, 2018 at 05:44:42PM +, Alex Kiernan wrote: > On Sun, Feb 25, 2018 at 1:23 PM, Tom Rini wrote: > > On Sun, Feb 25, 2018 at 11:29:30AM +0100, Lukasz Majewski wrote: > >> Hi Tom, > >> > >> > Migrate the users of CONFIG_SYS_BOOTCOUNT_ADDR to Kconfig. We can > >> > provide a default

Re: [U-Boot] [PATCH v2 0/3] ARM: omap3: beagle, evm: synchronize common setup

2018-02-25 Thread Derald D. Woods
On Sat, Feb 24, 2018 at 01:39:45PM -0600, Derald Woods wrote: > On Sat, Feb 24, 2018 at 02:12:32PM -0500, Tom Rini wrote: > > On Sat, Feb 24, 2018 at 09:29:02AM -0600, Derald D. Woods wrote: > > > On Sat, Feb 24, 2018 at 09:35:43AM -0500, Tom Rini wrote: > > > > On Sat, Feb 24, 2018 at 08:09:39AM -

Re: [U-Boot] [U-Boot, v2, 1/9] ARM: dts: rockchip: Sync rk3288-vyasa dts from Linux

2018-02-25 Thread Philipp Tomsich
> Sync rk3288-vyasa board dts from Linux for proper updates and maintenance > - rk3288-vyasa.dts: Similar to Linux dts > - rk3288-vyasa-u-boot.dtsi: u-boot dts changes > > Also updated MAINTAINERS for these dts files. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Reviewed-by: Phil

Re: [U-Boot] [U-Boot, v2, 3/9] ARM: dts: rockchip: rk3288-vyasa: Use vmmc-supply from PMIC

2018-02-25 Thread Philipp Tomsich
> rk808, SWITCH_REG1 has configured for sdmmc regulator as vcc_sd, > so use the same by renaming vcc33_sd to vcc_sd(as per schematic) > and drop explicit regulator definition from root. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > arch/arm/dt

Re: [U-Boot] [U-Boot, v2, 2/9] ARM: dts: rockchip: rk3288-vyasa: Remove vdd_log from rk808, DCDC_REG1

2018-02-25 Thread Philipp Tomsich
> vdd_log, never used on DCDC_REG1 of rk808 from latest schematic so > remove the same and update the regulator-name as 'vdd_arm' to sync > with existing rk3288 board dts files. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > arch/arm/dts/rk3288

Re: [U-Boot] [U-Boot, v2, 5/9] ARM: dts: rockchip: Add gmac support for rk3288-vyasa board

2018-02-25 Thread Philipp Tomsich
> Sync gmac dts node from Linux. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Signed-off-by: Jagan Teki > Reviewed-by: Philipp Tomsich > --- > arch/arm/dts/rk3288-vyasa.dts | 41 + > 1 file changed, 41 insertions(+) > Applied to u-boot-

Re: [U-Boot] [U-Boot, v2, 4/9] ARM: dts: rockchip: Add regulators for rk3288-vyasa

2018-02-25 Thread Philipp Tomsich
> Add supporting regulators for rk3288-vyasa board, dc12_vbat is > parent regulatorand followed regulators as are child regulators. > regulator naming conversion followed as per schematic for better > readability and easy for identification. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsi

Re: [U-Boot] [U-Boot,v2,9/9] rk3288: vyasa: Add eMMC boot support

2018-02-25 Thread Philipp Tomsich
> RK3288 Vyasa has eMMC boot support, with JP4 open. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > Note: > Linux patch for this support is in ML. > > arch/arm/dts/rk3288-vyasa-u-boot.dtsi | 4 > arch/arm/dts/rk3288-vyasa.dts

Re: [U-Boot] [U-Boot, v2, 7/9] ARM: dts: rockchip: Add usb host for rk3288-vyasa

2018-02-25 Thread Philipp Tomsich
> Add usb host support for rk3288-vyasa, board support hub power > through phy_pwr_en and usb2 host power through usb2_pwr_en and > naming conversion followed as per schematic. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > arch/arm/dts/rk3288-

Re: [U-Boot] [U-Boot, v2, 8/9] ARM: dts: rockchip: Add usb otg for rk3288-vyasa

2018-02-25 Thread Philipp Tomsich
> Add usb otg support for rk3288-vyasa, board support usb1 otg > power through otg_vbus_drv and naming conversion followed > as per schematic. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > arch/arm/dts/rk3288-vyasa.dts | 25 +++

Re: [U-Boot] [U-Boot, v2, 6/9] rockchip: rk3288-vyasa: defconfig: Enable gmac support

2018-02-25 Thread Philipp Tomsich
> Enable gmac support for rk3288-vyasa board. > > Signed-off-by: Jagan Teki > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > configs/vyasa-rk3288_defconfig | 3 +++ > 1 file changed, 3 insertions(+) > Applied to u-boot-rockchip/next, thanks!

Re: [U-Boot] [U-Boot, v3, 01/11] Merge CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMIT

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:38PM +, Alex Kiernan wrote: > CONFIG_BOOTCOUNT was only used in mx53ppd, merge it with > CONFIG_BOOTCOUNT_LIMIT > > Signed-off-by: Alex Kiernan > Reviewed-by: Lukasz Majewski > Reviewed-by: Ian Ray Applied to u-boot/master, thanks! -- Tom signature.asc De

Re: [U-Boot] [U-Boot, v3, 02/11] Prepare for multiple bootcount drivers

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:39PM +, Alex Kiernan wrote: > Reviewed-by: Lukasz Majewski > Signed-off-by: Alex Kiernan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.

Re: [U-Boot] [U-Boot, v3, 03/11] Convert CONFIG_BOOTCOUNT_AM33XX to Kconfig

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:40PM +, Alex Kiernan wrote: > This converts the following to Kconfig: > CONFIG_BOOTCOUNT_AM33XX > > Reviewed-by: Lukasz Majewski > Reviewed-by: Hannes Schmelzer > Acked-by: Hannes Schmelzer > Signed-off-by: Alex Kiernan Applied to u-boot/master, thanks! -

Re: [U-Boot] [U-Boot, v3, 05/11] Convert CONFIG_BOOTCOUNT_RAM to Kconfig

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:42PM +, Alex Kiernan wrote: > This converts the following to Kconfig: > CONFIG_BOOTCOUNT_RAM > > Signed-off-by: Alex Kiernan > Reviewed-by: Lukasz Majewski Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v3, 04/11] Convert CONFIG_BOOTCOUNT_ENV to Kconfig

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:41PM +, Alex Kiernan wrote: > This converts the following to Kconfig: > CONFIG_BOOTCOUNT_ENV > > Signed-off-by: Alex Kiernan > Reviewed-by: Lukasz Majewski Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot,v3,08/11] Integrate AT91 bootcount driver

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:45PM +, Alex Kiernan wrote: > Integrate Boot counter for Atmel AT91SAM9XE into Kconfig > > Reviewed-by: Lukasz Majewski > Signed-off-by: Alex Kiernan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v3, 11/11] Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:48PM +, Alex Kiernan wrote: > Tidy up CONFIG_SYS_BOOTCOUNT_SINGLEWORD from the whitelist as there's > no remaining uses of it left. > > Signed-off-by: Alex Kiernan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

Re: [U-Boot] [U-Boot, v3, 06/11] Convert CONFIG_BOOTCOUNT_I2C to Kconfig

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:43PM +, Alex Kiernan wrote: > This converts the following to Kconfig: > CONFIG_BOOTCOUNT_I2C > > Signed-off-by: Alex Kiernan > Reviewed-by: Lukasz Majewski Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [U-Boot, v3, 07/11] Convert CONFIG_BOOTCOUNT_EXT to Kconfig

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:44PM +, Alex Kiernan wrote: > This converts the following to Kconfig: > CONFIG_BOOTCOUNT_EXT > > Signed-off-by: Alex Kiernan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___

Re: [U-Boot] [U-Boot, v3, 09/11] Migrate generic bootcount to Kconfig

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:46PM +, Alex Kiernan wrote: > Make generate boot counter selected in the same way as other boot count > drivers > > Reviewed-by: Lukasz Majewski > Signed-off-by: Alex Kiernan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [U-Boot] [PATCH] bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDR

2018-02-25 Thread Tom Rini
On Sat, Feb 24, 2018 at 10:50:19PM -0500, Tom Rini wrote: > Migrate the users of CONFIG_SYS_BOOTCOUNT_ADDR to Kconfig. We can > provide a default for BOOTCOUNT_AM33XX as that's a specific part of the > RTC in use. We can also provide a default for ARCH_LS1043A and > ARCH_LS1021A as they had been

Re: [U-Boot] [U-Boot, v3, 10/11] Migrate CONFIG_BOOTCOUNT_ALEN to Kconfig

2018-02-25 Thread Tom Rini
On Fri, Feb 16, 2018 at 03:50:47PM +, Alex Kiernan wrote: > Convert CONFIG_BOOTCOUNT_ALEN to Kconfig > Signed-off-by: Alex Kiernan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature ___ U-Boot mailing list U-Boot@

Re: [U-Boot] [PATCH v2 2/4] mmc: omap_hsmmc: compile out write support if not needed

2018-02-25 Thread Jaehoon Chung
On 02/23/2018 09:21 PM, Tom Rini wrote: > On Fri, Feb 23, 2018 at 10:40:17AM +0100, Jean-Jacques Hiblot wrote: > >> This reduces the size of the binary by about 196 bytes. >> >> Signed-off-by: Jean-Jacques Hiblot > > Reviewed-by: Tom Rini Applied to u-boot-mmc. Thanks! Best Regards, Jaehoon C

Re: [U-Boot] [PATCH v2 3/4] mmc: omap_hsmmc: make it possible to compile out ADMA support

2018-02-25 Thread Jaehoon Chung
On 02/23/2018 09:57 PM, Tom Rini wrote: > On Fri, Feb 23, 2018 at 01:47:36PM +0100, Jean-Jacques Hiblot wrote: >> >> >> On 23/02/2018 13:21, Tom Rini wrote: >>> On Fri, Feb 23, 2018 at 10:40:18AM +0100, Jean-Jacques Hiblot wrote: Some platforms don't have ADMA controllers. For those platforms,

Re: [U-Boot] [PATCH v2 4/4] mmc: omap_hsmmc: use a default 52MHz max clock rate if none is specified

2018-02-25 Thread Jaehoon Chung
On 02/23/2018 09:21 PM, Tom Rini wrote: > On Fri, Feb 23, 2018 at 10:40:19AM +0100, Jean-Jacques Hiblot wrote: > >> mmc_of_parse() doesn't set a default value if none is available in DT. >> In that case, use a default 52MHz clock rate. >> >> Signed-off-by: Alex Kiernan >> Signed-off-by: Jean-Jacq

Re: [U-Boot] [PATCH v2 1/4] mmc: omap_hsmmc: do not embed struct mmc in struct omap_hsmmc_plat

2018-02-25 Thread Jaehoon Chung
On 02/23/2018 09:21 PM, Tom Rini wrote: > On Fri, Feb 23, 2018 at 10:40:16AM +0100, Jean-Jacques Hiblot wrote: > >> The area for struct mmc can be allocated dynamically. It greatly reduces >> the size of struct omap_hsmmc_plat. This is useful in cases where the board >> level code declares one or

[U-Boot] [GIT PULL ] Please pull u-boot-mmc master

2018-02-25 Thread Jaehoon Chung
Dear Tom, Could you pull these patches to u-boot/master? The following changes since commit f0f6917188ad660cf002c10095f46ecf748b8f58: Prepare v2018.03-rc3 (2018-02-20 16:51:56 -0500) are available in the Git repository at: git://git.denx.de/u-boot-mmc.git master for you to fetch changes u

Re: [U-Boot] [PATCH] core: do not fail in device_probe() when clk set default fail

2018-02-25 Thread Kever Yang
On 02/25/2018 06:52 PM, Dr. Philipp Tomsich wrote: >> On 25 Feb 2018, at 11:24, Kever Yang wrote: >> >> Assigned clocks are widely used in kernel, but not in U-Boot yet, >> many U-Boot clock driver do not have the API while dts port from kernel >> have "assigned-clocks" node. >> >> Just give a w

Re: [U-Boot] [PATCH v2 1/2] core: add uclass_get_device_by_phandle_id() api

2018-02-25 Thread Kever Yang
Hi Simon, On 02/25/2018 11:54 PM, Simon Glass wrote: > Hi Kever, > > On 23 February 2018 at 19:08, Kever Yang wrote: >> Hi Simon, >> >> >> On 02/12/2018 10:35 PM, Simon Glass wrote: >>> Hi Kever, >>> >>> On 8 February 2018 at 19:56, Kever Yang wrote: Add api for who can not get phandle fro

Re: [U-Boot] [PULL] Please pull u-boot-imx

2018-02-25 Thread Tom Rini
On Sat, Feb 24, 2018 at 04:58:14PM +0100, Stefano Babic wrote: > Hi Tom, > > some fixes, please pull from u-boot-imx, thanks! > > The following changes since commit 02b0895c215e252cff50d9edf53a972d2bbbfd30: > > Merge git://git.denx.de/u-boot-sh (2018-02-17 16:06:59 -0500) > > are available i

Re: [U-Boot] [PULL] Please pull u-boot-rockchip/master

2018-02-25 Thread Tom Rini
On Sun, Feb 25, 2018 at 11:43:13AM +0100, Dr. Philipp Tomsich wrote: > Tom, > > we have additional fixes ready for you: > * the TPL-build process for the Vyasa board was fixed by Jagan (by > providing the correct TEXT_BASE) > * a regression on Ethernet for the RK3399 and RK3368 has b

Re: [U-Boot] [PULL] Please pull u-boot-rockchip/master

2018-02-25 Thread Jonathan Gray
On Sun, Feb 25, 2018 at 11:43:13AM +0100, Dr. Philipp Tomsich wrote: > Tom, > > we have additional fixes ready for you: > * the TPL-build process for the Vyasa board was fixed by Jagan (by > providing the correct TEXT_BASE) > * a regression on Ethernet for the RK3399 and RK3368 has be

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

2018-02-25 Thread Chee, Tien Fong
On Thu, 2018-02-22 at 15:28 +0100, Marek Vasut wrote: > On 02/22/2018 09:18 AM, Chee, Tien Fong wrote: > > > > On Thu, 2018-02-15 at 15:58 +0100, Marek Vasut wrote: > > > > > > On 02/05/2018 08:06 AM, tien.fong.c...@intel.com wrote: > > > > > > > > > > > > From: Tien Fong Chee > > > > > > > >

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

2018-02-25 Thread Chee, Tien Fong
On Thu, 2018-02-22 at 10:50 -0500, Tom Rini wrote: > On Thu, Feb 22, 2018 at 03:28:12PM +0100, Marek Vasut wrote: > > > > On 02/22/2018 09:18 AM, Chee, Tien Fong wrote: > > > > > > On Thu, 2018-02-15 at 15:58 +0100, Marek Vasut wrote: > > > > > > > > On 02/05/2018 08:06 AM, tien.fong.c...@intel.

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

2018-02-25 Thread Chee, Tien Fong
On Thu, 2018-02-22 at 10:02 +0100, Lothar Waßmann wrote: > Hi, > > On Mon,  5 Feb 2018 15:06:49 +0800 tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > This is file system generic loader which can be used to load > > the file image from the storage into target such as memory.

Re: [U-Boot] [PATCH v2 1/2] rockchip: rk3288: Add TPL_LDSCRIPT

2018-02-25 Thread Kever Yang
I prefer to share the TPL script between all Rockchip SoCs, and put this at arch/arm/mach-rockchip/. I got one in my local branch, will update it once I clean up everything. Thanks, - Kever On 02/23/2018 03:43 PM, Jagan Teki wrote: > Due to size limitations in SPL by adding falcon mode, > rk32

Re: [U-Boot] [PATCH v2 1/2] rockchip: rk3288: Add TPL_LDSCRIPT

2018-02-25 Thread Kever Yang
I prefer to share the TPL script between all Rockchip SoCs, and put this at arch/arm/mach-rockchip/. I got one in my local branch, will update it once I clean up everything. Thanks, - Kever On 02/23/2018 03:43 PM, Jagan Teki wrote: > Due to size limitations in SPL by adding falcon mode, > rk32