adapt Uncompressing.. patch for AMD code. Also replace "linxbios" by "coreboot"
in a number of places. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3466 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
685240610b
commit
87c938f139
@@ -52,9 +52,9 @@ static void copy_and_run(unsigned cpu_reset)
|
||||
#endif
|
||||
// dump_mem(dst, dst+0x100);
|
||||
#if CONFIG_USE_INIT
|
||||
printk_spew("linxbios_ram.bin length = %08x\r\n", olen);
|
||||
printk_spew("coreboot_ram.bin length = %08x\r\n", olen);
|
||||
#else
|
||||
print_spew("linxbios_ram.bin length = "); print_spew_hex32(olen); print_spew("\r\n");
|
||||
print_spew("coreboot_ram.bin length = "); print_spew_hex32(olen); print_spew("\r\n");
|
||||
#endif
|
||||
print_debug("Jumping to coreboot.\r\n");
|
||||
|
||||
|
Reference in New Issue
Block a user