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