
15 Jan
2016
15 Jan
'16
4:12 a.m.
Currently, if CONFIG_GENERATE_ACPI_TABLE is defined, U-Boot will generate ACPI tables itlself, this patchset adds the ability to load the ACPI tables generated by QEMU.
Miao Yan (4): x86: qemu: re-structure qemu_fwcfg_list_firmware() x86: qemu: setup PM IO base for ACPI in southbridge x86: qemu: add the ability to load and link ACPI tables from QEMU x86: qemu: loading ACPI table from QEMU
arch/x86/cpu/qemu/fw_cfg.c | 274 ++++++++++++++++++++++++++++++-- arch/x86/cpu/qemu/qemu.c | 39 +++++ arch/x86/include/asm/arch-qemu/device.h | 8 + arch/x86/include/asm/fw_cfg.h | 78 +++++++++ arch/x86/lib/tables.c | 5 +- 5 files changed, 389 insertions(+), 15 deletions(-)
--
1.9.1