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

2009-09-04 Thread Wolfgang Denk
Dear Kumar Gala, In message 1251379435-12994-1-git-send-email-ga...@kernel.crashing.org you wrote: Added a arch_preboot_os() 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

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

2009-08-27 Thread Kumar Gala
Added a arch_preboot_os() 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 ga...@kernel.crashing.org --- * Just