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