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