]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
885c6b14b84402d4edcd9e7cbbc71b46345d6c8c
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemu.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 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #
15
16 ################################################################################
17 #
18 # Defines Section - statements that will be processed to create a Makefile.
19 #
20 ################################################################################
21 [Defines]
22 PLATFORM_NAME = ArmVirtQemu
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c
24 PLATFORM_VERSION = 0.1
25 DSC_SPECIFICATION = 0x00010005
26 OUTPUT_DIRECTORY = Build/ArmVirtQemu-$(ARCH)
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM
28 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
29 SKUID_IDENTIFIER = DEFAULT
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.fdf
31
32 #
33 # Defines for default states. These can be changed on the command line.
34 # -D FLAG=VALUE
35 #
36 DEFINE SECURE_BOOT_ENABLE = FALSE
37 DEFINE NETWORK_IP6_ENABLE = FALSE
38 DEFINE HTTP_BOOT_ENABLE = FALSE
39
40 !include ArmVirtPkg/ArmVirt.dsc.inc
41
42 [LibraryClasses.common]
43 ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
44 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
45
46 # Virtio Support
47 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
48 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
49 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
50 QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
51
52 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
53
54 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
55 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
56
57 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
58 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
59 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
60 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
61 FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
62 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
63 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
64 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
65 PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
66 PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
67
68 [LibraryClasses.common.PEIM]
69 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
70
71 [LibraryClasses.common.UEFI_DRIVER]
72 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
73
74 ################################################################################
75 #
76 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
77 #
78 ################################################################################
79
80 [PcdsFeatureFlag.common]
81 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
82 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
83
84 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
85 # It could be set FALSE to save size.
86 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
87 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
88
89 [PcdsFixedAtBuild.common]
90 gArmPlatformTokenSpaceGuid.PcdCoreCount|1
91 !if $(ARCH) == AARCH64
92 gArmTokenSpaceGuid.PcdVFPEnabled|1
93 !endif
94
95 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
96 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
97 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
98 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
99
100 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
101 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
102
103 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
104 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
105
106 #
107 # ARM PrimeCell
108 #
109
110 ## PL011 - Serial Terminal
111 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
112
113 ## Default Terminal Type
114 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
115 !if $(TTY_TERMINAL) == TRUE
116 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
117 !else
118 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
119 !endif
120
121 #
122 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
123 #
124 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
125
126 !if $(HTTP_BOOT_ENABLE) == TRUE
127 gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
128 !endif
129
130 # System Memory Base -- fixed at 0x4000_0000
131 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
132
133 # initial location of the device tree blob passed by QEMU -- base of DRAM
134 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
135
136 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
137 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
138
139 #
140 # The maximum physical I/O addressability of the processor, set with
141 # BuildCpuHob().
142 #
143 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
144
145 [PcdsFixedAtBuild.AARCH64]
146 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
147 # support anything bigger, even if the host hardware does
148 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
149
150 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
151 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
152 # presence of the 32-bit entry point anyway (because many AARCH64 systems
153 # don't have 32-bit addressable physical RAM), and the additional allocations
154 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
155 # point only, for entry point versions >= 3.0.
156 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
157
158 # ACPI predates the AARCH64 architecture by 5 versions, so
159 # we only target OSes that support ACPI v5.0 or later
160 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
161
162 [PcdsDynamicDefault.common]
163 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
164
165 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
166 # enumeration to complete before installing ACPI tables.
167 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
168
169 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
170 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
171
172 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
173 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
174 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
175 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
176
177 #
178 # ARM General Interrupt Controller
179 #
180 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
181 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
182 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
183
184 ## PL031 RealTimeClock
185 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
186
187 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
188 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
189 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
190
191 gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
192
193 #
194 # Set video resolution for boot options and for text setup.
195 # PlatformDxe can set the former at runtime.
196 #
197 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
198 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
199 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
200 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
201
202 #
203 # SMBIOS entry point version
204 #
205 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
206 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
207 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
208
209 [PcdsDynamicHii]
210 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
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 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
222 MdeModulePkg/Core/Pei/PeiMain.inf
223 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
224 <LibraryClasses>
225 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
226 }
227 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
228 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
229 ArmPkg/Drivers/CpuPei/CpuPei.inf
230
231 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
232
233 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
234 <LibraryClasses>
235 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
236 }
237
238 #
239 # DXE
240 #
241 MdeModulePkg/Core/Dxe/DxeMain.inf {
242 <LibraryClasses>
243 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
244 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
245 }
246 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
247 <LibraryClasses>
248 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
249 }
250
251 #
252 # Architectural Protocols
253 #
254 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
255 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
256 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
257 <LibraryClasses>
258 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
259 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
260 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
261 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
262 }
263 !if $(SECURE_BOOT_ENABLE) == TRUE
264 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
265 <LibraryClasses>
266 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
267 }
268 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
269 !else
270 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
271 !endif
272 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
273 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
274 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
275 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
276 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
277 <LibraryClasses>
278 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
279 }
280 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
281
282 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
283 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
284 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
285 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
286 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
287
288 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
289
290 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
291 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
292 <LibraryClasses>
293 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
294 }
295 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
296 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
297
298 #
299 # Platform Driver
300 #
301 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
302 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
303 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
304 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
305 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
306 OvmfPkg/VirtioNetDxe/VirtioNet.inf
307 OvmfPkg/VirtioRngDxe/VirtioRng.inf
308
309 #
310 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
311 #
312 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
313 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
314 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
315 FatPkg/EnhancedFatDxe/Fat.inf
316 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
317
318 #
319 # Bds
320 #
321 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
322 <LibraryClasses>
323 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
324 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
325 }
326 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
327 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
328 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
329 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
330 MdeModulePkg/Logo/LogoDxe.inf
331 MdeModulePkg/Application/UiApp/UiApp.inf {
332 <LibraryClasses>
333 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
334 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
335 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
336 }
337
338 #
339 # Networking stack
340 #
341 MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
342 MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
343 MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
344 MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
345 MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
346 MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
347 MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
348 MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
349 !if $(NETWORK_IP6_ENABLE) == TRUE
350 NetworkPkg/Ip6Dxe/Ip6Dxe.inf
351 NetworkPkg/TcpDxe/TcpDxe.inf
352 NetworkPkg/Udp6Dxe/Udp6Dxe.inf
353 NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
354 NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
355 NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
356 NetworkPkg/IScsiDxe/IScsiDxe.inf
357 !else
358 MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe.inf
359 MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf
360 MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
361 !endif
362 !if $(HTTP_BOOT_ENABLE) == TRUE
363 NetworkPkg/DnsDxe/DnsDxe.inf
364 NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
365 NetworkPkg/HttpDxe/HttpDxe.inf
366 NetworkPkg/HttpBootDxe/HttpBootDxe.inf
367 !endif
368
369 #
370 # SCSI Bus and Disk Driver
371 #
372 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
373 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
374
375 #
376 # SMBIOS Support
377 #
378 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
379 <LibraryClasses>
380 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
381 }
382 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
383
384 #
385 # PCI support
386 #
387 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
388 <LibraryClasses>
389 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
390 }
391 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
392 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
393 <LibraryClasses>
394 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
395 }
396 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
397 OvmfPkg/Virtio10Dxe/Virtio10.inf
398
399 #
400 # Video support
401 #
402 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
403 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
404 OvmfPkg/PlatformDxe/Platform.inf
405
406 #
407 # USB Support
408 #
409 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
410 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
411 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
412 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
413 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
414 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
415
416 #
417 # ACPI Support
418 #
419 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
420 [Components.AARCH64]
421 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
422 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
423 <LibraryClasses>
424 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
425 }