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