]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32.dsc
OvmfPkg/BaseMemEncryptTdxLib: Add TDX helper library
[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 [PcdsDynamicHii]
649 !include OvmfPkg/OvmfTpmPcdsHii.dsc.inc
650
651 ################################################################################
652 #
653 # Components Section - list of all EDK II Modules needed by this Platform.
654 #
655 ################################################################################
656 [Components]
657 OvmfPkg/ResetVector/ResetVector.inf
658
659 #
660 # SEC Phase modules
661 #
662 OvmfPkg/Sec/SecMain.inf {
663 <LibraryClasses>
664 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
665 }
666
667 #
668 # PEI Phase modules
669 #
670 MdeModulePkg/Core/Pei/PeiMain.inf
671 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
672 <LibraryClasses>
673 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
674 }
675 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
676 <LibraryClasses>
677 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
678 }
679 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
680 <LibraryClasses>
681 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
682 }
683 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
684
685 OvmfPkg/PlatformPei/PlatformPei.inf
686 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {
687 <LibraryClasses>
688 !if $(SMM_REQUIRE) == TRUE
689 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
690 !endif
691 }
692 !if $(SMM_REQUIRE) == TRUE
693 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
694 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
695 OvmfPkg/SmmAccess/SmmAccessPei.inf
696 !endif
697 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
698
699 !include OvmfPkg/OvmfTpmComponentsPei.dsc.inc
700
701 #
702 # DXE Phase modules
703 #
704 MdeModulePkg/Core/Dxe/DxeMain.inf {
705 <LibraryClasses>
706 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
707 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
708 }
709
710 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
711 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
712 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
713 <LibraryClasses>
714 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
715 }
716
717 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
718
719 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
720 <LibraryClasses>
721 !if $(SECURE_BOOT_ENABLE) == TRUE
722 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
723 !endif
724 !include OvmfPkg/OvmfTpmSecurityStub.dsc.inc
725 }
726
727 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
728 OvmfPkg/8259InterruptControllerDxe/8259.inf
729 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
730 UefiCpuPkg/CpuDxe/CpuDxe.inf
731 OvmfPkg/8254TimerDxe/8254Timer.inf
732 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
733 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
734 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
735 <LibraryClasses>
736 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
737 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
738 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
739 }
740 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
741 <LibraryClasses>
742 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
743 }
744 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
745 MdeModulePkg/Universal/Metronome/Metronome.inf
746 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
747 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
748 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
749 <LibraryClasses>
750 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
751 !ifdef $(CSM_ENABLE)
752 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
753 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
754 !endif
755 }
756 MdeModulePkg/Logo/LogoDxe.inf
757 MdeModulePkg/Application/UiApp/UiApp.inf {
758 <LibraryClasses>
759 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
760 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
761 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
762 !ifdef $(CSM_ENABLE)
763 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
764 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
765 !endif
766 }
767 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
768 <LibraryClasses>
769 NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
770 }
771 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
772 OvmfPkg/Virtio10Dxe/Virtio10.inf
773 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
774 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
775 OvmfPkg/VirtioRngDxe/VirtioRng.inf
776 !if $(PVSCSI_ENABLE) == TRUE
777 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
778 !endif
779 !if $(MPT_SCSI_ENABLE) == TRUE
780 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
781 !endif
782 !if $(LSI_SCSI_ENABLE) == TRUE
783 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
784 !endif
785 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
786 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
787 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
788 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
789 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
790 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
791 <LibraryClasses>
792 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
793 }
794 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
795 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
796 <LibraryClasses>
797 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
798 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
799 }
800 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
801 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
802 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
803 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
804 FatPkg/EnhancedFatDxe/Fat.inf
805 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
806 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
807 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
808 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
809 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
810 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
811 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
812 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
813 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
814 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
815 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
816 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
817
818 !ifndef $(CSM_ENABLE)
819 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
820 !endif
821 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
822 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
823
824 #
825 # ISA Support
826 #
827 OvmfPkg/SioBusDxe/SioBusDxe.inf
828 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
829 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
830
831 #
832 # SMBIOS Support
833 #
834 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
835 <LibraryClasses>
836 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
837 }
838 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
839
840 #
841 # ACPI Support
842 #
843 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
844 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
845 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
846 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
847 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
848
849 #
850 # Network Support
851 #
852 !include NetworkPkg/NetworkComponents.dsc.inc
853
854 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
855 <LibraryClasses>
856 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
857 }
858
859 !if $(NETWORK_TLS_ENABLE) == TRUE
860 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
861 <LibraryClasses>
862 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
863 }
864 !endif
865 OvmfPkg/VirtioNetDxe/VirtioNet.inf
866
867 #
868 # Usb Support
869 #
870 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
871 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
872 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
873 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
874 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
875 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
876
877 !ifdef $(CSM_ENABLE)
878 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
879 <LibraryClasses>
880 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
881 }
882 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
883 OvmfPkg/Csm/Csm16/Csm16.inf
884 !endif
885
886 !if $(TOOL_CHAIN_TAG) != "XCODE5"
887 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
888 <PcdsFixedAtBuild>
889 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
890 }
891 ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
892 <PcdsFixedAtBuild>
893 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
894 }
895 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
896 <PcdsFixedAtBuild>
897 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
898 }
899 !endif
900 ShellPkg/Application/Shell/Shell.inf {
901 <LibraryClasses>
902 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
903 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
904 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
905 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
906 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
907 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
908 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
909 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
910 !if $(NETWORK_IP6_ENABLE) == TRUE
911 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
912 !endif
913 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
914 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
915 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
916
917 <PcdsFixedAtBuild>
918 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
919 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
920 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
921 }
922
923 !if $(SECURE_BOOT_ENABLE) == TRUE
924 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
925 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
926 !endif
927
928 OvmfPkg/PlatformDxe/Platform.inf
929 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
930
931 !if $(SMM_REQUIRE) == TRUE
932 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
933 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf
934 OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
935
936 #
937 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)
938 #
939 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
940
941 #
942 # SMM_CORE
943 #
944 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
945
946 #
947 # Privileged drivers (DXE_SMM_DRIVER modules)
948 #
949 OvmfPkg/CpuHotplugSmm/CpuHotplugSmm.inf
950 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
951 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {
952 <LibraryClasses>
953 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
954 }
955 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
956 <LibraryClasses>
957 SmmCpuPlatformHookLib|OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.inf
958 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
959 }
960
961 #
962 # Variable driver stack (SMM)
963 #
964 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf {
965 <LibraryClasses>
966 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
967 }
968 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
969 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
970 <LibraryClasses>
971 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
972 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
973 }
974 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
975
976 !else
977
978 #
979 # Variable driver stack (non-SMM)
980 #
981 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
982 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
983 <LibraryClasses>
984 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
985 }
986 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
987 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
988 <LibraryClasses>
989 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
990 }
991 !endif
992
993 #
994 # TPM support
995 #
996 !include OvmfPkg/OvmfTpmComponentsDxe.dsc.inc
997