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