Repo:   https://github.com/lersek/edk2.git
Branch: acpi_test_support

The feature is described in the first patch. Build OvmfPkg and
ArmVirtPkg platforms with "--pcd PcdAcpiTestSupport=TRUE" to enable it.

Cc: Anthony Perard <anthony.per...@citrix.com>
Cc: Ard Biesheuvel <ard.biesheu...@linaro.org>
Cc: Drew Jones <drjo...@redhat.com>
Cc: Igor Mammedov <imamm...@redhat.com>
Cc: Jordan Justen <jordan.l.jus...@intel.com>
Cc: Julien Grall <julien.gr...@linaro.org>
Cc: Philippe Mathieu-Daudé <phi...@redhat.com>

Thanks,
Laszlo

Laszlo Ersek (4):
  OvmfPkg: introduce ACPI Test Support data structure and GUID
  OvmfPkg/AcpiPlatformDxe: list missing lib classes for
    QemuFwCfgAcpiPlatformDxe
  OvmfPkg/AcpiPlatformDxe: add [Un]RegisterAcpiTestSupport() skeletons
  OvmfPkg/AcpiPlatformDxe: fill in ACPI_TEST_SUPPORT at first
    Ready-To-Boot

 OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h               |  10 ++
 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf          |   8 ++
 OvmfPkg/AcpiPlatformDxe/AcpiTestSupport.c            | 119 ++++++++++++++++++++
 OvmfPkg/AcpiPlatformDxe/EntryPoint.c                 |  24 +++-
 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf |  10 ++
 OvmfPkg/Include/Guid/AcpiTestSupport.h               |  67 +++++++++++
 OvmfPkg/OvmfPkg.dec                                  |   6 +
 7 files changed, 239 insertions(+), 5 deletions(-)
 create mode 100644 OvmfPkg/AcpiPlatformDxe/AcpiTestSupport.c
 create mode 100644 OvmfPkg/Include/Guid/AcpiTestSupport.h

-- 
2.19.1.3.g30247aa5d201

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to