diff options
author | Aaron Durbin <adurbin@chromium.org> | 2013-04-24 22:59:45 -0500 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2013-05-01 07:13:16 +0200 |
commit | 001de1aeb00e604e4664659b831ca99d1a940d57 (patch) | |
tree | f11f8c387d3af72346a74979211427fbb09bc277 /src/device | |
parent | bebf66909a11201a1bbfbdf7f1af40285d76a457 (diff) |
boot state: rebalance payload load vs actual boot
The notion of loading a payload in the current boot state
machine isn't actually loading the payload. The reason is
that cbfs is just walked to find the payload. The actual
loading and booting were occuring in selfboot(). Change this
balance so that loading occurs in one function and actual
booting happens in another. This allows for ample opportunity
to delay work until just before booting.
Change-Id: Ic91ed6050fc5d8bb90c8c33a44eea3b1ec84e32d
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/3139
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/device')
0 files changed, 0 insertions, 0 deletions