]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/ArmVirtQemu.dsc
MdePkg: Add MmAccess and MmControl definition.
[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 # 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/ArmVirtQemu-$(ARCH)
21 SUPPORTED_ARCHITECTURES = AARCH64|ARM
22 BUILD_TARGETS = DEBUG|RELEASE|NOOPT
23 SKUID_IDENTIFIER = DEFAULT
24 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.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 ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.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.PEIM]
78 ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
79
80 [LibraryClasses.common.DXE_DRIVER]
81 ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
82
83 [LibraryClasses.common.UEFI_DRIVER]
84 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
85
86 ################################################################################
87 #
88 # Pcd Section - list of all EDK II PCD Entries defined by this Platform
89 #
90 ################################################################################
91
92 [PcdsFeatureFlag.common]
93 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
94 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
95
96 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
97 # It could be set FALSE to save size.
98 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
99 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
100
101 gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
102
103 [PcdsFixedAtBuild.common]
104 !if $(ARCH) == AARCH64
105 gArmTokenSpaceGuid.PcdVFPEnabled|1
106 !endif
107
108 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
109 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
110 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
111 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
112 !if $(NETWORK_TLS_ENABLE) == TRUE
113 #
114 # The cumulative and individual VOLATILE variable size limits should be set
115 # high enough for accommodating several and/or large CA certificates.
116 #
117 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
118 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
119 !endif
120
121 # Size of the region used by UEFI in permanent memory (Reserved 64MB)
122 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
123
124 #
125 # ARM PrimeCell
126 #
127
128 ## PL011 - Serial Terminal
129 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
130
131 ## Default Terminal Type
132 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
133 !if $(TTY_TERMINAL) == TRUE
134 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
135 # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
136 gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
137 !else
138 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
139 !endif
140
141 #
142 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
143 #
144 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
145
146 #
147 # Network Pcds
148 #
149 !include NetworkPkg/NetworkPcds.dsc.inc
150
151 # System Memory Base -- fixed at 0x4000_0000
152 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
153
154 # initial location of the device tree blob passed by QEMU -- base of DRAM
155 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
156
157 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
158 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
159
160 #
161 # The maximum physical I/O addressability of the processor, set with
162 # BuildCpuHob().
163 #
164 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
165
166 #
167 # Enable the non-executable DXE stack. (This gets set up by DxeIpl)
168 #
169 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
170
171 !if $(SECURE_BOOT_ENABLE) == TRUE
172 # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
173 gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
174 gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
175 gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
176 !endif
177
178 gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3
179
180 [PcdsFixedAtBuild.AARCH64]
181 # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
182 # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
183 # presence of the 32-bit entry point anyway (because many AARCH64 systems
184 # don't have 32-bit addressable physical RAM), and the additional allocations
185 # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
186 # point only, for entry point versions >= 3.0.
187 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
188
189 # ACPI predates the AARCH64 architecture by 5 versions, so
190 # we only target OSes that support ACPI v5.0 or later
191 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
192
193 [PcdsDynamicDefault.common]
194 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
195
196 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
197 # enumeration to complete before installing ACPI tables.
198 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
199
200 # System Memory Size -- 1 MB initially, actual size will be fetched from DT
201 gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
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 [PcdsDynamicHii]
241 gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
242
243 ################################################################################
244 #
245 # Components Section - list of all EDK II Modules needed by this Platform
246 #
247 ################################################################################
248 [Components.common]
249 #
250 # PEI Phase modules
251 #
252 ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
253 MdeModulePkg/Core/Pei/PeiMain.inf
254 MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
255 <LibraryClasses>
256 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
257 }
258 ArmPlatformPkg/PlatformPei/PlatformPeim.inf
259 ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
260 ArmPkg/Drivers/CpuPei/CpuPei.inf
261
262 MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
263
264 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
265 <LibraryClasses>
266 NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
267 }
268
269 #
270 # DXE
271 #
272 MdeModulePkg/Core/Dxe/DxeMain.inf {
273 <LibraryClasses>
274 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
275 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
276 }
277 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
278 <LibraryClasses>
279 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
280 }
281
282 #
283 # Architectural Protocols
284 #
285 ArmPkg/Drivers/CpuDxe/CpuDxe.inf
286 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
287 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
288 <LibraryClasses>
289 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
290 NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
291 # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
292 BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
293 }
294 !if $(SECURE_BOOT_ENABLE) == TRUE
295 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
296 <LibraryClasses>
297 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
298 }
299 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
300 OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
301 !else
302 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
303 !endif
304 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
305 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
306 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
307 MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
308 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
309 <LibraryClasses>
310 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
311 }
312 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
313
314 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
315 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
316 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
317 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
318 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
319
320 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
321
322 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
323 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
324 <LibraryClasses>
325 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
326 }
327 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
328 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
329
330 #
331 # Status Code Routing
332 #
333 MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
334
335 #
336 # Platform Driver
337 #
338 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
339 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
340 ArmVirtPkg/HighMemDxe/HighMemDxe.inf
341 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
342 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
343 OvmfPkg/VirtioNetDxe/VirtioNet.inf
344 OvmfPkg/VirtioRngDxe/VirtioRng.inf
345
346 #
347 # FAT filesystem + GPT/MBR partitioning + UDF filesystem
348 #
349 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
350 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
351 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
352 FatPkg/EnhancedFatDxe/Fat.inf
353 MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
354
355 #
356 # Bds
357 #
358 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
359 <LibraryClasses>
360 DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
361 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
362 }
363 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
364 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
365 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
366 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
367 MdeModulePkg/Logo/LogoDxe.inf
368 MdeModulePkg/Application/UiApp/UiApp.inf {
369 <LibraryClasses>
370 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
371 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
372 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
373 }
374
375 #
376 # Networking stack
377 #
378 !include NetworkPkg/NetworkComponents.dsc.inc
379 !if $(NETWORK_TLS_ENABLE) == TRUE
380 NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
381 <LibraryClasses>
382 NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
383 }
384 !endif
385
386 #
387 # SCSI Bus and Disk Driver
388 #
389 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
390 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
391
392 #
393 # SMBIOS Support
394 #
395 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
396 <LibraryClasses>
397 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
398 }
399 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
400
401 #
402 # PCI support
403 #
404 ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
405 <LibraryClasses>
406 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
407 }
408 MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
409 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
410 <LibraryClasses>
411 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
412 }
413 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
414 OvmfPkg/Virtio10Dxe/Virtio10.inf
415
416 #
417 # Video support
418 #
419 OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
420 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
421 OvmfPkg/PlatformDxe/Platform.inf
422
423 #
424 # USB Support
425 #
426 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
427 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
428 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
429 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
430 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
431 MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
432
433 #
434 # ACPI Support
435 #
436 ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
437 [Components.AARCH64]
438 MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
439 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
440 <LibraryClasses>
441 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
442 }