[coreboot-gerrit] New patch to review for coreboot: 891e087 qemu/x86: make sure it still builds

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Mon Dec 2 18:15:40 CET 2013


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4303

-gerrit

commit 891e087e79c86adb1cd6b9855c50aa59bb00c4c6
Author: Ronald G. Minnich <rminnich at google.com>
Date:   Mon Dec 2 09:14:33 2013 -0800

    qemu/x86: make sure it still builds
    
    At some point, it appears that we must select
    GENERATE_ACPI_TABLES
    or it no longer builds. Since we seem to require ACPI now we
    might as well just lock it on.
    
    Change-Id: If1419cd06d099985b444bab9b31b8149425d1a42
    Signed-off-by: Ronald G. Minnich <rminnich at google.com>
---
 src/mainboard/emulation/qemu-i440fx/Kconfig | 1 +
 src/mainboard/emulation/qemu-q35/Kconfig    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/mainboard/emulation/qemu-i440fx/Kconfig b/src/mainboard/emulation/qemu-i440fx/Kconfig
index 0d4d07a..c36dded 100644
--- a/src/mainboard/emulation/qemu-i440fx/Kconfig
+++ b/src/mainboard/emulation/qemu-i440fx/Kconfig
@@ -14,6 +14,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select EARLY_CBMEM_INIT
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
 	select MAINBOARD_DO_NATIVE_VGA_INIT
+	select GENERATE_ACPI_TABLES
 
 config MAINBOARD_DIR
 	string
diff --git a/src/mainboard/emulation/qemu-q35/Kconfig b/src/mainboard/emulation/qemu-q35/Kconfig
index cd7024b..baa8b3b 100644
--- a/src/mainboard/emulation/qemu-q35/Kconfig
+++ b/src/mainboard/emulation/qemu-q35/Kconfig
@@ -17,6 +17,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select EARLY_CBMEM_INIT
 	select MAINBOARD_HAS_NATIVE_VGA_INIT
 	select MAINBOARD_DO_NATIVE_VGA_INIT
+	select GENERATE_ACPI_TABLES
 
 config MAINBOARD_DIR
 	string



More information about the coreboot-gerrit mailing list