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