u-boot-brain/arch/x86/cpu/qemu
Bin Meng 697ec43146 x86: qemu: Drop our own ACPI implementation
Our own ACPI implementation (when CONFIG_QEMU_ACPI_TABLE is not set)
does not build anymore after x86 has been fully converted to DM PCI.
Instead of trying to fix the build errors, given we now have the ACPI
support via QEMU's fw_cfg interface, which is a more reliable way to
generate correct ACPI tables than by ourselves, hence drop our own
ACPI implementation.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2016-04-22 11:26:32 +08:00
..
car.S x86: Support QEMU x86 targets 2015-06-04 02:39:38 -06:00
cpu.c x86: qemu: fix cpu device in smp boot 2016-01-13 12:20:16 +08:00
dram.c x86: Support QEMU x86 targets 2015-06-04 02:39:38 -06:00
fw_cfg.c x86: Change write_acpi_tables() signature a little bit 2016-03-17 10:27:22 +08:00
Kconfig x86: qemu: setup PM IO base for ACPI in southbridge 2016-01-28 13:53:30 +08:00
Makefile x86: qemu: Drop our own ACPI implementation 2016-04-22 11:26:32 +08:00
qemu.c x86: qemu: Convert to use DM PCI API 2016-02-05 12:47:22 +08:00