X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FAcpiPlatformDxe%2FQemuFwCfgAcpiPlatformDxe.inf;h=6b6e7879be1337a8c7db75da1031b3af6f199288;hp=56f9510bbc25f0ca0c41a1fd25d9d5f2f3e16857;hb=b15e00c823d330a058f25e8142acbd1a68998c1c;hpb=48b850898bce15cc978f228162fc0bbe7b5b291b diff --git a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf index 56f9510bbc..6b6e7879be 100644 --- a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf @@ -18,7 +18,7 @@ FILE_GUID = 17985e6f-e778-4d94-aefa-c5dd2b77e186 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 - ENTRY_POINT = QemuFwCfgAcpiPlatformEntryPoint + ENTRY_POINT = AcpiPlatformEntryPoint # # The following information is for reference only and not required by the build tools. @@ -27,11 +27,15 @@ # [Sources] - QemuFwCfgAcpiPlatform.c + BootScript.c + EntryPoint.c + PciDecoding.c QemuFwCfgAcpi.c + QemuFwCfgAcpiPlatform.c [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec OvmfPkg/OvmfPkg.dec [LibraryClasses] @@ -40,14 +44,19 @@ MemoryAllocationLib OrderedCollectionLib QemuFwCfgLib + QemuFwCfgS3Lib UefiBootServicesTableLib UefiDriverEntryPoint [Protocols] gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED + +[Guids] + gRootBridgesConnectedEventGroupGuid + +[Pcd] + gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration [Depex] gEfiAcpiTableProtocolGuid - -[Depex.IA32, Depex.X64] - gEfiPciEnumerationCompleteProtocolGuid