ArmVirtQemuKernel.dsc 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. #
  2. # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
  3. # Copyright (c) 2014, Linaro Limited. All rights reserved.
  4. # Copyright (c) 2015 - 2020, 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. #
  31. # Network definition
  32. #
  33. DEFINE NETWORK_IP6_ENABLE = FALSE
  34. DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE
  35. DEFINE NETWORK_SNP_ENABLE = FALSE
  36. DEFINE NETWORK_TLS_ENABLE = FALSE
  37. DEFINE NETWORK_ALLOW_HTTP_CONNECTIONS = TRUE
  38. DEFINE NETWORK_ISCSI_ENABLE = FALSE
  39. !if $(NETWORK_SNP_ENABLE) == TRUE
  40. !error "NETWORK_SNP_ENABLE is IA32/X64/EBC only"
  41. !endif
  42. !include NetworkPkg/NetworkDefines.dsc.inc
  43. !include ArmVirtPkg/ArmVirt.dsc.inc
  44. !include MdePkg/MdeLibs.dsc.inc
  45. [LibraryClasses.common]
  46. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  47. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  48. # Virtio Support
  49. VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
  50. VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
  51. QemuFwCfgLib|OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibMmio.inf
  52. QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
  53. QemuFwCfgSimpleParserLib|OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParserLib.inf
  54. QemuLoadImageLib|OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.inf
  55. ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoLib.inf
  56. TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  57. VirtNorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
  58. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  59. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  60. PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  61. PlatformBmPrintScLib|OvmfPkg/Library/PlatformBmPrintScLib/PlatformBmPrintScLib.inf
  62. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  63. FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
  64. QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
  65. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  66. PciPcdProducerLib|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  67. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  68. PciHostBridgeLib|OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
  69. PciHostBridgeUtilityLib|OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.inf
  70. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  71. TpmPlatformHierarchyLib|SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLibNull/PeiDxeTpmPlatformHierarchyLib.inf
  72. [LibraryClasses.common.DXE_DRIVER]
  73. ReportStatusCodeLib|MdeModulePkg/Library/DxeReportStatusCodeLib/DxeReportStatusCodeLib.inf
  74. [LibraryClasses.common.UEFI_DRIVER]
  75. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  76. [BuildOptions]
  77. !include NetworkPkg/NetworkBuildOptions.dsc.inc
  78. #
  79. # We need to avoid jump tables in SEC modules, so that the PE/COFF
  80. # self-relocation code itself is guaranteed to be position independent.
  81. #
  82. GCC:*_*_*_CC_FLAGS = -fno-jump-tables
  83. ################################################################################
  84. #
  85. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  86. #
  87. ################################################################################
  88. [PcdsFeatureFlag.common]
  89. gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
  90. gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
  91. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  92. # It could be set FALSE to save size.
  93. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  94. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
  95. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  96. [PcdsFixedAtBuild.common]
  97. !if $(ARCH) == AARCH64
  98. gArmTokenSpaceGuid.PcdVFPEnabled|1
  99. !endif
  100. gArmPlatformTokenSpaceGuid.PcdCPUCorePrimaryStackSize|0x4000
  101. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVariableSize|0x2000
  102. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxAuthVariableSize|0x2800
  103. !if $(NETWORK_TLS_ENABLE) == TRUE
  104. #
  105. # The cumulative and individual VOLATILE variable size limits should be set
  106. # high enough for accommodating several and/or large CA certificates.
  107. #
  108. gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize|0x80000
  109. gEfiMdeModulePkgTokenSpaceGuid.PcdMaxVolatileVariableSize|0x40000
  110. !endif
  111. # Size of the region used by UEFI in permanent memory (Reserved 64MB)
  112. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
  113. #
  114. # ARM PrimeCell
  115. #
  116. ## PL011 - Serial Terminal
  117. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
  118. ## Default Terminal Type
  119. ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
  120. !if $(TTY_TERMINAL) == TRUE
  121. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  122. # Set terminal type to TtyTerm, the value encoded is EFI_TTY_TERM_GUID
  123. gArmVirtTokenSpaceGuid.PcdTerminalTypeGuidBuffer|{0x80, 0x6d, 0x91, 0x7d, 0xb1, 0x5b, 0x8c, 0x45, 0xa4, 0x8f, 0xe2, 0x5f, 0xdd, 0x51, 0xef, 0x94}
  124. !else
  125. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
  126. !endif
  127. #
  128. # ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
  129. #
  130. gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
  131. #
  132. # Network Pcds
  133. #
  134. !include NetworkPkg/NetworkPcds.dsc.inc
  135. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  136. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  137. #
  138. # The maximum physical I/O addressability of the processor, set with
  139. # BuildCpuHob().
  140. #
  141. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
  142. !if $(SECURE_BOOT_ENABLE) == TRUE
  143. # override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
  144. gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
  145. gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
  146. gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
  147. !endif
  148. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|3
  149. gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x20000
  150. [PcdsPatchableInModule.common]
  151. # we need to provide a resolution for this PCD that supports PcdSet64()
  152. # being called from ArmVirtPkg/Library/PlatformPeiLib/PlatformPeiLib.c,
  153. # even though that call will be compiled out on this platform as it does
  154. # not (and cannot) support the TPM2 driver stack
  155. gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress|0x0
  156. #
  157. # This will be overridden in the code
  158. #
  159. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x0
  160. gArmTokenSpaceGuid.PcdSystemMemorySize|0x0
  161. #
  162. # Define a default initial address for the device tree.
  163. # Ignored if x0 != 0 at entry.
  164. #
  165. gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
  166. gArmTokenSpaceGuid.PcdFdBaseAddress|0x0
  167. gArmTokenSpaceGuid.PcdFvBaseAddress|0x0
  168. [PcdsDynamicDefault.common]
  169. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
  170. ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
  171. # enumeration to complete before installing ACPI tables.
  172. gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
  173. gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
  174. gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
  175. gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
  176. gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
  177. #
  178. # ARM General Interrupt Controller
  179. #
  180. gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
  181. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
  182. gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
  183. ## PL031 RealTimeClock
  184. gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
  185. # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
  186. # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
  187. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
  188. gEfiMdePkgTokenSpaceGuid.PcdPciIoTranslation|0x0
  189. #
  190. # Set video resolution for boot options and for text setup.
  191. # PlatformDxe can set the former at runtime.
  192. #
  193. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|1280
  194. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|800
  195. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
  196. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
  197. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow|0
  198. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn|0
  199. #
  200. # SMBIOS entry point version
  201. #
  202. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
  203. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
  204. gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
  205. #
  206. # IPv4 and IPv6 PXE Boot support.
  207. #
  208. gEfiNetworkPkgTokenSpaceGuid.PcdIPv4PXESupport|0x01
  209. gEfiNetworkPkgTokenSpaceGuid.PcdIPv6PXESupport|0x01
  210. ################################################################################
  211. #
  212. # Components Section - list of all EDK II Modules needed by this Platform
  213. #
  214. ################################################################################
  215. [Components.common]
  216. #
  217. # PEI Phase modules
  218. #
  219. ArmVirtPkg/PrePi/ArmVirtPrePiUniCoreRelocatable.inf {
  220. <LibraryClasses>
  221. ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
  222. LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  223. PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
  224. HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
  225. PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
  226. MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
  227. }
  228. #
  229. # DXE
  230. #
  231. MdeModulePkg/Core/Dxe/DxeMain.inf {
  232. <LibraryClasses>
  233. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  234. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  235. }
  236. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  237. <LibraryClasses>
  238. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  239. }
  240. #
  241. # Architectural Protocols
  242. #
  243. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  244. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  245. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  246. <LibraryClasses>
  247. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  248. NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
  249. # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
  250. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  251. }
  252. !if $(SECURE_BOOT_ENABLE) == TRUE
  253. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
  254. <LibraryClasses>
  255. NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  256. }
  257. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
  258. OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.inf
  259. !else
  260. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  261. !endif
  262. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  263. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  264. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  265. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  266. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
  267. <LibraryClasses>
  268. NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
  269. }
  270. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  271. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  272. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  273. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  274. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  275. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  276. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  277. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  278. ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
  279. <LibraryClasses>
  280. NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
  281. }
  282. OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.inf {
  283. <LibraryClasses>
  284. # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
  285. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  286. }
  287. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  288. #
  289. # Status Code Routing
  290. #
  291. MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.inf
  292. #
  293. # Platform Driver
  294. #
  295. OvmfPkg/Fdt/VirtioFdtDxe/VirtioFdtDxe.inf
  296. EmbeddedPkg/Drivers/FdtClientDxe/FdtClientDxe.inf
  297. OvmfPkg/Fdt/HighMemDxe/HighMemDxe.inf
  298. OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
  299. OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
  300. OvmfPkg/VirtioNetDxe/VirtioNet.inf
  301. OvmfPkg/VirtioRngDxe/VirtioRng.inf
  302. #
  303. # FAT filesystem + GPT/MBR partitioning + UDF filesystem + virtio-fs
  304. #
  305. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  306. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  307. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  308. FatPkg/EnhancedFatDxe/Fat.inf
  309. MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
  310. OvmfPkg/VirtioFsDxe/VirtioFsDxe.inf
  311. #
  312. # Bds
  313. #
  314. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
  315. <LibraryClasses>
  316. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  317. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  318. }
  319. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  320. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  321. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  322. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  323. MdeModulePkg/Logo/LogoDxe.inf
  324. MdeModulePkg/Application/UiApp/UiApp.inf {
  325. <LibraryClasses>
  326. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  327. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  328. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  329. }
  330. OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.inf {
  331. <LibraryClasses>
  332. NULL|OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierLibNull.inf
  333. }
  334. #
  335. # Networking stack
  336. #
  337. !include NetworkPkg/NetworkComponents.dsc.inc
  338. NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf {
  339. <LibraryClasses>
  340. NULL|OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcdProducerLib.inf
  341. }
  342. !if $(NETWORK_TLS_ENABLE) == TRUE
  343. NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf {
  344. <LibraryClasses>
  345. NULL|OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.inf
  346. }
  347. !endif
  348. #
  349. # SCSI Bus and Disk Driver
  350. #
  351. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  352. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  353. #
  354. # NVME Driver
  355. #
  356. MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
  357. #
  358. # SMBIOS Support
  359. #
  360. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
  361. <LibraryClasses>
  362. NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
  363. }
  364. OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
  365. #
  366. # PCI support
  367. #
  368. ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
  369. <LibraryClasses>
  370. NULL|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  371. }
  372. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  373. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
  374. <LibraryClasses>
  375. NULL|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  376. }
  377. OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.inf
  378. OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
  379. OvmfPkg/Virtio10Dxe/Virtio10.inf
  380. #
  381. # Video support
  382. #
  383. OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
  384. OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
  385. OvmfPkg/PlatformDxe/Platform.inf
  386. #
  387. # USB Support
  388. #
  389. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  390. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  391. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  392. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  393. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  394. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  395. #
  396. # ACPI Support
  397. #
  398. OvmfPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
  399. [Components.AARCH64]
  400. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  401. OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf {
  402. <LibraryClasses>
  403. NULL|OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  404. }