]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg-EmuVariableFvbRuntimeDxe: Support Access To Memory Above 4G
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32X64.dsc
1 ## @file
2 # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3 #
4 # Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6 # Copyright (c) Microsoft Corporation.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 ################################################################################
13 #
14 # Defines Section - statements that will be processed to create a Makefile.
15 #
16 ################################################################################
17 [Defines]
18 PLATFORM_NAME = Ovmf
19 PLATFORM_GUID = 5a9e7754-d81b-49ea-85ad-69eaa7b1539b
20 PLATFORM_VERSION = 0.1
21 DSC_SPECIFICATION = 0x00010005
22 OUTPUT_DIRECTORY = Build/Ovmf3264
23 SUPPORTED_ARCHITECTURES = IA32|X64
24 BUILD_TARGETS = NOOPT|DEBUG|RELEASE
25 SKUID_IDENTIFIER = DEFAULT
26 FLASH_DEFINITION = OvmfPkg/OvmfPkgIa32X64.fdf
27
28 #
29 # Defines for default states. These can be changed on the command line.
30 # -D FLAG=VALUE
31 #
32 DEFINE SECURE_BOOT_ENABLE = FALSE
33 DEFINE SMM_REQUIRE = FALSE
34 DEFINE SOURCE_DEBUG_ENABLE = FALSE
35 DEFINE TPM_ENABLE = FALSE
36 DEFINE TPM_CONFIG_ENABLE = FALSE
37
38 #
39 # Network definition
40 #
41 DEFINE NETWORK_TLS_ENABLE = FALSE
42 DEFINE NETWORK_IP6_ENABLE = FALSE
43 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
44 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
45 DEFINE NETWORK_ISCSI_ENABLE = TRUE
46
47 !include NetworkPkg/NetworkDefines.dsc.inc
48
49 #
50 # Device drivers
51 #
52 DEFINE PVSCSI_ENABLE = TRUE
53 DEFINE MPT_SCSI_ENABLE = TRUE
54 DEFINE LSI_SCSI_ENABLE = FALSE
55
56 #
57 # Flash size selection. Setting FD_SIZE_IN_KB on the command line directly to
58 # one of the supported values, in place of any of the convenience macros, is
59 # permitted.
60 #
61 !ifdef $(FD_SIZE_1MB)
62 DEFINE FD_SIZE_IN_KB = 1024
63 !else
64 !ifdef $(FD_SIZE_2MB)
65 DEFINE FD_SIZE_IN_KB = 2048
66 !else
67 !ifdef $(FD_SIZE_4MB)
68 DEFINE FD_SIZE_IN_KB = 4096
69 !else
70 DEFINE FD_SIZE_IN_KB = 4096
71 !endif
72 !endif
73 !endif
74
75 [BuildOptions]
76 GCC:RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
77 INTEL:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
78 MSFT:RELEASE_*_*_CC_FLAGS = /D MDEPKG_NDEBUG
79 !if $(TOOL_CHAIN_TAG) != "XCODE5" && $(TOOL_CHAIN_TAG) != "CLANGPDB"
80 GCC:*_*_*_CC_FLAGS = -mno-mmx -mno-sse
81 !endif
82 !if $(SOURCE_DEBUG_ENABLE) == TRUE
83 MSFT:*_*_X64_GENFW_FLAGS = --keepexceptiontable
84 GCC:*_*_X64_GENFW_FLAGS = --keepexceptiontable
85 INTEL:*_*_X64_GENFW_FLAGS = --keepexceptiontable
86 !endif
87 RELEASE_*_*_GENFW_FLAGS = --zero
88
89 #
90 # Disable deprecated APIs.
91 #
92 MSFT:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES
93 INTEL:*_*_*_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES
94 GCC:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
95
96 !include NetworkPkg/NetworkBuildOptions.dsc.inc
97
98 [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
99 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
100 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
101 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
102 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
103
104 # Force PE/COFF sections to be aligned at 4KB boundaries to support page level
105 # protection of DXE_SMM_DRIVER/SMM_CORE modules
106 [BuildOptions.common.EDKII.DXE_SMM_DRIVER, BuildOptions.common.EDKII.SMM_CORE]
107 GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000
108 XCODE:*_*_*_DLINK_FLAGS = -seg1addr 0x1000 -segalign 0x1000
109 XCODE:*_*_*_MTOC_FLAGS = -align 0x1000
110 CLANGPDB:*_*_*_DLINK_FLAGS = /ALIGN:4096
111
112 ################################################################################
113 #
114 # SKU Identification section - list of all SKU IDs supported by this Platform.
115 #
116 ################################################################################
117 [SkuIds]
118 0|DEFAULT
119
120 ################################################################################
121 #
122 # Library Class section - list of all Library Classes needed by this Platform.
123 #
124 ################################################################################
125
126 !include MdePkg/MdeLibs.dsc.inc
127
128 [LibraryClasses]
129 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
130 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.inf
131 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/BaseResetSystemLib.inf
132 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
133 BaseMemoryLib|MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.inf
134 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
135 SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf
136 TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf
137 BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf
138 SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
139 CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
140 PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
141 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
142 CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.inf
143 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
144 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
145 HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
146 SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
147 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
148 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
149 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
150 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
151 DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
152 DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
153 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
154 PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf
155 PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
156 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
157 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
158 PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf
159 PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf
160 PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf
161 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
162 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
163 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
164 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
165 MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
166 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
167 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
168 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
169 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
170 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
171 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
172 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
173 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
174 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
175 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
176 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
177 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
178 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
179 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
180 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
181 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
182 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf
183 !if $(SMM_REQUIRE) == FALSE
184 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
185 !endif
186 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
187 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
188
189 !if $(SOURCE_DEBUG_ENABLE) == TRUE
190 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
191 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
192 !else
193 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
194 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
195 !endif
196
197 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
198 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
199
200 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
201 !if $(NETWORK_TLS_ENABLE) == TRUE
202 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
203 !else
204 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
205 !endif
206 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
207
208 !if $(SECURE_BOOT_ENABLE) == TRUE
209 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
210 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
211 SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
212 SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
213 !else
214 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
215 !endif
216 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
217 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
218 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
219
220
221 #
222 # Network libraries
223 #
224 !include NetworkPkg/NetworkLibs.dsc.inc
225
226 !if $(NETWORK_TLS_ENABLE) == TRUE
227 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
228 !endif
229
230 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
231 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
232 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
233 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
234 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
235
236 !if $(TPM_ENABLE) == TRUE
237 Tpm12CommandLib|SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
238 Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
239 Tcg2PhysicalPresenceLib|OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu/DxeTcg2PhysicalPresenceLib.inf
240 Tcg2PpVendorLib|SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.inf
241 TpmMeasurementLib|SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.inf
242 !else
243 Tcg2PhysicalPresenceLib|OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf
244 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
245 !endif
246
247 [LibraryClasses.common]
248 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
249 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
250
251 [LibraryClasses.common.SEC]
252 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
253 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
254 !ifdef $(DEBUG_ON_SERIAL_PORT)
255 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
256 !else
257 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
258 !endif
259 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
260 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
261 !if $(SOURCE_DEBUG_ENABLE) == TRUE
262 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
263 !endif
264 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
265 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
266 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
267 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
268 !if $(TOOL_CHAIN_TAG) == "XCODE5"
269 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf
270 !else
271 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
272 !endif
273 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf
274
275 [LibraryClasses.common.PEI_CORE]
276 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
277 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
278 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
279 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
280 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
281 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
282 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
283 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
284 !ifdef $(DEBUG_ON_SERIAL_PORT)
285 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
286 !else
287 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
288 !endif
289 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
290
291 [LibraryClasses.common.PEIM]
292 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
293 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
294 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
295 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
296 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
297 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
298 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
299 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
300 !ifdef $(DEBUG_ON_SERIAL_PORT)
301 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
302 !else
303 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
304 !endif
305 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
306 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
307 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
308 !if $(SOURCE_DEBUG_ENABLE) == TRUE
309 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
310 !endif
311 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
312 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
313 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
314 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
315 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
316
317 !if $(TPM_ENABLE) == TRUE
318 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
319 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
320 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
321 !endif
322
323 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf
324
325 [LibraryClasses.common.DXE_CORE]
326 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
327 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
328 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
329 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
330 !ifdef $(DEBUG_ON_SERIAL_PORT)
331 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
332 !else
333 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
334 !endif
335 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
336 !if $(SOURCE_DEBUG_ENABLE) == TRUE
337 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
338 !endif
339 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
340 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
341
342 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
343 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
344 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
345 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
346 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
347 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
348 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
349 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
350 !ifdef $(DEBUG_ON_SERIAL_PORT)
351 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
352 !else
353 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
354 !endif
355 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
356 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
357 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
358 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
359 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
360 !if $(SMM_REQUIRE) == TRUE
361 MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
362 !endif
363
364 [LibraryClasses.common.UEFI_DRIVER]
365 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
366 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
367 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
368 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
369 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
370 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
371 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
372 !ifdef $(DEBUG_ON_SERIAL_PORT)
373 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
374 !else
375 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
376 !endif
377 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
378 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
379
380 [LibraryClasses.common.DXE_DRIVER]
381 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
382 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
383 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
384 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
385 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
386 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
387 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
388 !ifdef $(DEBUG_ON_SERIAL_PORT)
389 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
390 !else
391 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
392 !endif
393 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
394 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
395 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
396 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
397 !if $(SMM_REQUIRE) == TRUE
398 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
399 !else
400 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf
401 !endif
402 !if $(SOURCE_DEBUG_ENABLE) == TRUE
403 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
404 !endif
405 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
406 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
407 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
408 QemuLoadImageLib|OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.inf
409 !if $(TPM_ENABLE) == TRUE
410 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.inf
411 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.inf
412 !endif
413
414 [LibraryClasses.common.UEFI_APPLICATION]
415 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
416 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
417 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
418 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
419 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
420 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
421 !ifdef $(DEBUG_ON_SERIAL_PORT)
422 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
423 !else
424 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
425 !endif
426 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
427
428 [LibraryClasses.common.DXE_SMM_DRIVER]
429 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
430 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
431 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
432 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
433 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
434 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
435 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
436 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
437 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
438 !ifdef $(DEBUG_ON_SERIAL_PORT)
439 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
440 !else
441 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
442 !endif
443 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
444 !if $(SOURCE_DEBUG_ENABLE) == TRUE
445 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
446 !endif
447 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
448 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
449
450 [LibraryClasses.common.SMM_CORE]
451 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
452 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
453 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
454 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
455 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
456 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
457 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
458 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
459 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
460 !ifdef $(DEBUG_ON_SERIAL_PORT)
461 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
462 !else
463 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
464 !endif
465 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
466
467 ################################################################################
468 #
469 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
470 #
471 ################################################################################
472 [PcdsFeatureFlag]
473 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
474 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
475 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
476 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
477 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
478 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
479 !ifdef $(CSM_ENABLE)
480 gUefiOvmfPkgTokenSpaceGuid.PcdCsmEnable|TRUE
481 !endif
482 !if $(SMM_REQUIRE) == TRUE
483 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE
484 gUefiCpuPkgTokenSpaceGuid.PcdCpuHotPlugSupport|TRUE
485 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE
486 !endif
487
488 [PcdsFixedAtBuild]
489 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
490 !if $(SMM_REQUIRE) == FALSE
491 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
492 !endif
493 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
494 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
495 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
496 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
497 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
498 !if $(NETWORK_TLS_ENABLE) == FALSE
499 # match PcdFlashNvStorageVariableSize purely for convenience
500 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
501 !endif
502 !endif
503 !if $(FD_SIZE_IN_KB) == 4096
504 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
505 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
506 !if $(NETWORK_TLS_ENABLE) == FALSE
507 # match PcdFlashNvStorageVariableSize purely for convenience
508 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
509 !endif
510 !endif
511 !if $(NETWORK_TLS_ENABLE) == TRUE
512 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
513 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
514 !endif
515
516 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
517 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
518 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
519
520 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
521
522 # DEBUG_INIT 0x00000001 // Initialization
523 # DEBUG_WARN 0x00000002 // Warnings
524 # DEBUG_LOAD 0x00000004 // Load events
525 # DEBUG_FS 0x00000008 // EFI File system
526 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
527 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
528 # DEBUG_INFO 0x00000040 // Informational debug messages
529 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
530 # DEBUG_VARIABLE 0x00000100 // Variable
531 # DEBUG_BM 0x00000400 // Boot Manager
532 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
533 # DEBUG_NET 0x00004000 // SNP Driver
534 # DEBUG_UNDI 0x00010000 // UNDI Driver
535 # DEBUG_LOADFILE 0x00020000 // LoadFile
536 # DEBUG_EVENT 0x00080000 // Event messages
537 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
538 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
539 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
540 # // significantly impact boot performance
541 # DEBUG_ERROR 0x80000000 // Error
542 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
543
544 !if $(SOURCE_DEBUG_ENABLE) == TRUE
545 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
546 !else
547 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
548 !endif
549
550 # This PCD is used to set the base address of the PCI express hierarchy. It
551 # is only consulted when OVMF runs on Q35. In that case it is programmed into
552 # the PCIEXBAR register.
553 #
554 # On Q35 machine types that QEMU intends to support in the long term, QEMU
555 # never lets the RAM below 4 GB exceed 2816 MB.
556 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
557
558 !if $(SOURCE_DEBUG_ENABLE) == TRUE
559 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
560 !endif
561
562 [PcdsFixedAtBuild.IA32]
563 #
564 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
565 # best (please refer to git-blame for past updates). The values capture a set
566 # of BIN hints that made sense at a particular time, for some (now likely
567 # unknown) workloads / boot paths.
568 #
569 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
570 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
571 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
572 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
573 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
574
575 [PcdsFixedAtBuild.X64]
576 #
577 # Network Pcds
578 #
579 !include NetworkPkg/NetworkPcds.dsc.inc
580
581 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
582
583 !if $(SMM_REQUIRE) == TRUE
584 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
585 !endif
586
587 # IRQs 5, 9, 10, 11 are level-triggered
588 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
589
590 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
591 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
592
593 ################################################################################
594 #
595 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
596 #
597 ################################################################################
598
599 [PcdsDynamicDefault]
600 # only set when
601 # ($(SMM_REQUIRE) == FALSE)
602 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
603
604 !if $(SMM_REQUIRE) == FALSE
605 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
606 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
607 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
608 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
609 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
610 !endif
611 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
612 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
613 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
614 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
615 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
616 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
617 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
618 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
619 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0
620 !ifdef $(CSM_ENABLE)
621 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x0
622 !else
623 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000
624 !endif
625
626 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
627
628 # Set video resolution for text setup.
629 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
630 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
631
632 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
633 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
634 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
635
636 # Noexec settings for DXE.
637 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
638
639 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
640 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
641 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
642
643 # Set memory encryption mask
644 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
645
646 # Set SEV-ES defaults
647 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase|0
648 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbSize|0
649 gUefiCpuPkgTokenSpaceGuid.PcdSevEsIsEnabled|0
650
651 !if $(SMM_REQUIRE) == TRUE
652 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes|8
653 gUefiOvmfPkgTokenSpaceGuid.PcdQ35SmramAtDefaultSmbase|FALSE
654 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01
655 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000
656 !endif
657
658 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
659
660 !if $(TPM_ENABLE) == TRUE
661 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
662 !endif
663
664 # Set ConfidentialComputing defaults
665 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
666
667 [PcdsDynamicDefault.X64]
668 # IPv4 and IPv6 PXE Boot support.
669 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
670 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
671
672 [PcdsDynamicHii]
673 !if $(TPM_ENABLE) == TRUE && $(TPM_CONFIG_ENABLE) == TRUE
674 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS
675 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
676 !endif
677
678 ################################################################################
679 #
680 # Components Section - list of all EDK II Modules needed by this Platform.
681 #
682 ################################################################################
683 [Components.IA32]
684 OvmfPkg/ResetVector/ResetVector.inf
685
686 #
687 # SEC Phase modules
688 #
689 OvmfPkg/Sec/SecMain.inf {
690 <LibraryClasses>
691 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
692 }
693
694 #
695 # PEI Phase modules
696 #
697 MdeModulePkg/Core/Pei/PeiMain.inf
698 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
699 <LibraryClasses>
700 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
701 }
702 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
703 <LibraryClasses>
704 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
705 }
706 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
707 <LibraryClasses>
708 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
709 }
710 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
711
712 OvmfPkg/PlatformPei/PlatformPei.inf
713 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {
714 <LibraryClasses>
715 !if $(SMM_REQUIRE) == TRUE
716 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
717 !endif
718 }
719 !if $(SMM_REQUIRE) == TRUE
720 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
721 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
722 OvmfPkg/SmmAccess/SmmAccessPei.inf
723 !endif
724 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
725
726 !if $(TPM_ENABLE) == TRUE
727 OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei.inf
728 OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
729 SecurityPkg/Tcg/TcgPei/TcgPei.inf
730 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
731 <LibraryClasses>
732 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
733 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
734 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
735 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
736 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
737 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
738 }
739 SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf {
740 <LibraryClasses>
741 TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
742 }
743 !endif
744
745 [Components.X64]
746 #
747 # DXE Phase modules
748 #
749 MdeModulePkg/Core/Dxe/DxeMain.inf {
750 <LibraryClasses>
751 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
752 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
753 }
754
755 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
756 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
757 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
758 <LibraryClasses>
759 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
760 }
761
762 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
763
764 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
765 <LibraryClasses>
766 !if $(SECURE_BOOT_ENABLE) == TRUE
767 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
768 !endif
769 !if $(TPM_ENABLE) == TRUE
770 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
771 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
772 !endif
773 }
774
775 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
776 OvmfPkg/8259InterruptControllerDxe/8259.inf
777 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
778 UefiCpuPkg/CpuDxe/CpuDxe.inf
779 OvmfPkg/8254TimerDxe/8254Timer.inf
780 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
781 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
782 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
783 <LibraryClasses>
784 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
785 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
786 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
787 }
788 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
789 <LibraryClasses>
790 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
791 }
792 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
793 MdeModulePkg/Universal/Metronome/Metronome.inf
794 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
795 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
796 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
797 <LibraryClasses>
798 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
799 !ifdef $(CSM_ENABLE)
800 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
801 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
802 !endif
803 }
804 MdeModulePkg/Logo/LogoDxe.inf
805 MdeModulePkg/Application/UiApp/UiApp.inf {
806 <LibraryClasses>
807 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
808 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
809 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
810 !ifdef $(CSM_ENABLE)
811 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
812 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
813 !endif
814 }
815 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
816 <LibraryClasses>
817 NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
818 }
819 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
820 OvmfPkg/Virtio10Dxe/Virtio10.inf
821 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
822 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
823 OvmfPkg/VirtioRngDxe/VirtioRng.inf
824 !if $(PVSCSI_ENABLE) == TRUE
825 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
826 !endif
827 !if $(MPT_SCSI_ENABLE) == TRUE
828 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
829 !endif
830 !if $(LSI_SCSI_ENABLE) == TRUE
831 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
832 !endif
833 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
834 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
835 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
836 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
837 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
838 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
839 <LibraryClasses>
840 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
841 }
842 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
843 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
844 <LibraryClasses>
845 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
846 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
847 }
848 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
849 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
850 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
851 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
852 FatPkg/EnhancedFatDxe/Fat.inf
853 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
854 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
855 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
856 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
857 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
858 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
859 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
860 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
861 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
862 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
863 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
864 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
865
866 !ifndef $(CSM_ENABLE)
867 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
868 !endif
869 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
870 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
871
872 #
873 # ISA Support
874 #
875 OvmfPkg/SioBusDxe/SioBusDxe.inf
876 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
877 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
878
879 #
880 # SMBIOS Support
881 #
882 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
883 <LibraryClasses>
884 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
885 }
886 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
887
888 #
889 # ACPI Support
890 #
891 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
892 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
893 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
894 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
895 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
896
897 #
898 # Network Support
899 #
900 !include NetworkPkg/NetworkComponents.dsc.inc
901
902 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
903 <LibraryClasses>
904 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
905 }
906
907 !if $(NETWORK_TLS_ENABLE) == TRUE
908 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
909 <LibraryClasses>
910 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
911 }
912 !endif
913 OvmfPkg/VirtioNetDxe/VirtioNet.inf
914
915 #
916 # Usb Support
917 #
918 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
919 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
920 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
921 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
922 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
923 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
924
925 !ifdef $(CSM_ENABLE)
926 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
927 <LibraryClasses>
928 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
929 }
930 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
931 OvmfPkg/Csm/Csm16/Csm16.inf
932 !endif
933
934 !if $(TOOL_CHAIN_TAG) != "XCODE5"
935 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
936 <PcdsFixedAtBuild>
937 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
938 }
939 ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
940 <PcdsFixedAtBuild>
941 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
942 }
943 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
944 <PcdsFixedAtBuild>
945 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
946 }
947 !endif
948 ShellPkg/Application/Shell/Shell.inf {
949 <LibraryClasses>
950 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
951 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
952 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
953 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
954 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
955 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
956 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
957 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
958 !if $(NETWORK_IP6_ENABLE) == TRUE
959 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
960 !endif
961 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
962 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
963 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
964
965 <PcdsFixedAtBuild>
966 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
967 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
968 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
969 }
970
971 !if $(SECURE_BOOT_ENABLE) == TRUE
972 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
973 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
974 !endif
975
976 OvmfPkg/PlatformDxe/Platform.inf
977 OvmfPkg/AmdSevDxe/AmdSevDxe.inf {
978 <LibraryClasses>
979 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
980 }
981 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
982
983 !if $(SMM_REQUIRE) == TRUE
984 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
985 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf
986 OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
987
988 #
989 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)
990 #
991 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
992
993 #
994 # SMM_CORE
995 #
996 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
997
998 #
999 # Privileged drivers (DXE_SMM_DRIVER modules)
1000 #
1001 OvmfPkg/CpuHotplugSmm/CpuHotplugSmm.inf
1002 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
1003 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {
1004 <LibraryClasses>
1005 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
1006 }
1007 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
1008 <LibraryClasses>
1009 SmmCpuPlatformHookLib|OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.inf
1010 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
1011 }
1012
1013 #
1014 # Variable driver stack (SMM)
1015 #
1016 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf
1017 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
1018 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
1019 <LibraryClasses>
1020 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1021 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
1022 }
1023 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
1024
1025 !else
1026
1027 #
1028 # Variable driver stack (non-SMM)
1029 #
1030 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
1031 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
1032 <LibraryClasses>
1033 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
1034 }
1035 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
1036 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
1037 <LibraryClasses>
1038 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1039 }
1040 !endif
1041
1042 #
1043 # TPM support
1044 #
1045 !if $(TPM_ENABLE) == TRUE
1046 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
1047 <LibraryClasses>
1048 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
1049 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
1050 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
1051 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
1052 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
1053 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
1054 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
1055 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
1056 }
1057 !if $(TPM_CONFIG_ENABLE) == TRUE
1058 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
1059 !endif
1060 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
1061 <LibraryClasses>
1062 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
1063 }
1064 SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf {
1065 <LibraryClasses>
1066 TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.inf
1067 }
1068 !endif