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