Re: [RFC] Load U-Boot without LK on DragonBoard 410c (+ DB820c?)

2021-07-01 Thread Nicolas Dechesne
hey Stephan, Thanks for such a great email! the outcome is excellent! On Thu, Jul 1, 2021 at 11:07 AM Stephan Gerhold wrote: > > Hi! > > at the moment the U-Boot ports for both DragonBoard 410c and 820c are > designed to be loaded as an Android boot image after Qualcomm's LK > bootloader. This i

Re: [U-Boot] RFC: Alternative boot_jump_linux() function

2018-05-27 Thread Nicolas Dechesne
Ramon, Tom, On Sat, May 26, 2018 at 7:58 AM, Ramon Fried wrote: > On Sat, May 26, 2018 at 5:18 AM, Tom Rini wrote: > > On Fri, May 25, 2018 at 05:41:31PM +0300, Ramon Fried wrote: > >> On Fri, May 25, 2018 at 3:11 PM, Tom Rini wrote: > >> > On Thu, May 17, 2018 at 07:48:45PM +0300, Ramon Fried

Re: [U-Boot] [PATCH] MAINTAINERS: board: qcom: db410c: Maintainer changed

2017-09-11 Thread Nicolas Dechesne
On Mon, Sep 11, 2017 at 8:17 PM, Tom Rini wrote: > > On Mon, Sep 11, 2017 at 04:07:02PM +0200, Jorge Ramirez-Ortiz wrote: > > > Replacing original author Mateusz Kulikowski > > as db410c maintainer > > > > Signed-off-by: Jorge Ramirez-Ortiz > > Mateusz brought this up in private before Jorge's p

[U-Boot] [PATCH] OMAP SPL: Fix missing timer_init() call in OMAP4 s_init()

2012-01-31 Thread Nicolas Dechesne
In 8775471bb, the call to timer_init() was removed from common code and put in OMAP3 s_init() function. As a result the boot was broken on OMAP4. This patch adds timer_init() in OMAP4 s_init(), that fix boot on all OMAP4 boards. Signed-off-by: Nicolas Dechesne Tested-by: Robert P. J. Day Cc