]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add ability for arch code to make changes before we boot
authorKumar Gala <galak@kernel.crashing.org>
Thu, 27 Aug 2009 13:23:55 +0000 (08:23 -0500)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 3 Oct 2009 14:04:12 +0000 (09:04 -0500)
commita91f02abf5e3eb4c219abaef88f60c4f2a597af8
tree132c231719137874c946b764a7c8866c12650af0
parent3fbde1876c746b74107fb34e2e530e920ae9d77c
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>
common/cmd_bootm.c