]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtQemuKernel.dsc
ArmVirtPkg: implement FdtPciHostBridgeLib
[mirror_edk2.git] / ArmVirtPkg / ArmVirtQemuKernel.dsc
CommitLineData
8de84d42
AB
1#\r
2# Copyright (c) 2011-2015, ARM Limited. All rights reserved.\r
3# Copyright (c) 2014, Linaro Limited. All rights reserved.\r
2ff39d58 4# Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.\r
8de84d42
AB
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15\r
16################################################################################\r
17#\r
18# Defines Section - statements that will be processed to create a Makefile.\r
19#\r
20################################################################################\r
21[Defines]\r
22 PLATFORM_NAME = ArmVirtQemu\r
23 PLATFORM_GUID = 37d7e986-f7e9-45c2-8067-e371421a626c\r
24 PLATFORM_VERSION = 0.1\r
25 DSC_SPECIFICATION = 0x00010005\r
26 OUTPUT_DIRECTORY = Build/ArmVirtQemuKernel-$(ARCH)\r
27 SUPPORTED_ARCHITECTURES = AARCH64|ARM\r
28 BUILD_TARGETS = DEBUG|RELEASE\r
29 SKUID_IDENTIFIER = DEFAULT\r
30 FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemuKernel.fdf\r
31\r
32 #\r
33 # Defines for default states. These can be changed on the command line.\r
34 # -D FLAG=VALUE\r
35 #\r
36 DEFINE SECURE_BOOT_ENABLE = FALSE\r
37\r
38!include ArmVirtPkg/ArmVirt.dsc.inc\r
39\r
40[LibraryClasses.AARCH64]\r
41 ArmLib|ArmPkg/Library/ArmLib/AArch64/AArch64Lib.inf\r
42 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
43\r
44[LibraryClasses.ARM]\r
45 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7Lib.inf\r
46 ArmCpuLib|ArmPkg/Drivers/ArmCpuLib/ArmCortexA15Lib/ArmCortexA15Lib.inf\r
47\r
87ee6390
AB
48[LibraryClasses.ARM.SEC]\r
49 ArmLib|ArmPkg/Library/ArmLib/ArmV7/ArmV7LibSec.inf\r
50\r
8de84d42 51[LibraryClasses.common]\r
5db1cce1
AB
52 ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
53\r
8de84d42
AB
54 # Virtio Support\r
55 VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf\r
56 VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf\r
57 QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf\r
58\r
59 ArmPlatformLib|ArmVirtPkg/Library/ArmQemuRelocatablePlatformLib/ArmQemuRelocatablePlatformLib.inf\r
60 ArmPlatformSysConfigLib|ArmPlatformPkg/Library/ArmPlatformSysConfigLibNull/ArmPlatformSysConfigLibNull.inf\r
61\r
62 TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
63 NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf\r
64\r
65 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf\r
1946faa7 66 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
2c8805bc
LE
67 BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
68 ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf\r
1946faa7 69 PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
8de84d42 70 CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf\r
d85c5e31 71 QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf\r
2ff39d58 72 FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf\r
a06d0bb5 73 PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
8de84d42
AB
74\r
75[LibraryClasses.common.UEFI_DRIVER]\r
76 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf\r
77\r
78[BuildOptions]\r
79 RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
80 GCC:*_*_ARM_PLATFORM_FLAGS == -mcpu=cortex-a15 -I$(WORKSPACE)/ArmVirtPkg/Include\r
81 *_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmVirtPkg/Include\r
82\r
87ee6390
AB
83[BuildOptions.ARM.EDKII.SEC, BuildOptions.ARM.EDKII.BASE]\r
84 # Avoid MOVT/MOVW instruction pairs in code that may end up in the PIE\r
85 # executable we build for the relocatable PrePi. They are not runtime\r
86 # relocatable in ELF.\r
87 *_CLANG35_*_CC_FLAGS = -mno-movt\r
8de84d42
AB
88\r
89################################################################################\r
90#\r
91# Pcd Section - list of all EDK II PCD Entries defined by this Platform\r
92#\r
93################################################################################\r
94\r
95[PcdsFeatureFlag.common]\r
96 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE\r
97 gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE\r
98\r
99 ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.\r
100 # It could be set FALSE to save size.\r
101 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE\r
102 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE\r
103\r
8de84d42
AB
104[PcdsFixedAtBuild.common]\r
105 gArmPlatformTokenSpaceGuid.PcdCoreCount|1\r
106!if $(ARCH) == AARCH64\r
107 gArmTokenSpaceGuid.PcdVFPEnabled|1\r
108!endif\r
109\r
110 gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000\r
111 gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000\r
2d063646
LC
112 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000\r
113 gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800\r
8de84d42
AB
114\r
115 # Size of the region used by UEFI in permanent memory (Reserved 64MB)\r
116 gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000\r
117\r
118 #\r
119 # ARM Pcds\r
120 #\r
121 gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000\r
122\r
123 ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)\r
124 gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE\r
125\r
126 #\r
127 # ARM PrimeCell\r
128 #\r
129\r
130 ## PL011 - Serial Terminal\r
131 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400\r
132\r
133 ## Default Terminal Type\r
134 ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM\r
135!if $(TTY_TERMINAL) == TRUE\r
136 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4\r
137!else\r
138 gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1\r
139!endif\r
8de84d42
AB
140\r
141 #\r
142 # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM\r
143 #\r
144 gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0\r
145\r
8de84d42
AB
146[PcdsPatchableInModule.common]\r
147 #\r
148 # This will be overridden in the code\r
149 #\r
150 gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0\r
151 gArmTokenSpaceGuid.PcdSystemMemorySize|0x0\r
152\r
153 #\r
154 # Define a default initial address for the device tree.\r
155 # Ignored if x0 != 0 at entry.\r
156 #\r
157 gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000\r
158\r
159 gArmTokenSpaceGuid.PcdFdBaseAddress|0x0\r
160 gArmTokenSpaceGuid.PcdFvBaseAddress|0x0\r
161\r
162[PcdsFixedAtBuild.AARCH64]\r
163\r
164 gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE\r
1946faa7 165 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }\r
8de84d42
AB
166 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdShellFile|{ 0x83, 0xA5, 0x04, 0x7C, 0x3E, 0x9E, 0x1C, 0x4F, 0xAD, 0x65, 0xE0, 0x52, 0x68, 0xD0, 0xB4, 0xD1 }\r
167\r
168 #\r
169 # The maximum physical I/O addressability of the processor, set with\r
170 # BuildCpuHob().\r
171 #\r
172 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16\r
173\r
174 gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE\r
175\r
176 # KVM limits it IPA space to 40 bits (1 TB), so there is no need to\r
177 # support anything bigger, even if the host hardware does\r
178 gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40\r
179\r
180[PcdsDynamicDefault.common]\r
48799ab2
LE
181 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3\r
182\r
8de84d42
AB
183 ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI\r
184 # enumeration to complete before installing ACPI tables.\r
185 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE\r
186\r
187 gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0\r
188 gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0\r
189 gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0\r
190 gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0\r
191\r
192 #\r
193 # ARM General Interrupt Controller\r
194 #\r
195 gArmTokenSpaceGuid.PcdGicDistributorBase|0x0\r
196 gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0\r
197 gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0\r
8de84d42
AB
198\r
199 ## PL031 RealTimeClock\r
200 gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0\r
201\r
a06d0bb5
AB
202 # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this\r
203 # PCD and PcdPciDisableBusEnumeration above have not been assigned yet\r
204 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF\r
8de84d42 205\r
8de84d42
AB
206 #\r
207 # Set video resolution for boot options and for text setup.\r
208 # PlatformDxe can set the former at runtime.\r
209 #\r
210 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800\r
211 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600\r
212 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640\r
213 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480\r
214\r
215 #\r
216 # SMBIOS entry point version\r
217 #\r
218 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300\r
219 gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0\r
220 gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE\r
221\r
222################################################################################\r
223#\r
224# Components Section - list of all EDK II Modules needed by this Platform\r
225#\r
226################################################################################\r
227[Components.common]\r
228 #\r
229 # PEI Phase modules\r
230 #\r
231 ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {\r
232 <LibraryClasses>\r
233 ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf\r
234 LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf\r
235 PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf\r
236 HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf\r
237 PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf\r
238 MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf\r
239 }\r
240\r
241 #\r
242 # DXE\r
243 #\r
244 MdeModulePkg/Core/Dxe/DxeMain.inf {\r
245 <LibraryClasses>\r
246 NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf\r
247 }\r
31b3b02a
AB
248 MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {\r
249 <LibraryClasses>\r
250 PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf\r
251 }\r
8de84d42
AB
252\r
253 #\r
254 # Architectural Protocols\r
255 #\r
256 ArmPkg/Drivers/CpuDxe/CpuDxe.inf\r
257 MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf\r
258 MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {\r
259 <LibraryClasses>\r
260 NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf\r
261 }\r
262!if $(SECURE_BOOT_ENABLE) == TRUE\r
263 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {\r
264 <LibraryClasses>\r
265 NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf\r
266 }\r
267 SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf\r
268!else\r
269 MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf\r
270!endif\r
271 MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf\r
272 MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf\r
273 MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf\r
274 EmbeddedPkg/ResetRuntimeDxe/ResetRuntimeDxe.inf\r
7fba5299
AB
275 EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {\r
276 <LibraryClasses>\r
277 NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf\r
278 }\r
8de84d42
AB
279 EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf\r
280\r
281 MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf\r
282 MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf\r
283 MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf\r
284 MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf\r
285 MdeModulePkg/Universal/SerialDxe/SerialDxe.inf\r
286\r
287 MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf\r
288\r
289 ArmPkg/Drivers/ArmGic/ArmGicDxe.inf\r
ffced385
AB
290 ArmPkg/Drivers/TimerDxe/TimerDxe.inf {\r
291 <LibraryClasses>\r
292 NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf\r
293 }\r
8de84d42 294 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf\r
8de84d42
AB
295 MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf\r
296\r
297 #\r
298 # Platform Driver\r
299 #\r
57b6122f 300 ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf\r
44b9e615 301 ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf\r
0a8bc04e 302 ArmVirtPkg/HighMemDxe/HighMemDxe.inf\r
8de84d42
AB
303 OvmfPkg/VirtioBlkDxe/VirtioBlk.inf\r
304 OvmfPkg/VirtioScsiDxe/VirtioScsi.inf\r
305 OvmfPkg/VirtioNetDxe/VirtioNet.inf\r
0a8bc04e 306 OvmfPkg/VirtioRngDxe/VirtioRng.inf\r
8de84d42
AB
307\r
308 #\r
309 # FAT filesystem + GPT/MBR partitioning\r
310 #\r
311 MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf\r
312 MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf\r
313 MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf\r
42e3d9eb 314 FatPkg/EnhancedFatDxe/Fat.inf\r
8de84d42
AB
315\r
316 #\r
317 # Bds\r
318 #\r
319 MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf\r
320 MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf\r
321 MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf\r
98528385 322 MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf\r
2c8805bc
LE
323 MdeModulePkg/Universal/BdsDxe/BdsDxe.inf {\r
324 <LibraryClasses>\r
325 NULL|MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf\r
326 }\r
1946faa7
LE
327 MdeModulePkg/Application/UiApp/UiApp.inf {\r
328 <LibraryClasses>\r
329 NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf\r
330 NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf\r
331 NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf\r
332 }\r
8de84d42
AB
333\r
334 #\r
335 # SCSI Bus and Disk Driver\r
336 #\r
337 MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf\r
338 MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf\r
339\r
340 #\r
341 # SMBIOS Support\r
342 #\r
343 MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {\r
344 <LibraryClasses>\r
345 NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf\r
346 }\r
347 OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf\r
348\r
8de84d42
AB
349 #\r
350 # PCI support\r
351 #\r
352 ArmVirtPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf\r
ffea0a2c
AB
353 MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {\r
354 <LibraryClasses>\r
355 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
356 }\r
8de84d42 357 OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf\r
3898f492 358 OvmfPkg/Virtio10Dxe/Virtio10.inf\r
8de84d42
AB
359\r
360 #\r
361 # Video support\r
362 #\r
363 OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf {\r
364 <LibraryClasses>\r
365 BltLib|OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf\r
366 }\r
92f200c2 367 OvmfPkg/VirtioGpuDxe/VirtioGpu.inf\r
8de84d42
AB
368 OvmfPkg/PlatformDxe/Platform.inf\r
369\r
370 #\r
371 # USB Support\r
372 #\r
373 MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf\r
374 MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf\r
375 MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf\r
376 MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf\r
377 MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf\r
9940a804
AB
378\r
379[Components.AARCH64]\r
380 #\r
381 # ACPI Support\r
382 #\r
9940a804
AB
383 OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {\r
384 <LibraryClasses>\r
385 NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf\r
386 }\r