]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/PlatformPei/PlatformPei.inf
OvmfPkg/PlatformPei: DENY_EXECUTE_ON_SECURITY_VIOLATION when SEV is active
[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 FeatureControl.c
35 Fv.c
36 MemDetect.c
37 Platform.c
38 Xen.c
39
40 [Packages]
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 SecurityPkg/SecurityPkg.dec
45 UefiCpuPkg/UefiCpuPkg.dec
46 OvmfPkg/OvmfPkg.dec
47
48 [Guids]
49 gEfiMemoryTypeInformationGuid
50 gEfiXenInfoGuid
51
52 [LibraryClasses]
53 BaseLib
54 DebugLib
55 HobLib
56 IoLib
57 PciLib
58 PeiResourcePublicationLib
59 PeiServicesLib
60 PeiServicesTablePointerLib
61 PeimEntryPoint
62 QemuFwCfgLib
63 QemuFwCfgS3Lib
64 MtrrLib
65 MemEncryptSevLib
66 PcdLib
67
68 [Pcd]
69 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfPeiMemFvBase
70 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfPeiMemFvSize
71 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDxeMemFvBase
72 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDxeMemFvSize
73 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPeiTempRamBase
74 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPeiTempRamSize
75 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPageTablesBase
76 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfSecPageTablesSize
77 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageBase
78 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageSize
79 gUefiOvmfPkgTokenSpaceGuid.PcdGuidedExtractHandlerTableSize
80 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
81 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase
82 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize
83 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base
84 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size
85 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base
86 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size
87 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfDecompressionScratchEnd
88 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes
89 gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress
90 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
91 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
92 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved
93 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
94 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
95 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable
96 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack
97 gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable
98 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable
99 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask
100 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy
101 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress
102 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber
103 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds
104 gUefiCpuPkgTokenSpaceGuid.PcdCpuApStackSize
105
106 [FixedPcd]
107 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
108
109 [FeaturePcd]
110 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
111
112 [Ppis]
113 gEfiPeiMasterBootModePpiGuid
114 gEfiPeiMpServicesPpiGuid
115
116 [Depex]
117 TRUE
118