]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PcatSingleSegmentPciCfg2Pei.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Universal / PcatSingleSegmentPciCfg2Pei / PcatSingleSegmentPciCfg2Pei.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d
SZ
2# Pcat SingleSegmentPciCfg2Pei Pei Module.\r
3#\r
4# It installs SingleSegmentPciConfiguration2 PPI to provide read, write and modify access to Pci configuration space in PEI phase.\r
109e9a61 5# To follow PI specification, these services also support access to the unaligned Pci address.\r
12232778 6#\r
de005223 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
12232778 8#\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12232778 10#\r
11#\r
6bfbb5f0 12##\r
12232778 13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PcatSingleSegmentPciCfg2Pei\r
6036e94d 17 MODULE_UNI_FILE = PcatSingleSegmentPciCfg2Pei.uni\r
12232778 18 FILE_GUID = 4F1F379F-2A62-48bb-AC34-D3F135C6E2B7\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
12232778 21 ENTRY_POINT = PeimInitializePciCfg\r
22\r
23#\r
078bee4e 24# The following information is for reference only and not required by the build tools.\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
12232778 27#\r
28\r
6bfbb5f0 29[Sources]\r
12232778 30 PciCfg2.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35\r
36[LibraryClasses]\r
37 PeimEntryPoint\r
38 PciLib\r
39 BaseLib\r
40 DebugLib\r
77dfa7c7 41 PeiServicesLib\r
12232778 42\r
43[Ppis]\r
6036e94d 44 gEfiPciCfg2PpiGuid ## PRODUCES\r
12232778 45\r
46[Depex]\r
47 TRUE\r
6036e94d
SZ
48\r
49[UserExtensions.TianoCore."ExtraFiles"]\r
50 PcatSingleSegmentPciCfg2PeiExtra.uni\r