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