This patch allows loading ACPI DSDT from qemu via fw_cfg interface. So this patch makes it easy for users to replace existing DSDT embed in seabios binary.
Isaku Yamahata (2): util: add le32_to_cpu() seabios: acpi: allow qemu to load dsdt as external acpi table.
src/acpi.c | 47 +++++++++++++++++++++++++++++++++++++++-------- src/util.h | 5 +++++ 2 files changed, 44 insertions(+), 8 deletions(-)