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