]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemuKernel.dsc
720f8fa78b3d72c32569276bb94df13cfce97ca5
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemuKernel.dsc
1 #
2 # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
3 # Copyright (c) 2014, Linaro Limited. All rights reserved.
4 # Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9
10 ################################################################################
11 #
12 # Defines Section - statements that will be processed to create a Makefile.
13 #
14 ################################################################################
15 [Defines]
16 PLATFORM_NAME = ArmVirtQemu
17 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c
18 PLATFORM_VERSION = 0.1
19 DSC_SPECIFICATION = 0x00010005
20 OUTPUT_DIRECTORY = Build/ArmVirtQemuKernel-$(ARCH)
21 SUPPORTED_ARCHITECTURES = AARCH64|ARM
22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
23 SKUID_IDENTIFIER = DEFAULT
24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemuKernel.fdf
25
26 #
27 # Defines for default states. These can be changed on the command line.
28 # -D FLAG=VALUE
29 #
30 DEFINE TTY_TERMINAL = FALSE
31 DEFINE SECURE_BOOT_ENABLE = FALSE
32
33 #
34 # Network definition
35 #
36 DEFINE NETWORK_IP6_ENABLE = FALSE
37 DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
38 DEFINE NETWORK_SNP_ENABLE = FALSE
39 DEFINE NETWORK_TLS_ENABLE = FALSE
40 DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
41
42 !if $(NETWORK_SNP_ENABLE) == TRUE
43 !error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"
44 !endif
45
46 !include NetworkPkg/NetworkDefines.dsc.inc
47
48 !include ArmVirtPkg/ArmVirt.dsc.inc
49
50 [LibraryClasses.common]
51 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
52 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
53
54 # Virtio Support
55 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
56 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
57 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
58 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
59
60 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf
61
62 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
63 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
64
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
66 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
67 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
68 PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
69 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
70 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
71 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
72 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
73 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
74 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
75 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
76
77 [LibraryClasses.common.DXE_DRIVER]
78 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
79
80 [LibraryClasses.common.UEFI_DRIVER]
81 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
82
83 [BuildOptions.common.EDKII.SEC, BuildOptions.common.EDKII.BASE]
84 #
85 # CLANG38 with LTO support enabled uses the GNU GOLD linker, which insists
86 # on emitting GOT based symbol references when running in shared mode, unless
87 # we override visibility to 'hidden' in all modules that make up the PrePi
88 # build.
89 #
90 GCC:*_CLANG38_*_CC_FLAGS = -include $(WORKSPACE)/ArmVirtPkg/Include/Platform/Hidden.h
91
92 ################################################################################
93 #
94 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
95 #
96 ################################################################################
97
98 [PcdsFeatureFlag.common]
99 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
100 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
101
102 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
103 # It could be set FALSE to save size.
104 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
105 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
106
107 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
108
109 [PcdsFixedAtBuild.common]
110 !if $(ARCH) == AARCH64
111 gArmTokenSpaceGuid.PcdVFPEnabled|1
112 !endif
113
114 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
115 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
116 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
117 !if $(NETWORK_TLS_ENABLE) == TRUE
118 #
119 # The cumulative and individual VOLATILE variable size limits should be set
120 # high enough for accommodating several and/or large CA certificates.
121 #
122 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
123 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
124 !endif
125
126 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
127 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
128
129 #
130 # ARM PrimeCell
131 #
132
133 ## PL011 - Serial Terminal
134 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
135
136 ## Default Terminal Type
137 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
138 !if $(TTY_TERMINAL) == TRUE
139 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
140 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
141 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
142 !else
143 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
144 !endif
145
146 #
147 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
148 #
149 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
150
151 #
152 # Network Pcds
153 #
154 !include NetworkPkg/NetworkPcds.dsc.inc
155
156 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
157 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
158
159 #
160 # The maximum physical I/O addressability of the processor, set with
161 # BuildCpuHob().
162 #
163 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
164
165 !if $(SECURE_BOOT_ENABLE) == TRUE
166 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
167 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
168 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
169 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
170 !endif
171
172 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3
173
174 [PcdsPatchableInModule.common]
175 # we need to provide a resolution for this PCD that supports PcdSet64()
176 # being called from ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.c,
177 # even though that call will be compiled out on this platform as it does
178 # not (and cannot) support the TPM2 driver stack
179 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0
180
181 #
182 # This will be overridden in the code
183 #
184 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
185 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
186
187 #
188 # Define a default initial address for the device tree.
189 # Ignored if x0 != 0 at entry.
190 #
191 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
192
193 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
194 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
195
196 [PcdsDynamicDefault.common]
197 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
198
199 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
200 # enumeration to complete before installing ACPI tables.
201 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
202
203 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
204 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
205 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
206 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
207
208 #
209 # ARM General Interrupt Controller
210 #
211 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
212 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
213 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
214
215 ## PL031 RealTimeClock
216 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
217
218 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
219 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
220 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
221
222 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
223
224 #
225 # Set video resolution for boot options and for text setup.
226 # PlatformDxe can set the former at runtime.
227 #
228 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
229 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
230 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
231 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
232
233 #
234 # SMBIOS entry point version
235 #
236 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
237 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
238 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
239
240 ################################################################################
241 #
242 # Components Section - list of all EDK II Modules needed by this Platform
243 #
244 ################################################################################
245 [Components.common]
246 #
247 # PEI Phase modules
248 #
249 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
250 <LibraryClasses>
251 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
252 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
253 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
254 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
255 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
256 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
257 }
258
259 #
260 # DXE
261 #
262 MdeModulePkg/Core/Dxe/DxeMain.inf {
263 <LibraryClasses>
264 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
265 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
266 }
267 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
268 <LibraryClasses>
269 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
270 }
271
272 #
273 # Architectural Protocols
274 #
275 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
276 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
277 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
278 <LibraryClasses>
279 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
280 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
281 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
282 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
283 }
284 !if $(SECURE_BOOT_ENABLE) == TRUE
285 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
286 <LibraryClasses>
287 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
288 }
289 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
290 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
291 !else
292 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
293 !endif
294 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
295 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
296 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
297 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
298 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
299 <LibraryClasses>
300 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
301 }
302 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
303
304 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
305 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
306 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
307 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
308 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
309
310 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
311
312 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
313 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
314 <LibraryClasses>
315 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
316 }
317 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
318 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
319
320 #
321 # Status Code Routing
322 #
323 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
324
325 #
326 # Platform Driver
327 #
328 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
329 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
330 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
331 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
332 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
333 OvmfPkg/VirtioNetDxe/VirtioNet.inf
334 OvmfPkg/VirtioRngDxe/VirtioRng.inf
335
336 #
337 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
338 #
339 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
340 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
341 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
342 FatPkg/EnhancedFatDxe/Fat.inf
343 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
344
345 #
346 # Bds
347 #
348 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
349 <LibraryClasses>
350 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
351 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
352 }
353 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
354 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
355 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
356 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
357 MdeModulePkg/Logo/LogoDxe.inf
358 MdeModulePkg/Application/UiApp/UiApp.inf {
359 <LibraryClasses>
360 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
361 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
362 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
363 }
364
365 #
366 # Networking stack
367 #
368 !include NetworkPkg/NetworkComponents.dsc.inc
369 !if $(NETWORK_TLS_ENABLE) == TRUE
370 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
371 <LibraryClasses>
372 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
373 }
374 !endif
375
376 #
377 # SCSI Bus and Disk Driver
378 #
379 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
380 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
381
382 #
383 # SMBIOS Support
384 #
385 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
386 <LibraryClasses>
387 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
388 }
389 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
390
391 #
392 # PCI support
393 #
394 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
395 <LibraryClasses>
396 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
397 }
398 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
399 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
400 <LibraryClasses>
401 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
402 }
403 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
404 OvmfPkg/Virtio10Dxe/Virtio10.inf
405
406 #
407 # Video support
408 #
409 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
410 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
411 OvmfPkg/PlatformDxe/Platform.inf
412
413 #
414 # USB Support
415 #
416 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
417 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
418 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
419 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
420 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
421 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
422
423 #
424 # ACPI Support
425 #
426 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
427 [Components.AARCH64]
428 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
429 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
430 <LibraryClasses>
431 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
432 }