ArmVirtQemuKernel.dsc 16 KB

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