Vladimir Serbinenko (phcoder@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7042
-gerrit
commit 1edc54ea5783f667039562ecf5e472857d525616 Author: Vladimir Serbinenko phcoder@gmail.com Date: Sat Oct 11 03:49:24 2014 +0200
early section: Don't add empty .car.cbmem_console.
With handling of this section removed it confused the linker.
Change-Id: Id096c1642c0bfed1007a4b7d7dfa89f8b4ffcae1 Signed-off-by: Vladimir Serbinenko phcoder@gmail.com --- src/arch/x86/include/arch/early_variables.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/src/arch/x86/include/arch/early_variables.h b/src/arch/x86/include/arch/early_variables.h index 80e82d6..ea57d89 100644 --- a/src/arch/x86/include/arch/early_variables.h +++ b/src/arch/x86/include/arch/early_variables.h @@ -23,8 +23,6 @@ #ifdef __PRE_RAM__ asm(".section .car.global_data,"w",@nobits"); asm(".previous"); -asm(".section .car.cbmem_console,"w",@nobits"); -asm(".previous"); #define CAR_GLOBAL __attribute__((section(".car.global_data"))) #else #define CAR_GLOBAL