commit | 3dfad40a0459f63099e177dc15a1df39d048f860 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Aug 27 08:23:55 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri Sep 04 22:11:23 2009 +0200 |
tree | 48bebaedba3c6230fc922fa7e538d082ec9636b7 | |
parent | 9ea005fb4428c922536fa75991ce9972304a02fb [diff] |
Add ability for arch code to make changes before we boot 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 <galak@kernel.crashing.org>