[edk2-devel] [PATCH v6 0/3] OvmfPkg/Bhyve: install ACPI tables from memory

Corvin Köhne corvink at FreeBSD.org
Tue Jun 6 09:21:36 UTC 2023


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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#105773): https://edk2.groups.io/g/devel/message/105773
Mute This Topic: https://groups.io/mt/99359676/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list