Re: [U-Boot] [PATCH V3 0/8] SPL Linux boot

2011-08-26 Thread Andreas Bießmann
Dear Wolfgang, Am 26.08.2011 13:36, schrieb Wolfgang Denk: > Dear Simon, > > In message <4e563136.2030...@gmail.com> you wrote: >> >>> A question ex ante: what is the "bp" in "savebp" supposed to mean? I > ... >> It means "save boot parameters" - better proposals welcome. > Also, I think we sh

Re: [U-Boot] [PATCH V3 0/8] SPL Linux boot

2011-08-26 Thread Simon Schwarz
Dear Wolfgang, On 08/26/2011 01:36 PM, Wolfgang Denk wrote: > Dear Simon, > > In message<4e563136.2030...@gmail.com> you wrote: >> >>> A question ex ante: what is the "bp" in "savebp" supposed to mean? I > ... >> It means "save boot parameters" - better proposals welcome. > > If it's not too much

Re: [U-Boot] [PATCH V3 0/8] SPL Linux boot

2011-08-26 Thread Wolfgang Denk
Dear Aneesh V, In message <4e5787b7.1060...@ti.com> you wrote: > > > As all this is about preparing for a SPL boot, I suggest we name the > > new command "spl"; the resulting user interface could be like this: > > > > > > spl export addr [args ...] > > How about skipping the spl part and

Re: [U-Boot] [PATCH V3 0/8] SPL Linux boot

2011-08-26 Thread Aneesh V
Hi Wolfgang, On Friday 26 August 2011 05:06 PM, Wolfgang Denk wrote: > Dear Simon, > ... > As all this is about preparing for a SPL boot, I suggest we name the > new command "spl"; the resulting user interface could be like this: > > > spl export addr [args ...] How about skipping the s

Re: [U-Boot] [PATCH V3 0/8] SPL Linux boot

2011-08-26 Thread Wolfgang Denk
Dear Simon, In message <4e563136.2030...@gmail.com> you wrote: > > > A question ex ante: what is the "bp" in "savebp" supposed to mean? I ... > It means "save boot parameters" - better proposals welcome. If it's not too much of trouble I would indeed ask you to change that name. Dismissing ecol

Re: [U-Boot] [PATCH V3 0/8] SPL Linux boot

2011-08-25 Thread Simon Schwarz
Dear Wolfgang Denk, On 08/25/2011 12:17 PM, Wolfgang Denk wrote: > Dear Simon Schwarz, > > In message<1314261196-23197-1-git-send-email-simonschwarz...@gmail.com> you > wrote: >> Adds direct Linux boot to SPL. It implements a savebp command to save >> ATAGS or FDT to NAND flash. The kernel image

Re: [U-Boot] [PATCH V3 0/8] SPL Linux boot

2011-08-25 Thread Wolfgang Denk
Dear Simon Schwarz, In message <1314261196-23197-1-git-send-email-simonschwarz...@gmail.com> you wrote: > Adds direct Linux boot to SPL. It implements a savebp command to save > ATAGS or FDT to NAND flash. The kernel image has to be in place for this! Thanks for this work. It is highly appre