]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32X64.dsc
4e3104833871c38a5d51f03b56b4f8b350c74294
[mirror_edk2.git] / OvmfPkg / OvmfPkgIa32X64.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/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
439 [LibraryClasses.common.SMM_CORE]
440 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
441 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
442 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
443 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
444 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
445 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
446 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
447 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
448 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
449 !ifdef $(DEBUG_ON_SERIAL_PORT)
450 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
451 !else
452 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
453 !endif
454 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
455
456 ################################################################################
457 #
458 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
459 #
460 ################################################################################
461 [PcdsFeatureFlag]
462 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
463 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
464 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
465 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
466 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
467 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
468 !ifdef $(CSM_ENABLE)
469 gUefiOvmfPkgTokenSpaceGuid.PcdCsmEnable|TRUE
470 !endif
471 !if $(SMM_REQUIRE) == TRUE
472 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE
473 gUefiCpuPkgTokenSpaceGuid.PcdCpuHotPlugSupport|TRUE
474 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE
475 !endif
476
477 [PcdsFixedAtBuild]
478 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
479 !if $(SMM_REQUIRE) == FALSE
480 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
481 !endif
482 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
483 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
484 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
485 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
486 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
487 !if $(NETWORK_TLS_ENABLE) == FALSE
488 # match PcdFlashNvStorageVariableSize purely for convenience
489 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
490 !endif
491 !endif
492 !if $(FD_SIZE_IN_KB) == 4096
493 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
494 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
495 !if $(NETWORK_TLS_ENABLE) == FALSE
496 # match PcdFlashNvStorageVariableSize purely for convenience
497 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
498 !endif
499 !endif
500 !if $(NETWORK_TLS_ENABLE) == TRUE
501 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
502 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
503 !endif
504
505 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
506 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
507 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
508
509 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
510
511 # DEBUG_INIT 0x00000001 // Initialization
512 # DEBUG_WARN 0x00000002 // Warnings
513 # DEBUG_LOAD 0x00000004 // Load events
514 # DEBUG_FS 0x00000008 // EFI File system
515 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
516 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
517 # DEBUG_INFO 0x00000040 // Informational debug messages
518 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
519 # DEBUG_VARIABLE 0x00000100 // Variable
520 # DEBUG_BM 0x00000400 // Boot Manager
521 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
522 # DEBUG_NET 0x00004000 // SNP Driver
523 # DEBUG_UNDI 0x00010000 // UNDI Driver
524 # DEBUG_LOADFILE 0x00020000 // LoadFile
525 # DEBUG_EVENT 0x00080000 // Event messages
526 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
527 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
528 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
529 # // significantly impact boot performance
530 # DEBUG_ERROR 0x80000000 // Error
531 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
532
533 !if $(SOURCE_DEBUG_ENABLE) == TRUE
534 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
535 !else
536 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
537 !endif
538
539 # This PCD is used to set the base address of the PCI express hierarchy. It
540 # is only consulted when OVMF runs on Q35. In that case it is programmed into
541 # the PCIEXBAR register.
542 #
543 # On Q35 machine types that QEMU intends to support in the long term, QEMU
544 # never lets the RAM below 4 GB exceed 2816 MB.
545 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
546
547 !if $(SOURCE_DEBUG_ENABLE) == TRUE
548 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
549 !endif
550
551 [PcdsFixedAtBuild.IA32]
552 #
553 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
554 # best (please refer to git-blame for past updates). The values capture a set
555 # of BIN hints that made sense at a particular time, for some (now likely
556 # unknown) workloads / boot paths.
557 #
558 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
559 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
560 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
561 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
562 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
563
564 [PcdsFixedAtBuild.X64]
565 #
566 # Network Pcds
567 #
568 !include NetworkPkg/NetworkPcds.dsc.inc
569
570 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
571
572 !if $(SMM_REQUIRE) == TRUE
573 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
574 !endif
575
576 # IRQs 5, 9, 10, 11 are level-triggered
577 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
578
579 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
580 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
581
582 ################################################################################
583 #
584 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
585 #
586 ################################################################################
587
588 [PcdsDynamicDefault]
589 # only set when
590 # ($(SMM_REQUIRE) == FALSE)
591 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
592
593 !if $(SMM_REQUIRE) == FALSE
594 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
595 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
596 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
597 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
598 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
599 !endif
600 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
601 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
602 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
603 gUefiOvmfPkgTokenSpaceGuid.PcdVideoResolutionSource|0
604 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
605 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
606 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
607 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
608 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
609 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0
610 !ifdef $(CSM_ENABLE)
611 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x0
612 !else
613 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000
614 !endif
615
616 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
617
618 # Set video resolution for text setup.
619 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
620 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
621
622 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
623 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
624 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
625
626 # Noexec settings for DXE.
627 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
628
629 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
630 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
631 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
632
633 # Set memory encryption mask
634 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
635 gEfiMdeModulePkgTokenSpaceGuid.PcdTdxSharedBitMask|0x0
636
637 # Set SEV-ES defaults
638 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbBase|0
639 gEfiMdeModulePkgTokenSpaceGuid.PcdGhcbSize|0
640 gUefiCpuPkgTokenSpaceGuid.PcdSevEsIsEnabled|0
641
642 !if $(SMM_REQUIRE) == TRUE
643 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes|8
644 gUefiOvmfPkgTokenSpaceGuid.PcdQ35SmramAtDefaultSmbase|FALSE
645 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01
646 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000
647 !endif
648
649 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
650
651 !include OvmfPkg/OvmfTpmPcds.dsc.inc
652
653 # Set ConfidentialComputing defaults
654 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr|0
655
656 !if $(CSM_ENABLE) == FALSE
657 gEfiMdePkgTokenSpaceGuid.PcdFSBClock|100000000
658 !endif
659
660 [PcdsDynamicDefault.X64]
661 # IPv4 and IPv6 PXE Boot support.
662 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
663 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
664
665 [PcdsDynamicHii]
666 !include OvmfPkg/OvmfTpmPcdsHii.dsc.inc
667
668 ################################################################################
669 #
670 # Components Section - list of all EDK II Modules needed by this Platform.
671 #
672 ################################################################################
673 [Components.IA32]
674 OvmfPkg/ResetVector/ResetVector.inf
675
676 #
677 # SEC Phase modules
678 #
679 OvmfPkg/Sec/SecMain.inf {
680 <LibraryClasses>
681 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
682 }
683
684 #
685 # PEI Phase modules
686 #
687 MdeModulePkg/Core/Pei/PeiMain.inf
688 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
689 <LibraryClasses>
690 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
691 }
692 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
693 <LibraryClasses>
694 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
695 }
696 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
697 <LibraryClasses>
698 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
699 }
700 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
701
702 OvmfPkg/PlatformPei/PlatformPei.inf
703 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {
704 <LibraryClasses>
705 !if $(SMM_REQUIRE) == TRUE
706 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
707 !endif
708 }
709 !if $(SMM_REQUIRE) == TRUE
710 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
711 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
712 OvmfPkg/SmmAccess/SmmAccessPei.inf
713 !endif
714 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
715
716 !include OvmfPkg/OvmfTpmComponentsPei.dsc.inc
717
718 [Components.X64]
719 #
720 # DXE Phase modules
721 #
722 MdeModulePkg/Core/Dxe/DxeMain.inf {
723 <LibraryClasses>
724 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
725 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
726 }
727
728 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
729 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
730 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
731 <LibraryClasses>
732 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
733 }
734
735 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
736
737 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
738 <LibraryClasses>
739 !if $(SECURE_BOOT_ENABLE) == TRUE
740 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
741 !endif
742 !include OvmfPkg/OvmfTpmSecurityStub.dsc.inc
743 }
744
745 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
746 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
747 UefiCpuPkg/CpuDxe/CpuDxe.inf
748 !ifdef $(CSM_ENABLE)
749 OvmfPkg/8259InterruptControllerDxe/8259.inf
750 OvmfPkg/8254TimerDxe/8254Timer.inf
751 !else
752 OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.inf
753 !endif
754 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
755 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
756 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
757 <LibraryClasses>
758 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
759 PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
760 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
761 }
762 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
763 <LibraryClasses>
764 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
765 }
766 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
767 MdeModulePkg/Universal/Metronome/Metronome.inf
768 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
769 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
770 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
771 <LibraryClasses>
772 XenPlatformLib|OvmfPkg/Library/XenPlatformLib/XenPlatformLib.inf
773 !ifdef $(CSM_ENABLE)
774 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
775 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
776 !endif
777 }
778 MdeModulePkg/Logo/LogoDxe.inf
779 MdeModulePkg/Application/UiApp/UiApp.inf {
780 <LibraryClasses>
781 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
782 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
783 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
784 !ifdef $(CSM_ENABLE)
785 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
786 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
787 !endif
788 }
789 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
790 <LibraryClasses>
791 NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
792 }
793 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
794 OvmfPkg/Virtio10Dxe/Virtio10.inf
795 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
796 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
797 OvmfPkg/VirtioRngDxe/VirtioRng.inf
798 !if $(PVSCSI_ENABLE) == TRUE
799 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
800 !endif
801 !if $(MPT_SCSI_ENABLE) == TRUE
802 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
803 !endif
804 !if $(LSI_SCSI_ENABLE) == TRUE
805 OvmfPkg/LsiScsiDxe/LsiScsiDxe.inf
806 !endif
807 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
808 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
809 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
810 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
811 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
812 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
813 <LibraryClasses>
814 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
815 }
816 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
817 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
818 <LibraryClasses>
819 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
820 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
821 }
822 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
823 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
824 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
825 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
826 FatPkg/EnhancedFatDxe/Fat.inf
827 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
828 OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
829 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
830 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
831 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
832 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
833 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
834 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
835 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
836 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
837 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
838 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
839
840 !ifndef $(CSM_ENABLE)
841 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
842 !endif
843 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
844 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
845
846 #
847 # ISA Support
848 #
849 OvmfPkg/SioBusDxe/SioBusDxe.inf
850 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
851 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
852
853 #
854 # SMBIOS Support
855 #
856 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
857 <LibraryClasses>
858 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
859 }
860 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
861
862 #
863 # ACPI Support
864 #
865 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
866 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
867 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
868 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
869 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
870
871 #
872 # Network Support
873 #
874 !include NetworkPkg/NetworkComponents.dsc.inc
875
876 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
877 <LibraryClasses>
878 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
879 }
880
881 !if $(NETWORK_TLS_ENABLE) == TRUE
882 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
883 <LibraryClasses>
884 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
885 }
886 !endif
887 OvmfPkg/VirtioNetDxe/VirtioNet.inf
888
889 #
890 # Usb Support
891 #
892 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
893 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
894 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
895 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
896 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
897 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
898
899 !ifdef $(CSM_ENABLE)
900 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
901 <LibraryClasses>
902 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
903 }
904 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
905 OvmfPkg/Csm/Csm16/Csm16.inf
906 !endif
907
908 !if $(TOOL_CHAIN_TAG) != "XCODE5"
909 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
910 <PcdsFixedAtBuild>
911 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
912 }
913 ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.inf {
914 <PcdsFixedAtBuild>
915 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
916 }
917 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
918 <PcdsFixedAtBuild>
919 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
920 }
921 !endif
922 ShellPkg/Application/Shell/Shell.inf {
923 <LibraryClasses>
924 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
925 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
926 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
927 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
928 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
929 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
930 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
931 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
932 !if $(NETWORK_IP6_ENABLE) == TRUE
933 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
934 !endif
935 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
936 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
937 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
938
939 <PcdsFixedAtBuild>
940 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
941 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
942 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
943 }
944
945 !if $(SECURE_BOOT_ENABLE) == TRUE
946 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
947 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
948 !endif
949
950 OvmfPkg/PlatformDxe/Platform.inf
951 OvmfPkg/AmdSevDxe/AmdSevDxe.inf {
952 <LibraryClasses>
953 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
954 }
955 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
956
957 !if $(SMM_REQUIRE) == TRUE
958 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
959 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf
960 OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
961
962 #
963 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)
964 #
965 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
966
967 #
968 # SMM_CORE
969 #
970 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
971
972 #
973 # Privileged drivers (DXE_SMM_DRIVER modules)
974 #
975 OvmfPkg/CpuHotplugSmm/CpuHotplugSmm.inf
976 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
977 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {
978 <LibraryClasses>
979 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
980 }
981 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
982 <LibraryClasses>
983 SmmCpuPlatformHookLib|OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.inf
984 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
985 }
986
987 #
988 # Variable driver stack (SMM)
989 #
990 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf {
991 <LibraryClasses>
992 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
993 }
994 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
995 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
996 <LibraryClasses>
997 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
998 NULL|MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.inf
999 }
1000 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
1001
1002 !else
1003
1004 #
1005 # Variable driver stack (non-SMM)
1006 #
1007 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
1008 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
1009 <LibraryClasses>
1010 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
1011 }
1012 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
1013 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
1014 <LibraryClasses>
1015 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
1016 }
1017 !endif
1018
1019 #
1020 # TPM support
1021 #
1022 !include OvmfPkg/OvmfTpmComponentsDxe.dsc.inc