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