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

Corvin Köhne posted 3 patches 11 months ago
Failed in applying to current master (apply log)
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%)
[edk2-devel] [PATCH v6 0/3] OvmfPkg/Bhyve: install ACPI tables from memory
Posted by Corvin Köhne 11 months ago
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v6 0/3] OvmfPkg/Bhyve: install ACPI tables from memory
Posted by Ard Biesheuvel 11 months ago
On Tue, 6 Jun 2023 at 11:22, Corvin Köhne <corvink@freebsd.org> wrote:
>
> 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
>

Merged as #4521

Thanks

>  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 (#105785): https://edk2.groups.io/g/devel/message/105785
Mute This Topic: https://groups.io/mt/99359676/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-