public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] OvmfPkg, ArmVirtPkg: add ACPI Test Support
@ 2018-11-25 10:01 Laszlo Ersek
  2018-11-25 10:01 ` [PATCH 1/4] OvmfPkg: introduce ACPI Test Support data structure and GUID Laszlo Ersek
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Laszlo Ersek @ 2018-11-25 10:01 UTC (permalink / raw)
  To: edk2-devel
  Cc: Anthony Perard, Ard Biesheuvel, Drew Jones, Igor Mammedov,
	Jordan Justen, Julien Grall, Philippe Mathieu-Daudé

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.perard@citrix.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Drew Jones <drjones@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Julien Grall <julien.grall@linaro.org>
Cc: Philippe Mathieu-Daudé <philmd@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



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

end of thread, other threads:[~2018-12-27  5:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-25 10:01 [PATCH 0/4] OvmfPkg, ArmVirtPkg: add ACPI Test Support Laszlo Ersek
2018-11-25 10:01 ` [PATCH 1/4] OvmfPkg: introduce ACPI Test Support data structure and GUID Laszlo Ersek
2018-11-26 21:43   ` Philippe Mathieu-Daudé
2018-11-27 11:23     ` Laszlo Ersek
2018-12-03 17:09   ` Igor Mammedov
2018-12-04 17:09     ` Laszlo Ersek
2018-12-26 20:24       ` Laszlo Ersek
2018-12-27  5:11         ` Igor Mammedov
2018-11-25 10:01 ` [PATCH 2/4] OvmfPkg/AcpiPlatformDxe: list missing lib classes for QemuFwCfgAcpiPlatformDxe Laszlo Ersek
2018-11-25 10:01 ` [PATCH 3/4] OvmfPkg/AcpiPlatformDxe: add [Un]RegisterAcpiTestSupport() skeletons Laszlo Ersek
2018-11-25 10:01 ` [PATCH 4/4] OvmfPkg/AcpiPlatformDxe: fill in ACPI_TEST_SUPPORT at first Ready-To-Boot Laszlo Ersek
2018-11-26 17:21 ` [PATCH 0/4] OvmfPkg, ArmVirtPkg: add ACPI Test Support Ard Biesheuvel
2018-11-27 11:02   ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox