All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/4] add support for loading ACPI tables from QEMU
@ 2016-01-20  9:57 Miao Yan
  2016-01-20  9:57 ` [U-Boot] [PATCH v3 1/4] x86: qemu: re-structure qemu_fwcfg_list_firmware() Miao Yan
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Miao Yan @ 2016-01-20  9:57 UTC (permalink / raw)
  To: u-boot

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.

Changes in v3:
  - fix a build error in patch 3/4
  - re-order patch 3/4 and patch 4/4 in v2

Changes in v2:
  - Drop [PATCH 4/4] x86: qemu: loading ACPI table from QEMU, add a config option
    CONFIG_QEMU_ACPI_TABLE
  - various cleanups

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: config option for loading ACPI table from QEMU

 arch/x86/Kconfig                        |   9 +
 arch/x86/cpu/qemu/Kconfig               |   7 +
 arch/x86/cpu/qemu/Makefile              |   2 +
 arch/x86/cpu/qemu/fw_cfg.c              | 316 ++++++++++++++++++++++++++++++--
 arch/x86/cpu/qemu/qemu.c                |  29 +++
 arch/x86/include/asm/arch-qemu/device.h |   2 +
 arch/x86/include/asm/arch-qemu/qemu.h   |   5 +
 arch/x86/include/asm/fw_cfg.h           |  70 ++++++-
 arch/x86/lib/Makefile                   |   2 +
 arch/x86/lib/acpi_table.c               |   4 +
 10 files changed, 429 insertions(+), 17 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-01-26  6:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-20  9:57 [U-Boot] [PATCH v3 0/4] add support for loading ACPI tables from QEMU Miao Yan
2016-01-20  9:57 ` [U-Boot] [PATCH v3 1/4] x86: qemu: re-structure qemu_fwcfg_list_firmware() Miao Yan
2016-01-25  2:54   ` Bin Meng
2016-01-26  0:52     ` Simon Glass
2016-01-26  6:55   ` Bin Meng
2016-01-20  9:57 ` [U-Boot] [PATCH v3 2/4] x86: qemu: setup PM IO base for ACPI in southbridge Miao Yan
2016-01-26  6:55   ` Bin Meng
2016-01-20  9:57 ` [U-Boot] [PATCH v3 3/4] x86: qemu: add the ability to load and link ACPI tables from QEMU Miao Yan
2016-01-26  6:55   ` Bin Meng
2016-01-20  9:57 ` [U-Boot] [PATCH v3 4/4] x86: config option for loading ACPI table " Miao Yan
2016-01-26  6:55   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.