]> git.sur5r.net Git - u-boot/commit
x86: qemu: Drop our own ACPI implementation
authorBin Meng <bmeng.cn@gmail.com>
Wed, 13 Apr 2016 07:52:49 +0000 (00:52 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 22 Apr 2016 03:26:32 +0000 (11:26 +0800)
commit697ec431469ce0a4c2fc2c02d8685d907491af84
tree448c5ba00e20b8d9a1d4336bbfc45e267a0d2946
parentee8b25fa354da7cfaafe0e6781e873c74c29bbad
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>
arch/x86/cpu/qemu/Makefile
arch/x86/cpu/qemu/acpi.c [deleted file]
arch/x86/cpu/qemu/acpi/cpu-hotplug.asl [deleted file]
arch/x86/cpu/qemu/acpi/dbug.asl [deleted file]
arch/x86/cpu/qemu/acpi/hpet.asl [deleted file]
arch/x86/cpu/qemu/acpi/isa.asl [deleted file]
arch/x86/cpu/qemu/acpi/pci-crs.asl [deleted file]
arch/x86/cpu/qemu/dsdt.asl [deleted file]