summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/qemu/Makefile
diff options
context:
space:
mode:
authorMiao Yan <yanmiaobest@gmail.com>2016-01-07 01:32:00 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-01-13 12:20:15 +0800
commitf60df20aa966c3de850afafe3cce70a51d0b261c (patch)
tree9a21ee8258c606f021cc575208a0055ee09be2f6 /arch/x86/cpu/qemu/Makefile
parentece5c37f0cae1277a147e1c17f9d1bfabc3d2e95 (diff)
downloadtalos-obmc-uboot-f60df20aa966c3de850afafe3cce70a51d0b261c.tar.gz
talos-obmc-uboot-f60df20aa966c3de850afafe3cce70a51d0b261c.zip
x86: qemu: add fw_cfg support
The QEMU fw_cfg interface allows the guest to retrieve various data information from QEMU. For example, APCI/SMBios tables, number of online cpus, kernel data and command line, etc. This patch adds support for QEMU fw_cfg interface. Signed-off-by: Miao Yan <yanmiaobest@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/qemu/Makefile')
-rw-r--r--arch/x86/cpu/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/cpu/qemu/Makefile b/arch/x86/cpu/qemu/Makefile
index 3f3958aa8e..d613798da1 100644
--- a/arch/x86/cpu/qemu/Makefile
+++ b/arch/x86/cpu/qemu/Makefile
@@ -7,5 +7,5 @@
ifndef CONFIG_EFI_STUB
obj-y += car.o dram.o
endif
-obj-y += qemu.o
+obj-y += fw_cfg.o qemu.o
obj-$(CONFIG_GENERATE_ACPI_TABLE) += acpi.o dsdt.o
OpenPOWER on IntegriCloud