Stefan Reinauer ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/931

-gerrit

commit 52c1746e86e7b742b3dede6337114d409dfdb928
Author: Stefan Reinauer <[email protected]>
Date:   Fri Apr 27 00:34:54 2012 +0200

    coreboot_table.c: Add missing include files
    
    If compiling coreboot with ChromeOS support, two
    more include files are required.
    
    Change-Id: I7e042e250e4a89e7dd4bab58443824d503c3f709
    Signed-off-by: Stefan Reinauer <[email protected]>
---
 src/arch/x86/boot/coreboot_table.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/arch/x86/boot/coreboot_table.c 
b/src/arch/x86/boot/coreboot_table.c
index 219de7a..9ceca45 100644
--- a/src/arch/x86/boot/coreboot_table.c
+++ b/src/arch/x86/boot/coreboot_table.c
@@ -34,6 +34,10 @@
 #if CONFIG_USE_OPTION_TABLE
 #include <option_table.h>
 #endif
+#if CONFIG_CHROMEOS
+#include <arch/acpi.h>
+#include <vendorcode/google/chromeos/gnvs.h>
+#endif
 
 static struct lb_header *lb_table_init(unsigned long addr)
 {

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to