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