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