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