Another indirection for normal/fallback bootblock
authorPatrick Georgi <patrick@georgi-clan.de>
Sat, 7 Jan 2012 18:15:43 +0000 (19:15 +0100)
committerPatrick Georgi <patrick@georgi-clan.de>
Sat, 17 Mar 2012 11:07:39 +0000 (12:07 +0100)
commit06c04299c1420fa94a1a53cc36c9d91a5e31a22a
treecb3c316220a71680079cfc46f2d6a762d2425c50
parent7a39446ec236b9eeba7454790fc32fc4240d7e42
Another indirection for normal/fallback bootblock

Provide a way to redefine the names of normal and fallback via CBFS.
This way updates can use some more expressive naming scheme (numbers,
dates, version numbers) and replace the coreboot-stages file to
point to the new version (with the current version as new "old").

If coreboot-stages doesn't exist, the default behaviour remains to
use "normal" and "fallback".

Change-Id: I77c134d79ed95831ad5098b7663c15e95d3b5a2a
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/589
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
src/arch/x86/init/bootblock_normal.c