X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=OvmfPkg%2FAcpiPlatformDxe%2FQemuFwCfgAcpiPlatformDxe.inf;h=8f13c840eff8a765bc2e754f4a34fd640ff852fd;hp=5dab3ba2d79a23796a7311c578de0f8a7d6a4ac4;hb=1c6ee78f36e953ce611c67d06866db5f954795b5;hpb=903f52297f5d08d6e53bf9b48aafbbdd055e8e27 diff --git a/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf index 5dab3ba2d7..8f13c840ef 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,10 +27,16 @@ # [Sources] + AcpiPlatform.h + BootScript.c + EntryPoint.c + PciDecoding.c QemuFwCfgAcpi.c + QemuFwCfgAcpiPlatform.c [Packages] MdePkg/MdePkg.dec + MdeModulePkg/MdeModulePkg.dec OvmfPkg/OvmfPkg.dec [LibraryClasses] @@ -39,14 +45,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