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
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
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
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
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
> 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
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
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
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
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
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?
> >
> 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
> 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
> 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
> 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
> 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
> 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
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
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
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
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
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
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
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
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
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 -
> 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
> 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
> 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
> 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-
> 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
> 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
> 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-
> 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 +++
> 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!
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
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.
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!
-
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
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
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
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
___
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
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
___
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
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
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@
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
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,
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
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
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
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
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
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
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
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
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
> > > >
> > > >
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.
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.
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
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
62 matches
Mail list logo