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