bootblock updates:
- allow CPU to define bootblock code, too. - drop unneeded __PRE_RAM__ define - move CBFS specific code out of bootblock_common.h into cbfs.h Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Marc Jones <marcj303@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6507 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
6aef5542f8
commit
a7163f1eb9
@@ -6,6 +6,7 @@ static void main(unsigned long bist)
|
||||
if (boot_cpu()) {
|
||||
bootblock_northbridge_init();
|
||||
bootblock_southbridge_init();
|
||||
bootblock_cpu_init();
|
||||
}
|
||||
|
||||
#if CONFIG_USE_OPTION_TABLE
|
||||
|
@@ -5,6 +5,7 @@ static void main(unsigned long bist)
|
||||
if (boot_cpu()) {
|
||||
bootblock_northbridge_init();
|
||||
bootblock_southbridge_init();
|
||||
bootblock_cpu_init();
|
||||
}
|
||||
|
||||
#if CONFIG_USE_OPTION_TABLE
|
||||
|
Reference in New Issue
Block a user