public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v6 0/3] OvmfPkg/Bhyve: install ACPI tables from memory
@ 2023-06-06  9:21 Corvin Köhne
  2023-06-06  9:21 ` [PATCH v6 1/3] OvmfPkg/Xen: export search of RSDP into a library function Corvin Köhne
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Corvin Köhne @ 2023-06-06  9:21 UTC (permalink / raw)
  To: devel; +Cc: Corvin Köhne

CI: https://github.com/tianocore/edk2/pull/4379/checks

Corvin Köhne (3):
  OvmfPkg/Xen: export search of RSDP into a library function
  OvmfPkg/Xen: export AcpiTable installation into AcpiPlatformLib
  OvmfPkg/Bhyve: install ACPI tables from memory

 OvmfPkg/OvmfPkg.dec                           |   4 +
 OvmfPkg/Bhyve/BhyveX64.dsc                    |   1 +
 OvmfPkg/OvmfXen.dsc                           |   1 +
 .../Bhyve/AcpiPlatformDxe/AcpiPlatformDxe.inf |   1 +
 .../AcpiPlatformLib/DxeAcpiPlatformLib.inf    |  26 ++++
 .../XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf |   2 +-
 OvmfPkg/Include/Library/AcpiPlatformLib.h     |  49 ++++++
 OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.c  |  37 ++++-
 .../AcpiPlatformLib/DxeAcpiPlatformLib.c}     | 140 +++++-------------
 OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.c     |  47 +++++-
 10 files changed, 200 insertions(+), 108 deletions(-)
 create mode 100644 OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.inf
 create mode 100644 OvmfPkg/Include/Library/AcpiPlatformLib.h
 rename OvmfPkg/{XenAcpiPlatformDxe/Xen.c => Library/AcpiPlatformLib/DxeAcpiPlatformLib.c} (61%)

-- 
2.40.1


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

end of thread, other threads:[~2023-06-06 11:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06  9:21 [PATCH v6 0/3] OvmfPkg/Bhyve: install ACPI tables from memory Corvin Köhne
2023-06-06  9:21 ` [PATCH v6 1/3] OvmfPkg/Xen: export search of RSDP into a library function Corvin Köhne
2023-06-06  9:21 ` [PATCH v6 2/3] OvmfPkg/Xen: export AcpiTable installation into AcpiPlatformLib Corvin Köhne
2023-06-06  9:21 ` [PATCH v6 3/3] OvmfPkg/Bhyve: install ACPI tables from memory Corvin Köhne
2023-06-06 11:00 ` [edk2-devel] [PATCH v6 0/3] " Ard Biesheuvel

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