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

Corvin Köhne corvink at FreeBSD.org
Mon May 8 06:04:26 UTC 2023


On Fri, 2023-05-05 at 08:43 -0600, Rebecca Cran wrote:
> On 5/3/23 01:32, Corvin Köhne wrote:
> 
> > diff --git a/OvmfPkg/Bhyve/BhyveX64.dsc
> > b/OvmfPkg/Bhyve/BhyveX64.dsc
> > index d0d2712c5662..465b81ffcd51 100644
> > --- a/OvmfPkg/Bhyve/BhyveX64.dsc
> > +++ b/OvmfPkg/Bhyve/BhyveX64.dsc
> > @@ -341,6 +341,7 @@ [LibraryClasses.common.UEFI_DRIVER]
> >    
> > PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
> >   
> >   [LibraryClasses.common.DXE_DRIVER]
> > + 
> > AcpiPlatformLib|OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.
> > inf
> 
> That file doesn't exist. There's 
> OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf and 
> OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatformDxe.inf .
> 
> 

It's added by the first commit of this series.

---
 OvmfPkg/OvmfPkg.dec                           |  4 +
 OvmfPkg/OvmfXen.dsc                           |  1 +
 .../AcpiPlatformLib/DxeAcpiPlatformLib.inf    | 26 ++++++
 .../XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf |  1 +
 OvmfPkg/Include/Library/AcpiPlatformLib.h     | 25 +++++
 .../AcpiPlatformLib/DxeAcpiPlatformLib.c      | 90 ++++++++++++++++++
 OvmfPkg/XenAcpiPlatformDxe/Xen.c              | 93 ++-----------------
 7 files changed, 153 insertions(+), 87 deletions(-)
 create mode 100644
OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.inf
 create mode 100644 OvmfPkg/Include/Library/AcpiPlatformLib.h
 create mode 100644
OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.c


-- 
Kind regards,
Corvin


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20230508/3a9f5188/attachment.sig>


More information about the edk2-devel-archive mailing list