[U-Boot] [PATCH 11/12] x86: qemu: Enable ACPI table generation by default
Bin Meng
bmeng.cn at gmail.com
Sun Feb 28 07:58:05 CET 2016
Now that ACPI is supported on QEMU, enable it.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
configs/qemu-x86_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig
index b0c935c..f0e6512 100644
--- a/configs/qemu-x86_defconfig
+++ b/configs/qemu-x86_defconfig
@@ -4,6 +4,7 @@ CONFIG_SMP=y
CONFIG_MAX_CPUS=2
CONFIG_GENERATE_PIRQ_TABLE=y
CONFIG_GENERATE_MP_TABLE=y
+CONFIG_GENERATE_ACPI_TABLE=y
CONFIG_CMD_CPU=y
# CONFIG_CMD_IMLS is not set
# CONFIG_CMD_FLASH is not set
--
1.8.2.1
More information about the U-Boot
mailing list