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