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