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