Re: [U-Boot] [PATCH] arm: Add Prep subcommand support to bootm

2012-01-17 Thread Stefano Babic
On 16/01/2012 09:12, Simon Schwarz wrote: > From: Simon Schwarz > > Adds prep subcommand to bootm implementation of ARM. When bootm is called > with the subcommand prep the function stops right after ATAGS creation and > before announce_and_cleanup. > > This is used in command "cmd_spl export" >

[U-Boot] [PATCH] arm: Add Prep subcommand support to bootm

2012-01-16 Thread Simon Schwarz
From: Simon Schwarz Adds prep subcommand to bootm implementation of ARM. When bootm is called with the subcommand prep the function stops right after ATAGS creation and before announce_and_cleanup. This is used in command "cmd_spl export" Signed-off-by: Simon Schwarz --- V2 changes: nothing

Re: [U-Boot] [PATCH] arm: Add Prep subcommand support to bootm

2011-09-05 Thread Andreas Bießmann
Dear Simon, Am 05.09.2011 16:06, schrieb Simon Schwarz: > Dear Andreas, > > On 09/05/2011 12:58 PM, Andreas Bießmann wrote: >> Dear Simon, >> >> Am Mo 29 Aug 2011 18:08:13 CEST, Simon Schwarz schrieb: >> >>> +} >>> + >>> +/* Main Entry point for arm bootm implementation >>> + * >>> + * Modeled

Re: [U-Boot] [PATCH] arm: Add Prep subcommand support to bootm

2011-09-05 Thread Simon Schwarz
Dear Andreas, On 09/05/2011 12:58 PM, Andreas Bießmann wrote: > Dear Simon, > > Am Mo 29 Aug 2011 18:08:13 CEST, Simon Schwarz schrieb: >> Adds prep subcommand to bootm implementation of ARM. When bootm is called >> with >> the subcommand prep the function stops right after ATAGS creation and bef

Re: [U-Boot] [PATCH] arm: Add Prep subcommand support to bootm

2011-09-05 Thread Andreas Bießmann
Dear Simon, Am Mo 29 Aug 2011 18:08:13 CEST, Simon Schwarz schrieb: > Adds prep subcommand to bootm implementation of ARM. When bootm is called with > the subcommand prep the function stops right after ATAGS creation and before > announce_and_cleanup. > > This is used in savebp command savebp? I

[U-Boot] [PATCH] arm: Add Prep subcommand support to bootm

2011-08-29 Thread Simon Schwarz
Adds prep subcommand to bootm implementation of ARM. When bootm is called with the subcommand prep the function stops right after ATAGS creation and before announce_and_cleanup. This is used in savebp command Signed-off-by: Simon Schwarz V2 changes: nothing V3 changes: nothing changes af