ArmVirtQemu.dsc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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/ArmVirtQemu-$(ARCH)
  20. SUPPORTED_ARCHITECTURES = AARCH64|ARM
  21. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  22. SKUID_IDENTIFIER = DEFAULT
  23. FLASH_DEFINITION = ArmVirtPkg/ArmVirtQemu.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. ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.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.PEIM]
  56. ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
  57. [LibraryClasses.common.DXE_DRIVER]
  58. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  59. [LibraryClasses.common.UEFI_DRIVER]
  60. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  61. ################################################################################
  62. #
  63. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  64. #
  65. ################################################################################
  66. [PcdsFeatureFlag.common]
  67. gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
  68. gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
  69. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  70. # It could be set FALSE to save size.
  71. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  72. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
  73. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  74. [PcdsFixedAtBuild.common]
  75. !if $(ARCH) == AARCH64
  76. gArmTokenSpaceGuid.PcdVFPEnabled|1
  77. !endif
  78. gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
  79. gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
  80. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
  81. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
  82. # Size of the region used by UEFI in permanent memory (Reserved 64MB)
  83. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
  84. #
  85. # ARM PrimeCell
  86. #
  87. ## PL011 - Serial Terminal
  88. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
  89. ## Default Terminal Type
  90. ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
  91. !if $(TTY_TERMINAL) == TRUE
  92. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  93. # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
  94. gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
  95. !else
  96. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
  97. !endif
  98. #
  99. # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
  100. #
  101. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
  102. !if $(HTTP_BOOT_ENABLE) == TRUE
  103. gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
  104. !endif
  105. # System Memory Base -- fixed at 0x4000_0000
  106. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
  107. # initial location of the device tree blob passed by QEMU -- base of DRAM
  108. gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
  109. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  110. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  111. #
  112. # The maximum physical I/O addressability of the processor, set with
  113. # BuildCpuHob().
  114. #
  115. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
  116. #
  117. # Enable the non-executable DXE stack. (This gets set up by DxeIpl)
  118. #
  119. gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
  120. !if $(SECURE_BOOT_ENABLE) == TRUE
  121. # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
  122. gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
  123. gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
  124. gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
  125. !endif
  126. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3
  127. [PcdsFixedAtBuild.AARCH64]
  128. # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
  129. # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
  130. # presence of the 32-bit entry point anyway (because many AARCH64 systems
  131. # don't have 32-bit addressable physical RAM), and the additional allocations
  132. # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
  133. # point only, for entry point versions >= 3.0.
  134. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
  135. # ACPI predates the AARCH64 architecture by 5 versions, so
  136. # we only target OSes that support ACPI v5.0 or later
  137. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
  138. [PcdsDynamicDefault.common]
  139. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
  140. ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
  141. # enumeration to complete before installing ACPI tables.
  142. gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
  143. # System Memory Size -- 1 MB initially, actual size will be fetched from DT
  144. gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
  145. gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
  146. gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
  147. gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
  148. gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
  149. #
  150. # ARM General Interrupt Controller
  151. #
  152. gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
  153. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
  154. gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
  155. ## PL031 RealTimeClock
  156. gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
  157. # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
  158. # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
  159. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
  160. gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
  161. #
  162. # Set video resolution for boot options and for text setup.
  163. # PlatformDxe can set the former at runtime.
  164. #
  165. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
  166. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
  167. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
  168. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
  169. #
  170. # SMBIOS entry point version
  171. #
  172. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
  173. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
  174. gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
  175. [PcdsDynamicHii]
  176. gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
  177. ################################################################################
  178. #
  179. # Components Section - list of all EDK II Modules needed by this Platform
  180. #
  181. ################################################################################
  182. [Components.common]
  183. #
  184. # PEI Phase modules
  185. #
  186. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  187. MdeModulePkg/Core/Pei/PeiMain.inf
  188. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  189. <LibraryClasses>
  190. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  191. }
  192. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  193. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  194. ArmPkg/Drivers/CpuPei/CpuPei.inf
  195. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  196. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  197. <LibraryClasses>
  198. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  199. }
  200. #
  201. # DXE
  202. #
  203. MdeModulePkg/Core/Dxe/DxeMain.inf {
  204. <LibraryClasses>
  205. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  206. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  207. }
  208. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  209. <LibraryClasses>
  210. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  211. }
  212. #
  213. # Architectural Protocols
  214. #
  215. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  216. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  217. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  218. <LibraryClasses>
  219. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  220. NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
  221. # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
  222. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  223. }
  224. !if $(SECURE_BOOT_ENABLE) == TRUE
  225. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
  226. <LibraryClasses>
  227. NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  228. }
  229. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
  230. !else
  231. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  232. !endif
  233. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  234. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  235. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  236. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  237. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
  238. <LibraryClasses>
  239. NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
  240. }
  241. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  242. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  243. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  244. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  245. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  246. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  247. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  248. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  249. ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
  250. <LibraryClasses>
  251. NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
  252. }
  253. ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
  254. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  255. #
  256. # Status Code Routing
  257. #
  258. MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
  259. #
  260. # Platform Driver
  261. #
  262. ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
  263. ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
  264. ArmVirtPkg/HighMemDxe/HighMemDxe.inf
  265. OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
  266. OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
  267. OvmfPkg/VirtioNetDxe/VirtioNet.inf
  268. OvmfPkg/VirtioRngDxe/VirtioRng.inf
  269. #
  270. # FAT filesystem + GPT/MBR partitioning + UDF filesystem
  271. #
  272. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  273. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  274. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  275. FatPkg/EnhancedFatDxe/Fat.inf
  276. MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
  277. #
  278. # Bds
  279. #
  280. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
  281. <LibraryClasses>
  282. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  283. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  284. }
  285. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  286. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  287. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  288. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  289. MdeModulePkg/Logo/LogoDxe.inf
  290. MdeModulePkg/Application/UiApp/UiApp.inf {
  291. <LibraryClasses>
  292. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  293. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  294. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  295. }
  296. #
  297. # Networking stack
  298. #
  299. MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
  300. MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
  301. MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
  302. MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
  303. MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
  304. MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
  305. MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
  306. MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
  307. NetworkPkg/TcpDxe/TcpDxe.inf
  308. NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
  309. NetworkPkg/IScsiDxe/IScsiDxe.inf
  310. !if $(NETWORK_IP6_ENABLE) == TRUE
  311. NetworkPkg/Ip6Dxe/Ip6Dxe.inf
  312. NetworkPkg/Udp6Dxe/Udp6Dxe.inf
  313. NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
  314. NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
  315. !endif
  316. !if $(HTTP_BOOT_ENABLE) == TRUE
  317. NetworkPkg/DnsDxe/DnsDxe.inf
  318. NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
  319. NetworkPkg/HttpDxe/HttpDxe.inf
  320. NetworkPkg/HttpBootDxe/HttpBootDxe.inf
  321. !endif
  322. #
  323. # SCSI Bus and Disk Driver
  324. #
  325. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  326. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  327. #
  328. # SMBIOS Support
  329. #
  330. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
  331. <LibraryClasses>
  332. NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
  333. }
  334. OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
  335. #
  336. # PCI support
  337. #
  338. ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
  339. <LibraryClasses>
  340. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  341. }
  342. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  343. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
  344. <LibraryClasses>
  345. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  346. }
  347. OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
  348. OvmfPkg/Virtio10Dxe/Virtio10.inf
  349. #
  350. # Video support
  351. #
  352. OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
  353. OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
  354. OvmfPkg/PlatformDxe/Platform.inf
  355. #
  356. # USB Support
  357. #
  358. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  359. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  360. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  361. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  362. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  363. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  364. #
  365. # ACPI Support
  366. #
  367. ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
  368. [Components.AARCH64]
  369. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  370. OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
  371. <LibraryClasses>
  372. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  373. }