commit | a91f02abf5e3eb4c219abaef88f60c4f2a597af8 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Thu Aug 27 08:23:55 2009 -0500 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sat Oct 03 09:04:12 2009 -0500 |
tree | 132c231719137874c946b764a7c8866c12650af0 | |
parent | 3fbde1876c746b74107fb34e2e530e920ae9d77c [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>