[U-Boot] [PATCH 0/4] add support for loading ACPI tables from QEMU

Miao Yan yanmiaobest at gmail.com
Fri Jan 15 04:12:17 CET 2016


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



More information about the U-Boot mailing list