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