ArmVirtQemuKernel.dsc 16 KB

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