ArmVirtQemu.dsc 17 KB

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