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