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