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