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