]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32.dsc
533bbdb435adb4c153c1b13c76b505dba331e9e5
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32.dsc
1 ## @file
2 # EFI/Framework Open Virtual Machine Firmware (OVMF) platform
3 #
4 # Copyright (c) 2006 - 2022, 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 LOAD_X64_ON_IA32_ENABLE = FALSE
36
37 !include OvmfPkg/OvmfTpmDefines.dsc.inc
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 CcProbeLib|MdePkg/Library/CcProbeLibNull/CcProbeLibNull.inf
158 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
159 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
160 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
161 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
162 MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
163 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
164 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
165 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
166 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
167 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
168 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
169 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
170 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
171 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
172 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
173 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
174 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
175 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
176 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
177 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
178 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
179 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf
180 MemEncryptTdxLib|OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLibNull.inf
181 !if $(SMM_REQUIRE) == FALSE
182 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
183 !endif
184 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
185 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
186
187 !if $(SOURCE_DEBUG_ENABLE) == TRUE
188 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
189 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
190 !else
191 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
192 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
193 !endif
194
195 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
196 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
197
198 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
199 !if $(NETWORK_TLS_ENABLE) == TRUE
200 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
201 !else
202 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
203 !endif
204 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
205
206 !if $(SECURE_BOOT_ENABLE) == TRUE
207 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
208 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
209 SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
210 SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
211 !else
212 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
213 !endif
214 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
215 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
216 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
217
218
219 #
220 # Network libraries
221 #
222 !include NetworkPkg/NetworkLibs.dsc.inc
223
224 !if $(NETWORK_TLS_ENABLE) == TRUE
225 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
226 !endif
227
228 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
229 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
230 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
231 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
232 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
233
234 !include OvmfPkg/OvmfTpmLibs.dsc.inc
235
236 [LibraryClasses.common]
237 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
238 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
239
240 [LibraryClasses.common.SEC]
241 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
242 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
243 !ifdef $(DEBUG_ON_SERIAL_PORT)
244 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
245 !else
246 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
247 !endif
248 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
249 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
250 !if $(SOURCE_DEBUG_ENABLE) == TRUE
251 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
252 !endif
253 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
254 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
255 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
256 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
257 !if $(TOOL_CHAIN_TAG) == "XCODE5"
258 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf
259 !else
260 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
261 !endif
262 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf
263
264 [LibraryClasses.common.PEI_CORE]
265 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
266 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
267 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
268 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
269 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
270 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
271 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
272 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
273 !ifdef $(DEBUG_ON_SERIAL_PORT)
274 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
275 !else
276 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
277 !endif
278 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
279
280 [LibraryClasses.common.PEIM]
281 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
282 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
283 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
284 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
285 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
286 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
287 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
288 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
289 !ifdef $(DEBUG_ON_SERIAL_PORT)
290 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
291 !else
292 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
293 !endif
294 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
295 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
296 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
297 !if $(SOURCE_DEBUG_ENABLE) == TRUE
298 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
299 !endif
300 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
301 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
302 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
303 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
304 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
305 PlatformInitLib|OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf
306
307 !include OvmfPkg/OvmfTpmLibsPeim.dsc.inc
308
309 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLib.inf
310
311 [LibraryClasses.common.DXE_CORE]
312 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
313 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
314 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
315 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
316 !ifdef $(DEBUG_ON_SERIAL_PORT)
317 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
318 !else
319 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
320 !endif
321 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
322 !if $(SOURCE_DEBUG_ENABLE) == TRUE
323 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
324 !endif
325 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
326 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
327
328 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
329 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
330 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
331 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
332 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
333 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
334 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
335 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.inf
336 !ifdef $(DEBUG_ON_SERIAL_PORT)
337 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
338 !else
339 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
340 !endif
341 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
342 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
343 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
344 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
345 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
346 !if $(SMM_REQUIRE) == TRUE
347 MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.inf
348 !endif
349
350 [LibraryClasses.common.UEFI_DRIVER]
351 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
352 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
353 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
354 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
355 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
356 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
357 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
358 !ifdef $(DEBUG_ON_SERIAL_PORT)
359 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
360 !else
361 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
362 !endif
363 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
364 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
365
366 [LibraryClasses.common.DXE_DRIVER]
367 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
368 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
369 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
370 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
371 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
372 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
373 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
374 !ifdef $(DEBUG_ON_SERIAL_PORT)
375 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
376 !else
377 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
378 !endif
379 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
380 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
381 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
382 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
383 !if $(SMM_REQUIRE) == TRUE
384 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
385 !else
386 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf
387 !endif
388 !if $(SOURCE_DEBUG_ENABLE) == TRUE
389 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
390 !endif
391 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
392 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
393 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
394 QemuLoadImageLib|OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.inf
395
396 !include OvmfPkg/OvmfTpmLibsDxe.dsc.inc
397
398 [LibraryClasses.common.UEFI_APPLICATION]
399 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
400 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
401 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
402 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
403 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
404 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
405 !ifdef $(DEBUG_ON_SERIAL_PORT)
406 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
407 !else
408 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
409 !endif
410 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
411
412 [LibraryClasses.common.DXE_SMM_DRIVER]
413 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
414 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
415 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
416 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
417 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
418 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
419 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
420 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
421 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
422 !ifdef $(DEBUG_ON_SERIAL_PORT)
423 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
424 !else
425 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
426 !endif
427 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
428 !if $(SOURCE_DEBUG_ENABLE) == TRUE
429 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
430 !endif
431 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
432 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
433 SmmCpuRendezvousLib|UefiCpuPkg/Library/SmmCpuRendezvousLib/SmmCpuRendezvousLib.inf
434
435 [LibraryClasses.common.SMM_CORE]
436 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
437 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
438 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
439 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
440 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
441 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
442 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
443 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
444 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
445 !ifdef $(DEBUG_ON_SERIAL_PORT)
446 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
447 !else
448 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
449 !endif
450 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
451
452 ################################################################################
453 #
454 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
455 #
456 ################################################################################
457 [PcdsFeatureFlag]
458 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
459 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
460 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
461 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
462 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
463 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
464 !ifdef $(CSM_ENABLE)
465 gUefiOvmfPkgTokenSpaceGuid.PcdCsmEnable|TRUE
466 !endif
467 !if $(SMM_REQUIRE) == TRUE
468 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE
469 gUefiCpuPkgTokenSpaceGuid.PcdCpuHotPlugSupport|TRUE
470 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE
471 !endif
472
473 [PcdsFixedAtBuild]
474 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
475 !if $(SMM_REQUIRE) == FALSE
476 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
477 !endif
478 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
479 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
480 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
481 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
482 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
483 !if $(NETWORK_TLS_ENABLE) == FALSE
484 # match PcdFlashNvStorageVariableSize purely for convenience
485 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
486 !endif
487 !endif
488 !if $(FD_SIZE_IN_KB) == 4096
489 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
490 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
491 !if $(NETWORK_TLS_ENABLE) == FALSE
492 # match PcdFlashNvStorageVariableSize purely for convenience
493 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
494 !endif
495 !endif
496 !if $(NETWORK_TLS_ENABLE) == TRUE
497 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
498 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
499 !endif
500
501 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
502 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
503 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
504
505 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
506
507 # DEBUG_INIT 0x00000001 // Initialization
508 # DEBUG_WARN 0x00000002 // Warnings
509 # DEBUG_LOAD 0x00000004 // Load events
510 # DEBUG_FS 0x00000008 // EFI File system
511 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
512 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
513 # DEBUG_INFO 0x00000040 // Informational debug messages
514 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
515 # DEBUG_VARIABLE 0x00000100 // Variable
516 # DEBUG_BM 0x00000400 // Boot Manager
517 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
518 # DEBUG_NET 0x00004000 // SNP Driver
519 # DEBUG_UNDI 0x00010000 // UNDI Driver
520 # DEBUG_LOADFILE 0x00020000 // LoadFile
521 # DEBUG_EVENT 0x00080000 // Event messages
522 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
523 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
524 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
525 # // significantly impact boot performance
526 # DEBUG_ERROR 0x80000000 // Error
527 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
528
529 !if $(SOURCE_DEBUG_ENABLE) == TRUE
530 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
531 !else
532 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
533 !endif
534
535 # This PCD is used to set the base address of the PCI express hierarchy. It
536 # is only consulted when OVMF runs on Q35. In that case it is programmed into
537 # the PCIEXBAR register.
538 #
539 # On Q35 machine types that QEMU intends to support in the long term, QEMU
540 # never lets the RAM below 4 GB exceed 2816 MB.
541 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
542
543 !if $(SOURCE_DEBUG_ENABLE) == TRUE
544 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
545 !endif
546
547 #
548 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
549 # best (please refer to git-blame for past updates). The values capture a set
550 # of BIN hints that made sense at a particular time, for some (now likely
551 # unknown) workloads / boot paths.
552 #
553 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
554 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
555 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
556 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
557 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
558
559 #
560 # Network Pcds
561 #
562 !include NetworkPkg/NetworkPcds.dsc.inc
563
564 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
565
566 !if $(SMM_REQUIRE) == TRUE
567 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
568 !endif
569
570 # IRQs 5, 9, 10, 11 are level-triggered
571 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
572
573 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
574 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
575
576 ################################################################################
577 #
578 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
579 #
580 ################################################################################
581
582 [PcdsDynamicDefault]
583 # only set when
584 # ($(SMM_REQUIRE) == FALSE)
585 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
586
587 !if $(SMM_REQUIRE) == FALSE
588 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
589 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
590 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
591 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
592 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
593 !endif
594 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
595 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
596 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
597 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
598 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
599 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
600 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
601 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
602 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
603 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
604 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
605
606 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
607
608 # Set video resolution for text setup.
609 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
610 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
611
612 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
613 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
614 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
615
616 # Noexec settings for DXE.
617 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
618
619 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
620 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
621 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
622
623 # Set memory encryption mask
624 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
625
626 # Set Tdx shared bit mask
627 gEfiMdeModulePkgTokenSpaceGuid.PcdTdxSharedBitMask|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 !include OvmfPkg/OvmfTpmPcds.dsc.inc
644
645 # IPv4 and IPv6 PXE Boot support.
646 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
647 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
648
649 # Set ConfidentialComputing defaults
650 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
651
652 !if $(CSM_ENABLE) == FALSE
653 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|100000000
654 !endif
655
656 [PcdsDynamicHii]
657 !include OvmfPkg/OvmfTpmPcdsHii.dsc.inc
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 !include OvmfPkg/OvmfTpmComponentsPei.dsc.inc
708
709 #
710 # DXE Phase modules
711 #
712 MdeModulePkg/Core/Dxe/DxeMain.inf {
713 <LibraryClasses>
714 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
715 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
716 }
717
718 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
719 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
720 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
721 <LibraryClasses>
722 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
723 }
724
725 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
726
727 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
728 <LibraryClasses>
729 !if $(SECURE_BOOT_ENABLE) == TRUE
730 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
731 !endif
732 !include OvmfPkg/OvmfTpmSecurityStub.dsc.inc
733 }
734
735 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
736 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
737 UefiCpuPkg/CpuDxe/CpuDxe.inf
738 !ifdef $(CSM_ENABLE)
739 OvmfPkg/8259InterruptControllerDxe/8259.inf
740 OvmfPkg/8254TimerDxe/8254Timer.inf
741 !else
742 OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf
743 !endif
744 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
745 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
746 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
747 <LibraryClasses>
748 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
749 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
750 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
751 }
752 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
753 <LibraryClasses>
754 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
755 }
756 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
757 MdeModulePkg/Universal/Metronome/Metronome.inf
758 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
759 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
760 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
761 <LibraryClasses>
762 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
763 !ifdef $(CSM_ENABLE)
764 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
765 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
766 !endif
767 }
768 MdeModulePkg/Logo/LogoDxe.inf
769 MdeModulePkg/Application/UiApp/UiApp.inf {
770 <LibraryClasses>
771 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
772 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
773 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
774 !ifdef $(CSM_ENABLE)
775 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
776 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
777 !endif
778 }
779 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
780 <LibraryClasses>
781 NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
782 }
783 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
784 OvmfPkg/Virtio10Dxe/Virtio10.inf
785 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
786 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
787 OvmfPkg/VirtioRngDxe/VirtioRng.inf
788 !if $(PVSCSI_ENABLE) == TRUE
789 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
790 !endif
791 !if $(MPT_SCSI_ENABLE) == TRUE
792 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
793 !endif
794 !if $(LSI_SCSI_ENABLE) == TRUE
795 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
796 !endif
797 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
798 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
799 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
800 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
801 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
802 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
803 <LibraryClasses>
804 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
805 }
806 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
807 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
808 <LibraryClasses>
809 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
810 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
811 }
812 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
813 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
814 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
815 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
816 FatPkg/EnhancedFatDxe/Fat.inf
817 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
818 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
819 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
820 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
821 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
822 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
823 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
824 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
825 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
826 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
827 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
828 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
829
830 !ifndef $(CSM_ENABLE)
831 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
832 !endif
833 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
834 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
835
836 #
837 # ISA Support
838 #
839 OvmfPkg/SioBusDxe/SioBusDxe.inf
840 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
841 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
842
843 #
844 # SMBIOS Support
845 #
846 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
847 <LibraryClasses>
848 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
849 }
850 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
851
852 #
853 # ACPI Support
854 #
855 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
856 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
857 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
858 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
859 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
860
861 #
862 # Network Support
863 #
864 !include NetworkPkg/NetworkComponents.dsc.inc
865
866 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
867 <LibraryClasses>
868 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
869 }
870
871 !if $(NETWORK_TLS_ENABLE) == TRUE
872 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
873 <LibraryClasses>
874 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
875 }
876 !endif
877 OvmfPkg/VirtioNetDxe/VirtioNet.inf
878
879 #
880 # Usb Support
881 #
882 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
883 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
884 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
885 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
886 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
887 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
888
889 !ifdef $(CSM_ENABLE)
890 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
891 <LibraryClasses>
892 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
893 }
894 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
895 OvmfPkg/Csm/Csm16/Csm16.inf
896 !endif
897
898 !if $(TOOL_CHAIN_TAG) != "XCODE5"
899 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
900 <PcdsFixedAtBuild>
901 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
902 }
903 ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
904 <PcdsFixedAtBuild>
905 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
906 }
907 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
908 <PcdsFixedAtBuild>
909 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
910 }
911 !endif
912 ShellPkg/Application/Shell/Shell.inf {
913 <LibraryClasses>
914 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
915 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
916 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
917 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
918 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
919 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
920 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
921 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
922 !if $(NETWORK_IP6_ENABLE) == TRUE
923 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
924 !endif
925 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
926 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
927 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
928
929 <PcdsFixedAtBuild>
930 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
931 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
932 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
933 }
934
935 !if $(SECURE_BOOT_ENABLE) == TRUE
936 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
937 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
938 !endif
939
940 OvmfPkg/PlatformDxe/Platform.inf
941 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
942
943 !if $(SMM_REQUIRE) == TRUE
944 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
945 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf
946 OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
947
948 #
949 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)
950 #
951 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
952
953 #
954 # SMM_CORE
955 #
956 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
957
958 #
959 # Privileged drivers (DXE_SMM_DRIVER modules)
960 #
961 OvmfPkg/CpuHotplugSmm/CpuHotplugSmm.inf
962 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
963 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {
964 <LibraryClasses>
965 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
966 }
967 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
968 <LibraryClasses>
969 SmmCpuPlatformHookLib|OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.inf
970 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
971 }
972
973 #
974 # Variable driver stack (SMM)
975 #
976 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf {
977 <LibraryClasses>
978 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
979 }
980 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
981 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
982 <LibraryClasses>
983 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
984 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
985 }
986 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
987
988 !else
989
990 #
991 # Variable driver stack (non-SMM)
992 #
993 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
994 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
995 <LibraryClasses>
996 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
997 }
998 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
999 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
1000 <LibraryClasses>
1001 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1002 }
1003 !endif
1004
1005 #
1006 # TPM support
1007 #
1008 !include OvmfPkg/OvmfTpmComponentsDxe.dsc.inc
1009
1010 !if $(LOAD_X64_ON_IA32_ENABLE) == TRUE
1011 OvmfPkg/CompatImageLoaderDxe/CompatImageLoaderDxe.inf
1012 !endif