]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32X64.dsc
OvmfPkg: reduce the number of dsc include files for tpm libs
[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 CcProbeLib|MdePkg/Library/CcProbeLibNull/CcProbeLibNull.inf
162 IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
163 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
164 SerialPortLib|PcAtChipsetPkg/Library/SerialIoLib/SerialIoLib.inf
165 MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
166 MicrocodeLib|UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.inf
167 UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
168 UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
169 UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
170 UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
171 UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
172 DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.inf
173 NvVarsFileLib|OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.inf
174 FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
175 UefiCpuLib|UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf
176 SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
177 UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
178 SerializeVariablesLib|OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.inf
179 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxeLib.inf
180 QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
181 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
182 LoadLinuxLib|OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.inf
183 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLib.inf
184 MemEncryptTdxLib|OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemEncryptTdxLibNull.inf
185 !if $(SMM_REQUIRE) == FALSE
186 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
187 !endif
188 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
189 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
190
191 !if $(SOURCE_DEBUG_ENABLE) == TRUE
192 PeCoffExtraActionLib|SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
193 DebugCommunicationLib|SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
194 !else
195 PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
196 DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
197 !endif
198
199 LocalApicLib|UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.inf
200 DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
201
202 IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
203 !if $(NETWORK_TLS_ENABLE) == TRUE
204 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
205 !else
206 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
207 !endif
208 RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
209
210 !if $(SECURE_BOOT_ENABLE) == TRUE
211 PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf
212 AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf
213 SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf
214 SecureBootVariableProvisionLib|SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf
215 !else
216 AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
217 !endif
218 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
219 VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
220 VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf
221 VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf
222
223
224 #
225 # Network libraries
226 #
227 !include NetworkPkg/NetworkLibs.dsc.inc
228
229 !if $(NETWORK_TLS_ENABLE) == TRUE
230 TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
231 !endif
232
233 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
234 ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
235 S3BootScriptLib|MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
236 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
237 OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
238
239 !include OvmfPkg/OvmfTpmLibs.dsc.inc
240
241 [LibraryClasses.common]
242 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
243 VmgExitLib|UefiCpuPkg/Library/VmgExitLibNull/VmgExitLibNull.inf
244 TdxLib|MdePkg/Library/TdxLib/TdxLib.inf
245 TdxMailboxLib|OvmfPkg/Library/TdxMailboxLib/TdxMailboxLib.inf
246
247 [LibraryClasses.common.SEC]
248 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
249 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
250 !ifdef $(DEBUG_ON_SERIAL_PORT)
251 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
252 !else
253 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
254 !endif
255 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
256 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
257 !if $(SOURCE_DEBUG_ENABLE) == TRUE
258 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
259 !endif
260 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
261 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
262 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
263 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
264 !if $(TOOL_CHAIN_TAG) == "XCODE5"
265 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/Xcode5SecPeiCpuExceptionHandlerLib.inf
266 !else
267 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
268 !endif
269 MemEncryptSevLib|OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLib.inf
270
271 [LibraryClasses.common.PEI_CORE]
272 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
273 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
274 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
275 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
276 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
277 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
278 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
279 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
280 !ifdef $(DEBUG_ON_SERIAL_PORT)
281 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
282 !else
283 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
284 !endif
285 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
286
287 [LibraryClasses.common.PEIM]
288 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
289 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
290 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
291 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
292 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
293 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
294 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
295 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
296 !ifdef $(DEBUG_ON_SERIAL_PORT)
297 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
298 !else
299 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
300 !endif
301 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
302 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
303 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
304 !if $(SOURCE_DEBUG_ENABLE) == TRUE
305 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
306 !endif
307 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
308 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
309 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
310 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
311 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
312 PlatformInitLib|OvmfPkg/Library/PlatformInitLib/PlatformInitLib.inf
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 [LibraryClasses.common.UEFI_APPLICATION]
402 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
403 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
404 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
405 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
406 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
407 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
408 !ifdef $(DEBUG_ON_SERIAL_PORT)
409 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
410 !else
411 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
412 !endif
413 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
414
415 [LibraryClasses.common.DXE_SMM_DRIVER]
416 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
417 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
418 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
419 MemoryAllocationLib|MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
420 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
421 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
422 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
423 MmServicesTableLib|MdePkg/Library/MmServicesTableLib/MmServicesTableLib.inf
424 SmmServicesTableLib|MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.inf
425 !ifdef $(DEBUG_ON_SERIAL_PORT)
426 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
427 !else
428 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
429 !endif
430 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
431 !if $(SOURCE_DEBUG_ENABLE) == TRUE
432 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgentLib.inf
433 !endif
434 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
435 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
436 SmmCpuRendezvousLib|UefiCpuPkg/Library/SmmCpuRendezvousLib/SmmCpuRendezvousLib.inf
437
438 [LibraryClasses.common.SMM_CORE]
439 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
440 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
441 ResetSystemLib|OvmfPkg/Library/ResetSystemLib/DxeResetSystemLib.inf
442 SmmCorePlatformHookLib|MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.inf
443 MemoryAllocationLib|MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
444 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
445 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
446 SmmMemLib|MdePkg/Library/SmmMemLib/SmmMemLib.inf
447 SmmServicesTableLib|MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.inf
448 !ifdef $(DEBUG_ON_SERIAL_PORT)
449 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
450 !else
451 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
452 !endif
453 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
454
455 ################################################################################
456 #
457 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
458 #
459 ################################################################################
460 [PcdsFeatureFlag]
461 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
462 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
463 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|TRUE
464 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
465 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
466 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
467 !ifdef $(CSM_ENABLE)
468 gUefiOvmfPkgTokenSpaceGuid.PcdCsmEnable|TRUE
469 !endif
470 !if $(SMM_REQUIRE) == TRUE
471 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire|TRUE
472 gUefiCpuPkgTokenSpaceGuid.PcdCpuHotPlugSupport|TRUE
473 gEfiMdeModulePkgTokenSpaceGuid.PcdEnableVariableRuntimeCache|FALSE
474 !endif
475
476 [PcdsFixedAtBuild]
477 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
478 !if $(SMM_REQUIRE) == FALSE
479 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
480 !endif
481 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
482 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|0
483 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
484 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
485 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
486 !if $(NETWORK_TLS_ENABLE) == FALSE
487 # match PcdFlashNvStorageVariableSize purely for convenience
488 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
489 !endif
490 !endif
491 !if $(FD_SIZE_IN_KB) == 4096
492 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
493 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
494 !if $(NETWORK_TLS_ENABLE) == FALSE
495 # match PcdFlashNvStorageVariableSize purely for convenience
496 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
497 !endif
498 !endif
499 !if $(NETWORK_TLS_ENABLE) == TRUE
500 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
501 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
502 !endif
503
504 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
505 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
506 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
507
508 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
509
510 # DEBUG_INIT 0x00000001 // Initialization
511 # DEBUG_WARN 0x00000002 // Warnings
512 # DEBUG_LOAD 0x00000004 // Load events
513 # DEBUG_FS 0x00000008 // EFI File system
514 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
515 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
516 # DEBUG_INFO 0x00000040 // Informational debug messages
517 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
518 # DEBUG_VARIABLE 0x00000100 // Variable
519 # DEBUG_BM 0x00000400 // Boot Manager
520 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
521 # DEBUG_NET 0x00004000 // SNP Driver
522 # DEBUG_UNDI 0x00010000 // UNDI Driver
523 # DEBUG_LOADFILE 0x00020000 // LoadFile
524 # DEBUG_EVENT 0x00080000 // Event messages
525 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
526 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
527 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
528 # // significantly impact boot performance
529 # DEBUG_ERROR 0x80000000 // Error
530 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
531
532 !if $(SOURCE_DEBUG_ENABLE) == TRUE
533 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
534 !else
535 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
536 !endif
537
538 # This PCD is used to set the base address of the PCI express hierarchy. It
539 # is only consulted when OVMF runs on Q35. In that case it is programmed into
540 # the PCIEXBAR register.
541 #
542 # On Q35 machine types that QEMU intends to support in the long term, QEMU
543 # never lets the RAM below 4 GB exceed 2816 MB.
544 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
545
546 !if $(SOURCE_DEBUG_ENABLE) == TRUE
547 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
548 !endif
549
550 [PcdsFixedAtBuild.IA32]
551 #
552 # The NumberOfPages values below are ad-hoc. They are updated sporadically at
553 # best (please refer to git-blame for past updates). The values capture a set
554 # of BIN hints that made sense at a particular time, for some (now likely
555 # unknown) workloads / boot paths.
556 #
557 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0x80
558 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0x10
559 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0x80
560 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
561 gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
562
563 [PcdsFixedAtBuild.X64]
564 #
565 # Network Pcds
566 #
567 !include NetworkPkg/NetworkPcds.dsc.inc
568
569 gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
570
571 !if $(SMM_REQUIRE) == TRUE
572 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmStackSize|0x4000
573 !endif
574
575 # IRQs 5, 9, 10, 11 are level-triggered
576 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
577
578 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
579 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
580
581 ################################################################################
582 #
583 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
584 #
585 ################################################################################
586
587 [PcdsDynamicDefault]
588 # only set when
589 # ($(SMM_REQUIRE) == FALSE)
590 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
591
592 !if $(SMM_REQUIRE) == FALSE
593 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
594 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase64|0
595 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase64|0
596 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
597 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
598 !endif
599 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
600 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
601 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
602 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
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|1000000000
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