]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/PlatformPei/PlatformPei.inf
OvmfPkg/PlatformPei: list "Platform.h" in the INF file
[mirror_edk2.git] / OvmfPkg / PlatformPei / PlatformPei.inf
1 ## @file
2 # Platform PEI driver
3 #
4 # This module provides platform specific function to detect boot mode.
5 # Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PlatformPei
20 FILE_GUID = 222c386d-5abc-4fb4-b124-fbb82488acf4
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 ENTRY_POINT = InitializePlatform
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 AmdSev.c
33 Cmos.c
34 Cmos.h
35 FeatureControl.c
36 Fv.c
37 MemDetect.c
38 Platform.c
39 Platform.h
40 Xen.c
41
42 [Packages]
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46 SecurityPkg/SecurityPkg.dec
47 UefiCpuPkg/UefiCpuPkg.dec
48 OvmfPkg/OvmfPkg.dec
49
50 [Guids]
51 gEfiMemoryTypeInformationGuid
52 gEfiXenInfoGuid
53
54 [LibraryClasses]
55 BaseLib
56 DebugLib
57 HobLib
58 IoLib
59 PciLib
60 PeiResourcePublicationLib
61 PeiServicesLib
62 PeiServicesTablePointerLib
63 PeimEntryPoint
64 QemuFwCfgLib
65 QemuFwCfgS3Lib
66 MtrrLib
67 MemEncryptSevLib
68 PcdLib
69
70 [Pcd]
71 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfPeiMemFvBase
72 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfPeiMemFvSize
73 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDxeMemFvBase
74 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDxeMemFvSize
75 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPeiTempRamBase
76 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPeiTempRamSize
77 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPageTablesBase
78 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPageTablesSize
79 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageBase
80 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageSize
81 gUefiOvmfPkgTokenSpaceGuid.PcdGuidedExtractHandlerTableSize
82 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
83 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase
84 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize
85 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base
86 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size
87 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base
88 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size
89 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDecompressionScratchEnd
90 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes
91 gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress
92 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
93 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
94 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved
95 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
96 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
97 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable
98 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack
99 gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable
100 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable
101 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask
102 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy
103 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress
104 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber
105 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds
106 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize
107
108 [FixedPcd]
109 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
110
111 [FeaturePcd]
112 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
113
114 [Ppis]
115 gEfiPeiMasterBootModePpiGuid
116 gEfiPeiMpServicesPpiGuid
117
118 [Depex]
119 TRUE
120