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