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