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