Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-26 Thread Kumar Gala
On Aug 26, 2009, at 10:27 PM, Kumar Gala wrote: > > On Aug 26, 2009, at 3:46 PM, Wolfgang Denk wrote: > >> Dear Kumar Gala, >> >> In message <1250276442-28463-1-git-send-email-ga...@kernel.crashing.org >>> you wrote: >>> Added a arch_preboot() function that cpu specific code can >>> implement to

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-26 Thread Kumar Gala
On Aug 26, 2009, at 3:46 PM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1250276442-28463-1-git-send-email-ga...@kernel.crashing.org > > you wrote: >> Added a arch_preboot() function that cpu specific code can >> implement to >> allow for various modifications to the state of the m

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <1250276442-28463-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Added a arch_preboot() function that cpu specific code can implement to > allow for various modifications to the state of the machine right before > we boot. This can be useful to setup registe

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-25 Thread Kumar Gala
On Aug 14, 2009, at 2:00 PM, Kumar Gala wrote: > Added a arch_preboot() function that cpu specific code can implement > to > allow for various modifications to the state of the machine right > before > we boot. This can be useful to setup register state to a specific > configuration. > > Sig

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-25 Thread Kumar Gala
On Aug 15, 2009, at 9:24 AM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:45 Fri 14 Aug , Kumar Gala wrote: >> >> On Aug 14, 2009, at 3:13 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: >> >>> On 14:00 Fri 14 Aug , Kumar Gala wrote: Added a arch_preboot() function that cpu specific c

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-15 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:45 Fri 14 Aug , Kumar Gala wrote: > > On Aug 14, 2009, at 3:13 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > > >On 14:00 Fri 14 Aug , Kumar Gala wrote: > >>Added a arch_preboot() function that cpu specific code can > >>implement to > >>allow for various modifications to the state of

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-14 Thread Kumar Gala
On Aug 14, 2009, at 3:13 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 14:00 Fri 14 Aug , Kumar Gala wrote: >> Added a arch_preboot() function that cpu specific code can >> implement to >> allow for various modifications to the state of the machine right >> before >> we boot. This can

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-14 Thread Jean-Christophe PLAGNIOL-VILLARD
On 14:00 Fri 14 Aug , Kumar Gala wrote: > Added a arch_preboot() function that cpu specific code can implement to > allow for various modifications to the state of the machine right before > we boot. This can be useful to setup register state to a specific > configuration. > > Signed-off-by:

Re: [U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-14 Thread Kumar Gala
On Aug 14, 2009, at 2:00 PM, Kumar Gala wrote: > Added a arch_preboot() function that cpu specific code can implement > to > allow for various modifications to the state of the machine right > before > we boot. This can be useful to setup register state to a specific > configuration. > > Sig

[U-Boot] [PATCH] Add ability for arch code to make changes before we boot

2009-08-14 Thread Kumar Gala
Added a arch_preboot() function that cpu specific code can implement to allow for various modifications to the state of the machine right before we boot. This can be useful to setup register state to a specific configuration. Signed-off-by: Kumar Gala --- common/cmd_bootm.c | 10 ++ 1