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