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