[coreboot-gerrit] New patch to review for coreboot: 1edc54e early section: Don't add empty .car.cbmem_console.

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Sat Oct 11 03:50:13 CEST 2014


Vladimir Serbinenko (phcoder at 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 at 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 at 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\", at nobits");
 asm(".previous");
-asm(".section .car.cbmem_console,\"w\", at nobits");
-asm(".previous");
 #define CAR_GLOBAL __attribute__((section(".car.global_data")))
 #else
 #define CAR_GLOBAL



More information about the coreboot-gerrit mailing list