]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/OvmfXen.dsc
OvmfPkg: Create platform OvmfXen
[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|OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.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
198 Tcg2PhysicalPresenceLib|OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.inf
199 TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
200
201 [LibraryClasses.common]
202 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
203
204 [LibraryClasses.common.SEC]
205 TimerLib|OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.inf
206 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSecLib.inf
207 !ifdef $(DEBUG_ON_SERIAL_PORT)
208 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
209 !else
210 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformRomDebugLibIoPort.inf
211 !endif
212 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
213 ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
214 !ifdef $(SOURCE_DEBUG_ENABLE)
215 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
216 !endif
217 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
218 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
219 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
220 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
221 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
222
223 [LibraryClasses.common.PEI_CORE]
224 HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
225 PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.inf
226 PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
227 MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
228 PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
229 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
230 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
231 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
232 !ifdef $(DEBUG_ON_SERIAL_PORT)
233 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
234 !else
235 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
236 !endif
237 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
238
239 [LibraryClasses.common.PEIM]
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 PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
245 ReportStatusCodeLib|MdeModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
246 OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf
247 PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
248 !ifdef $(DEBUG_ON_SERIAL_PORT)
249 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
250 !else
251 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
252 !endif
253 PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
254 ResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf
255 ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
256 !ifdef $(SOURCE_DEBUG_ENABLE)
257 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgentLib.inf
258 !endif
259 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuExceptionHandlerLib.inf
260 MpInitLib|UefiCpuPkg/Library/MpInitLib/PeiMpInitLib.inf
261 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/PeiQemuFwCfgS3LibFwCfg.inf
262 PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
263 QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPeiLib.inf
264
265 [LibraryClasses.common.DXE_CORE]
266 HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
267 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
268 MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
269 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
270 !ifdef $(DEBUG_ON_SERIAL_PORT)
271 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
272 !else
273 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
274 !endif
275 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
276 !ifdef $(SOURCE_DEBUG_ENABLE)
277 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
278 !endif
279 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
280 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
281
282 [LibraryClasses.common.DXE_RUNTIME_DRIVER]
283 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
284 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
285 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
286 DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
287 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
288 ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/RuntimeDxeReportStatusCodeLib.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 UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
295 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
296 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
297 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
298
299 [LibraryClasses.common.UEFI_DRIVER]
300 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
301 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.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 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
317 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
318 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
319 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
320 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
321 !ifdef $(DEBUG_ON_SERIAL_PORT)
322 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
323 !else
324 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
325 !endif
326 PlatformBootManagerLib|OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
327 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
328 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
329 CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
330 LockBoxLib|OvmfPkg/Library/LockBoxLib/LockBoxDxeLib.inf
331 !ifdef $(SOURCE_DEBUG_ENABLE)
332 DebugAgentLib|SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgentLib.inf
333 !endif
334 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
335 MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf
336 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/DxeQemuFwCfgS3LibFwCfg.inf
337
338 [LibraryClasses.common.UEFI_APPLICATION]
339 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
340 TimerLib|OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.inf
341 HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
342 MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
343 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
344 !ifdef $(DEBUG_ON_SERIAL_PORT)
345 DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
346 !else
347 DebugLib|OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
348 !endif
349 PciLib|OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf
350
351 ################################################################################
352 #
353 # Pcd Section - list of all EDK II PCD Entries defined by this Platform.
354 #
355 ################################################################################
356 [PcdsFeatureFlag]
357 gEfiMdeModulePkgTokenSpaceGuid.PcdHiiOsRuntimeSupport|FALSE
358 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial|FALSE
359 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory|TRUE
360 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress|FALSE
361 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode|FALSE
362 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
363 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
364 gEfiMdeModulePkgTokenSpaceGuid.PcdInstallAcpiSdtProtocol|TRUE
365
366 [PcdsFixedAtBuild]
367 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1
368 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
369 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler|0x10
370 !if ($(FD_SIZE_IN_KB) == 1024) || ($(FD_SIZE_IN_KB) == 2048)
371 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
372 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
373 !if $(NETWORK_TLS_ENABLE) == FALSE
374 # match PcdFlashNvStorageVariableSize purely for convenience
375 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0xe000
376 !endif
377 !endif
378 !if $(FD_SIZE_IN_KB) == 4096
379 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x8400
380 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x8400
381 !if $(NETWORK_TLS_ENABLE) == FALSE
382 # match PcdFlashNvStorageVariableSize purely for convenience
383 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x40000
384 !endif
385 !endif
386 !if $(NETWORK_TLS_ENABLE) == TRUE
387 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
388 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
389 !endif
390
391 gEfiMdeModulePkgTokenSpaceGuid.PcdVpdBaseAddress|0x0
392
393 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
394
395 # DEBUG_INIT 0x00000001 // Initialization
396 # DEBUG_WARN 0x00000002 // Warnings
397 # DEBUG_LOAD 0x00000004 // Load events
398 # DEBUG_FS 0x00000008 // EFI File system
399 # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
400 # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
401 # DEBUG_INFO 0x00000040 // Informational debug messages
402 # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
403 # DEBUG_VARIABLE 0x00000100 // Variable
404 # DEBUG_BM 0x00000400 // Boot Manager
405 # DEBUG_BLKIO 0x00001000 // BlkIo Driver
406 # DEBUG_NET 0x00004000 // SNP Driver
407 # DEBUG_UNDI 0x00010000 // UNDI Driver
408 # DEBUG_LOADFILE 0x00020000 // LoadFile
409 # DEBUG_EVENT 0x00080000 // Event messages
410 # DEBUG_GCD 0x00100000 // Global Coherency Database changes
411 # DEBUG_CACHE 0x00200000 // Memory range cachability changes
412 # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
413 # // significantly impact boot performance
414 # DEBUG_ERROR 0x80000000 // Error
415 gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000004F
416
417 !ifdef $(SOURCE_DEBUG_ENABLE)
418 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
419 !else
420 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2F
421 !endif
422
423 # This PCD is used to set the base address of the PCI express hierarchy. It
424 # is only consulted when OVMF runs on Q35. In that case it is programmed into
425 # the PCIEXBAR register.
426 #
427 # On Q35 machine types that QEMU intends to support in the long term, QEMU
428 # never lets the RAM below 4 GB exceed 2816 MB.
429 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xB0000000
430
431 !ifdef $(SOURCE_DEBUG_ENABLE)
432 gEfiSourceLevelDebugPkgTokenSpaceGuid.PcdDebugLoadImageMethod|0x2
433 !endif
434
435 #
436 # Network Pcds
437 #
438 !include NetworkPkg/NetworkPcds.dsc.inc
439
440 # IRQs 5, 9, 10, 11 are level-triggered
441 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel|0x0E20
442
443 # Point to the MdeModulePkg/Application/UiApp/UiApp.inf
444 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
445
446 ################################################################################
447 #
448 # Pcd Dynamic Section - list of all EDK II PCD Entries defined by this Platform
449 #
450 ################################################################################
451
452 [PcdsDynamicDefault]
453 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved|0
454 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64|0
455 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase|0
456 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase|0
457 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
458 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
459 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
460 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable|FALSE
461 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId|0
462 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase|0x0
463 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize|0x0
464 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base|0x0
465 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size|0x0
466 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base|0x0
467 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size|0x800000000
468
469 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0
470
471 # Set video resolution for text setup.
472 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
473 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
474
475 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0208
476 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
477 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
478
479 # Noexec settings for DXE.
480 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|FALSE
481 gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|FALSE
482
483 # UefiCpuPkg PCDs related to initial AP bringup and general AP management.
484 gUefiCpuPkgTokenSpaceGuid.PcdCpuMaxLogicalProcessorNumber|64
485 gUefiCpuPkgTokenSpaceGuid.PcdCpuApInitTimeOutInMicroSeconds|50000
486
487 # Set memory encryption mask
488 gEfiMdeModulePkgTokenSpaceGuid.PcdPteMemoryEncryptionAddressOrMask|0x0
489
490 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x00
491
492 ################################################################################
493 #
494 # Components Section - list of all EDK II Modules needed by this Platform.
495 #
496 ################################################################################
497 [Components]
498 OvmfPkg/ResetVector/ResetVector.inf
499
500 #
501 # SEC Phase modules
502 #
503 OvmfPkg/Sec/SecMain.inf {
504 <LibraryClasses>
505 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
506 }
507
508 #
509 # PEI Phase modules
510 #
511 MdeModulePkg/Core/Pei/PeiMain.inf
512 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
513 <LibraryClasses>
514 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
515 }
516 MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.inf {
517 <LibraryClasses>
518 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
519 }
520 MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf {
521 <LibraryClasses>
522 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
523 }
524 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
525
526 OvmfPkg/PlatformPei/PlatformPei.inf
527 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei.inf
528 UefiCpuPkg/CpuMpPei/CpuMpPei.inf
529
530 #
531 # DXE Phase modules
532 #
533 MdeModulePkg/Core/Dxe/DxeMain.inf {
534 <LibraryClasses>
535 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
536 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
537 }
538
539 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
540 MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
541 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
542 <LibraryClasses>
543 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
544 }
545
546 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
547
548 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
549
550 MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
551 OvmfPkg/8259InterruptControllerDxe/8259.inf
552 UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf
553 UefiCpuPkg/CpuDxe/CpuDxe.inf
554 OvmfPkg/8254TimerDxe/8254Timer.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 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe.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/XenIoPciDxe/XenIoPciDxe.inf
589 OvmfPkg/XenBusDxe/XenBusDxe.inf
590 OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
591 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
592 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
593 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
594 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
595 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
596 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf {
597 <LibraryClasses>
598 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
599 }
600 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
601 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
602 <LibraryClasses>
603 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
604 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
605 }
606 MdeModulePkg/Universal/PrintDxe/PrintDxe.inf
607 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
608 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
609 MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
610 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
611 FatPkg/EnhancedFatDxe/Fat.inf
612 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
613 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
614 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
615 OvmfPkg/SataControllerDxe/SataControllerDxe.inf
616 MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
617 MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
618 MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
619 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
620 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
621 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
622 MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe.inf
623
624 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf
625 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
626
627 #
628 # ISA Support
629 #
630 OvmfPkg/SioBusDxe/SioBusDxe.inf
631 MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
632 MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
633
634 #
635 # SMBIOS Support
636 #
637 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
638 <LibraryClasses>
639 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
640 }
641 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
642
643 #
644 # ACPI Support
645 #
646 MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe.inf
647 OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
648 OvmfPkg/AcpiTables/AcpiTables.inf
649 MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe.inf
650 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf
651 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
652
653 #
654 # Network Support
655 #
656 !include NetworkPkg/NetworkComponents.dsc.inc
657
658 !if $(NETWORK_TLS_ENABLE) == TRUE
659 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
660 <LibraryClasses>
661 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
662 }
663 !endif
664
665 #
666 # Usb Support
667 #
668 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
669 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
670 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
671 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
672 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
673 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
674
675 !ifdef $(CSM_ENABLE)
676 OvmfPkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf {
677 <LibraryClasses>
678 PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf
679 }
680 OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosDxe.inf
681 OvmfPkg/Csm/Csm16/Csm16.inf
682 !endif
683
684 !if $(TOOL_CHAIN_TAG) != "XCODE5"
685 ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
686 <PcdsFixedAtBuild>
687 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
688 }
689 !endif
690 ShellPkg/Application/Shell/Shell.inf {
691 <LibraryClasses>
692 ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
693 NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
694 NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
695 NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
696 NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
697 NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
698 NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
699 NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
700 !if $(NETWORK_IP6_ENABLE) == TRUE
701 NULL|ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.inf
702 !endif
703 HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
704 PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
705 BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
706
707 <PcdsFixedAtBuild>
708 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
709 gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
710 gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
711 }
712
713 OvmfPkg/PlatformDxe/Platform.inf
714 OvmfPkg/AmdSevDxe/AmdSevDxe.inf
715 OvmfPkg/IoMmuDxe/IoMmuDxe.inf
716
717 #
718 # Variable driver stack (non-SMM)
719 #
720 OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
721 OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf {
722 <LibraryClasses>
723 PlatformFvbLib|OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.inf
724 }
725 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
726 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
727 <LibraryClasses>
728 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
729 }