X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=OvmfPkg%2FAcpiPlatformDxe%2FAcpiPlatformDxe.inf;h=9a9b2e6bb2e5b21ff41100c1f51f8ff5b21f94ec;hb=61a044c6c15f5806a30ff23409ba5287d9d07163;hp=1034a0ae1f67082c03ad51ce0ec7efaee7ad246f;hpb=7d2bd1505b93135947045e24b6a1313799d44738;p=mirror_edk2.git diff --git a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf index 1034a0ae1f..9a9b2e6bb2 100644 --- a/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf +++ b/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf @@ -1,21 +1,21 @@ ## @file -# Sample ACPI Platform Driver +# OVMF ACPI Platform Driver # -# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php -# +# # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# +# ## [Defines] INF_VERSION = 0x00010005 BASE_NAME = AcpiPlatform - FILE_GUID = cb933912-df8f-4305-b1f9-7b44fa11395c + FILE_GUID = 49970331-E3FA-4637-9ABC-3B7868676970 MODULE_TYPE = DXE_DRIVER VERSION_STRING = 1.0 ENTRY_POINT = AcpiPlatformEntryPoint @@ -28,10 +28,19 @@ [Sources] AcpiPlatform.c + Qemu.c + QemuFwCfgAcpi.c + Xen.c + EntryPoint.c + PciDecoding.c + BootScript.c [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec + OvmfPkg/OvmfPkg.dec + UefiCpuPkg/UefiCpuPkg.dec + PcAtChipsetPkg/PcAtChipsetPkg.dec [LibraryClasses] UefiLib @@ -41,13 +50,28 @@ DebugLib UefiBootServicesTableLib UefiDriverEntryPoint + HobLib + QemuFwCfgLib + QemuFwCfgS3Lib + MemoryAllocationLib + BaseLib + DxeServicesTableLib + OrderedCollectionLib [Protocols] gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED + gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED + +[Guids] + gEfiXenInfoGuid + gRootBridgesConnectedEventGroupGuid [Pcd] gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile + gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration + gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress + gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel + gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress [Depex] gEfiAcpiTableProtocolGuid -