]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
ArmPkg/ArmSoftFloatLib: remove source files that are no longer used
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / AcpiPlatformDxe.inf
index 90178e0f52a4c64a86bb915235a25094d9c33c71..24634eeae21abdfa8537db559bfd9abab3582966 100644 (file)
@@ -1,14 +1,8 @@
 ## @file\r
 #  OVMF ACPI Platform Driver\r
 #\r
-#  Copyright (c) 2008 - 2012, Intel Corporation. All rights reserved.<BR>\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#  Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>\r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 ##\r
 \r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   AcpiPlatform.c\r
+  AcpiPlatform.h\r
+  BootScript.c\r
+  EntryPoint.c\r
+  PciDecoding.c\r
   Qemu.c\r
+  QemuFwCfgAcpi.c\r
+  QemuLoader.h\r
   Xen.c\r
 \r
 [Packages]\r
   MdeModulePkg/MdeModulePkg.dec\r
   OvmfPkg/OvmfPkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
-  PcAtChipsetPkg/PcAtChipsetPkg.dec\r
 \r
 [LibraryClasses]\r
   UefiLib\r
-  DxeServicesLib\r
   PcdLib\r
   BaseMemoryLib\r
   DebugLib\r
   UefiDriverEntryPoint\r
   HobLib\r
   QemuFwCfgLib\r
+  QemuFwCfgS3Lib\r
   MemoryAllocationLib\r
   BaseLib\r
   DxeServicesTableLib\r
+  OrderedCollectionLib\r
 \r
 [Protocols]\r
   gEfiAcpiTableProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiFirmwareVolume2ProtocolGuid               # PROTOCOL SOMETIMES_CONSUMED\r
+  gEfiPciIoProtocolGuid                         # PROTOCOL SOMETIMES_CONSUMED\r
 \r
 [Guids]\r
   gEfiXenInfoGuid\r
+  gRootBridgesConnectedEventGroupGuid\r
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration\r
   gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress\r
-  gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel\r
+  gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel\r
   gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress\r
 \r
 [Depex]\r
   gEfiAcpiTableProtocolGuid\r
-\r