]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
1) Add PcatSingleSegmentPciCfg2Pei in MdeModulePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / PcatSingleSegmentPciCfgPei / PcatSingleSegmentPciCfgPei.inf
diff --git a/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf b/IntelFrameworkModulePkg/Universal/PcatSingleSegmentPciCfgPei/PcatSingleSegmentPciCfgPei.inf
new file mode 100644 (file)
index 0000000..d53e2bb
--- /dev/null
@@ -0,0 +1,60 @@
+#/** @file\r
+#  Single Segment Pci Configuration PPI\r
+#\r
+#  This file declares PciCfg PPI used to access PCI configuration space in PEI\r
+#  Copyright (c) 2006 - 2007, Intel Corporation\r
+#\r
+#  All rights reserved. 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
+#  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
+#\r
+#\r
+#**/\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = PcatSingleSegmentPciCfgPei\r
+  FILE_GUID                      = 27A5159D-5E61-4809-919A-422E887101EF\r
+  MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
+  EDK_RELEASE_VERSION            = 0x00020000\r
+  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+\r
+  ENTRY_POINT                    = PeimInitializePciCfg\r
+\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources.common]\r
+  PciCfg.c\r
+  PciCfg2.c\r
+  PciCfgInternal.h\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
+  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
+\r
+\r
+[LibraryClasses]\r
+  PeimEntryPoint\r
+  PciLib\r
+  BaseLib\r
+  DebugLib\r
+\r
+\r
+[Ppis]\r
+  gEfiPciCfg2PpiGuid                   # PPI ALWAYS_PRODUCED\r
+  gEfiPciCfgPpiInServiceTableGuid      # PPI ALWAYS_PRODUCED\r
+\r
+[PcdsFeatureFlag.common]\r
+  PcdPciCfgDisable|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
+  PcdPciCfg2Disable|gEfiIntelFrameworkModulePkgTokenSpaceGuid\r
+\r
+[Depex]\r
+  TRUE\r
+\r