]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfPkgIa32.dsc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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 !if $(SECURE_BOOT_ENABLE) == TRUE
383 QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf
384 !else
385 QemuLoadImageLib|OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.inf
386 !endif
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
592 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
593
594 # Set video resolution for text setup.
595 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
596 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
597
598 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
599 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
600 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
601
602 # Noexec settings for DXE.
603 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
604
605 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
606 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
607 gUefiCpuPkgTokenSpaceGuid.PcdCpuBootLogicalProcessorNumber|0
608
609 # Set memory encryption mask
610 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
611
612 !if $(SMM_REQUIRE) == TRUE
613 gUefiOvmfPkgTokenSpaceGuid.PcdQ35TsegMbytes|8
614 gUefiOvmfPkgTokenSpaceGuid.PcdQ35SmramAtDefaultSmbase|FALSE
615 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmSyncMode|0x01
616 gUefiCpuPkgTokenSpaceGuid.PcdCpuSmmApSyncTimeout|100000
617 !endif
618
619 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
620
621 !if $(TPM_ENABLE) == TRUE
622 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid|{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
623 !endif
624
625 # IPv4 and IPv6 PXE Boot support.
626 gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
627 gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
628
629 [PcdsDynamicHii]
630 !if $(TPM_ENABLE) == TRUE && $(TPM_CONFIG_ENABLE) == TRUE
631 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x0|"1.3"|NV,BS
632 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L"TCG2_VERSION"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
633 !endif
634
635 ################################################################################
636 #
637 # Components Section - list of all EDK II Modules needed by this Platform.
638 #
639 ################################################################################
640 [Components]
641 OvmfPkg/ResetVector/ResetVector.inf
642
643 #
644 # SEC Phase modules
645 #
646 OvmfPkg/Sec/SecMain.inf {
647 <LibraryClasses>
648 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
649 }
650
651 #
652 # PEI Phase modules
653 #
654 MdeModulePkg/Core/Pei/PeiMain.inf
655 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
656 <LibraryClasses>
657 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
658 }
659 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
660 <LibraryClasses>
661 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
662 }
663 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
664 <LibraryClasses>
665 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
666 }
667 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
668
669 OvmfPkg/PlatformPei/PlatformPei.inf
670 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf {
671 <LibraryClasses>
672 !if $(SMM_REQUIRE) == TRUE
673 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
674 !endif
675 }
676 !if $(SMM_REQUIRE) == TRUE
677 MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
678 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
679 OvmfPkg/SmmAccess/SmmAccessPei.inf
680 !endif
681 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
682
683 !if $(TPM_ENABLE) == TRUE
684 OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPei.inf
685 SecurityPkg/Tcg/TcgPei/TcgPei.inf
686 SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf {
687 <LibraryClasses>
688 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
689 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
690 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
691 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
692 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
693 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
694 }
695 !endif
696
697 #
698 # DXE Phase modules
699 #
700 MdeModulePkg/Core/Dxe/DxeMain.inf {
701 <LibraryClasses>
702 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
703 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
704 }
705
706 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
707 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
708 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
709 <LibraryClasses>
710 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
711 }
712
713 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
714
715 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
716 <LibraryClasses>
717 !if $(SECURE_BOOT_ENABLE) == TRUE
718 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
719 !endif
720 !if $(TPM_ENABLE) == TRUE
721 NULL|SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
722 NULL|SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.inf
723 !endif
724 }
725
726 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
727 OvmfPkg/8259InterruptControllerDxe/8259.inf
728 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
729 UefiCpuPkg/CpuDxe/CpuDxe.inf
730 OvmfPkg/8254TimerDxe/8254Timer.inf
731 OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.inf
732 OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
733 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
734 <LibraryClasses>
735 PciHostBridgeLib|OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
736 NULL|OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.inf
737 }
738 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
739 <LibraryClasses>
740 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
741 }
742 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
743 MdeModulePkg/Universal/Metronome/Metronome.inf
744 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.inf
745 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
746 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {
747 <LibraryClasses>
748 !ifdef $(CSM_ENABLE)
749 NULL|OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.inf
750 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
751 !endif
752 }
753 MdeModulePkg/Logo/LogoDxe.inf
754 MdeModulePkg/Application/UiApp/UiApp.inf {
755 <LibraryClasses>
756 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
757 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
758 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
759 !ifdef $(CSM_ENABLE)
760 NULL|OvmfPkg/Csm/LegacyBootManagerLib/LegacyBootManagerLib.inf
761 NULL|OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiLib.inf
762 !endif
763 }
764 OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf
765 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
766 OvmfPkg/Virtio10Dxe/Virtio10.inf
767 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
768 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
769 OvmfPkg/VirtioRngDxe/VirtioRng.inf
770 OvmfPkg/XenIoPciDxe/XenIoPciDxe.inf
771 OvmfPkg/XenBusDxe/XenBusDxe.inf
772 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
773 !if $(PVSCSI_ENABLE) == TRUE
774 OvmfPkg/PvScsiDxe/PvScsiDxe.inf
775 !endif
776 !if $(MPT_SCSI_ENABLE) == TRUE
777 OvmfPkg/MptScsiDxe/MptScsiDxe.inf
778 !endif
779 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
780 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
781 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
782 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
783 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
784 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
785 <LibraryClasses>
786 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
787 }
788 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
789 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
790 <LibraryClasses>
791 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
792 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
793 }
794 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
795 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
796 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
797 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
798 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
799 FatPkg/EnhancedFatDxe/Fat.inf
800 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
801 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
802 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
803 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
804 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
805 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
806 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
807 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
808 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
809 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
810 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
811
812 !ifndef $(CSM_ENABLE)
813 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
814 !endif
815 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
816 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
817
818 #
819 # ISA Support
820 #
821 OvmfPkg/SioBusDxe/SioBusDxe.inf
822 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
823 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
824
825 #
826 # SMBIOS Support
827 #
828 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
829 <LibraryClasses>
830 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
831 }
832 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
833
834 #
835 # ACPI Support
836 #
837 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
838 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
839 OvmfPkg/AcpiTables/AcpiTables.inf
840 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
841 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
842 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
843
844 #
845 # Network Support
846 #
847 !include NetworkPkg/NetworkComponents.dsc.inc
848
849 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
850 <LibraryClasses>
851 NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
852 }
853
854 !if $(NETWORK_TLS_ENABLE) == TRUE
855 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
856 <LibraryClasses>
857 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
858 }
859 !endif
860 OvmfPkg/VirtioNetDxe/VirtioNet.inf
861
862 #
863 # Usb Support
864 #
865 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
866 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
867 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
868 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
869 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
870 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
871
872 !ifdef $(CSM_ENABLE)
873 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
874 <LibraryClasses>
875 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
876 }
877 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
878 OvmfPkg/Csm/Csm16/Csm16.inf
879 !endif
880
881 !if $(TOOL_CHAIN_TAG) != "XCODE5"
882 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
883 <PcdsFixedAtBuild>
884 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
885 }
886 OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.inf {
887 <PcdsFixedAtBuild>
888 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
889 }
890 !endif
891 ShellPkg/Application/Shell/Shell.inf {
892 <LibraryClasses>
893 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
894 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
895 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
896 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
897 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
898 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
899 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
900 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
901 !if $(NETWORK_IP6_ENABLE) == TRUE
902 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
903 !endif
904 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
905 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
906 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
907
908 <PcdsFixedAtBuild>
909 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
910 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
911 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
912 }
913
914 !if $(SECURE_BOOT_ENABLE) == TRUE
915 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
916 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
917 !endif
918
919 OvmfPkg/PlatformDxe/Platform.inf
920 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
921
922 !if $(SMM_REQUIRE) == TRUE
923 OvmfPkg/SmmAccess/SmmAccess2Dxe.inf
924 OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.inf
925 OvmfPkg/CpuS3DataDxe/CpuS3DataDxe.inf
926
927 #
928 # SMM Initial Program Load (a DXE_RUNTIME_DRIVER)
929 #
930 MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
931
932 #
933 # SMM_CORE
934 #
935 MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
936
937 #
938 # Privileged drivers (DXE_SMM_DRIVER modules)
939 #
940 OvmfPkg/CpuHotplugSmm/CpuHotplugSmm.inf
941 UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.inf
942 MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.inf {
943 <LibraryClasses>
944 LockBoxLib|MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
945 }
946 UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf {
947 <LibraryClasses>
948 SmmCpuPlatformHookLib|OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.inf
949 SmmCpuFeaturesLib|OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.inf
950 }
951
952 #
953 # Variable driver stack (SMM)
954 #
955 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf
956 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf
957 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf {
958 <LibraryClasses>
959 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
960 }
961 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
962
963 !else
964
965 #
966 # Variable driver stack (non-SMM)
967 #
968 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
969 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
970 <LibraryClasses>
971 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
972 }
973 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
974 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
975 <LibraryClasses>
976 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
977 }
978 !endif
979
980 #
981 # TPM support
982 #
983 !if $(TPM_ENABLE) == TRUE
984 SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.inf {
985 <LibraryClasses>
986 Tpm2DeviceLib|SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
987 NULL|SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
988 HashLib|SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
989 NULL|SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.inf
990 NULL|SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.inf
991 NULL|SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.inf
992 NULL|SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.inf
993 NULL|SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.inf
994 }
995 !if $(TPM_CONFIG_ENABLE) == TRUE
996 SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe.inf
997 !endif
998 SecurityPkg/Tcg/TcgDxe/TcgDxe.inf {
999 <LibraryClasses>
1000 Tpm12DeviceLib|SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
1001 }
1002 !endif
1003
1004 !if $(LOAD_X64_ON_IA32_ENABLE) == TRUE
1005 OvmfPkg/CompatImageLoaderDxe/CompatImageLoaderDxe.inf
1006 !endif