RDKQemu.dsc 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. #
  2. # Copyright (c) 2011-2015, ARM Limited. All rights reserved.
  3. # Copyright (c) 2014 - 2018, 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 = RdkQemu
  22. PLATFORM_GUID = 2D89EF13-B604-4550-B080-5E2E5E382854
  23. PLATFORM_VERSION = 0.1
  24. DSC_SPECIFICATION = 0x00010005
  25. OUTPUT_DIRECTORY = Build/RDK-$(ARCH)
  26. SUPPORTED_ARCHITECTURES = AARCH64|ARM
  27. BUILD_TARGETS = DEBUG|RELEASE
  28. SKUID_IDENTIFIER = DEFAULT
  29. FLASH_DEFINITION = Platform/Comcast/RDKQemu/RDKQemu.fdf
  30. #
  31. # Defines for default states. These can be changed on the command line.
  32. # -D FLAG=VALUE
  33. #
  34. DEFINE SECURE_BOOT_ENABLE = TRUE
  35. DEFINE HTTP_BOOT_ENABLE = TRUE
  36. !include ArmVirtPkg/ArmVirt.dsc.inc
  37. [LibraryClasses.common]
  38. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  39. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  40. # Virtio Support
  41. VirtioLib|OvmfPkg/Library/VirtioLib/VirtioLib.inf
  42. VirtioMmioDeviceLib|OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceLib.inf
  43. QemuFwCfgLib|ArmVirtPkg/Library/QemuFwCfgLib/QemuFwCfgLib.inf
  44. QemuFwCfgS3Lib|OvmfPkg/Library/QemuFwCfgS3Lib/BaseQemuFwCfgS3LibNull.inf
  45. ArmPlatformLib|ArmPlatformPkg/Library/ArmPlatformLibNull/ArmPlatformLibNull.inf
  46. TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf
  47. NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf
  48. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  49. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  50. PlatformBootManagerLib|ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  51. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  52. FrameBufferBltLib|MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf
  53. QemuBootOrderLib|OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.inf
  54. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  55. PciPcdProducerLib|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  56. PciSegmentLib|MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
  57. PciHostBridgeLib|ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf
  58. RdkBootManagerLib|Platform/Comcast/Library/RdkBootManagerLib/RdkBootManagerLib.inf
  59. !if $(HTTP_BOOT_ENABLE) == TRUE
  60. HttpLib|MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.inf
  61. !endif
  62. [LibraryClasses.common.PEIM]
  63. ArmVirtMemInfoLib|ArmVirtPkg/Library/QemuVirtMemInfoLib/QemuVirtMemInfoPeiLib.inf
  64. [LibraryClasses.common.UEFI_DRIVER]
  65. UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf
  66. ################################################################################
  67. #
  68. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  69. #
  70. ################################################################################
  71. [PcdsFeatureFlag.common]
  72. gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderPciTranslation|TRUE
  73. gUefiOvmfPkgTokenSpaceGuid.PcdQemuBootOrderMmioTranslation|TRUE
  74. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  75. # It could be set FALSE to save size.
  76. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  77. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport|FALSE
  78. [PcdsFixedAtBuild.common]
  79. gArmPlatformTokenSpaceGuid.PcdCoreCount|1
  80. !if $(ARCH) == AARCH64
  81. gArmTokenSpaceGuid.PcdVFPEnabled|1
  82. !endif
  83. gArmPlatformTokenSpaceGuid.PcdCPUCoresStackBase|0x4007c000
  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. ## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
  90. gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
  91. #
  92. # ARM PrimeCell
  93. #
  94. ## PL011 - Serial Terminal
  95. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400
  96. ## Default Terminal Type
  97. ## 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
  98. !if $(TTY_TERMINAL) == TRUE
  99. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  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. # System Memory Base -- fixed at 0x4000_0000
  111. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x40000000
  112. # initial location of the device tree blob passed by QEMU -- base of DRAM
  113. gArmVirtTokenSpaceGuid.PcdDeviceTreeInitialBaseAddress|0x40000000
  114. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  115. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  116. #
  117. # The maximum physical I/O addressability of the processor, set with
  118. # BuildCpuHob().
  119. #
  120. gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
  121. #
  122. # RdkPkg Pcds
  123. #
  124. # system partition name is nothing but rootfs partition, used only in Http boot (DRI)
  125. gRdkTokenSpaceGuid.PcdRdkSystemPartitionName|"VenHw(837DCA9E-E874-4D82-B29A-23FE0E23D1E2,003E000A00000000)"
  126. gRdkTokenSpaceGuid.PcdRdkCmdLineArgs|"root=/dev/vda"
  127. gRdkTokenSpaceGuid.PcdRdkConfFileName|L"Rdk.conf"
  128. gRdkTokenSpaceGuid.PcdRdkConfFileDevicePath|L"PciRoot(0x0)/Pci(0x2,0x0)"
  129. [PcdsFixedAtBuild.AARCH64]
  130. # KVM limits it IPA space to 40 bits (1 TB), so there is no need to
  131. # support anything bigger, even if the host hardware does
  132. gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
  133. # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
  134. # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
  135. # presence of the 32-bit entry point anyway (because many AARCH64 systems
  136. # don't have 32-bit addressable physical RAM), and the additional allocations
  137. # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
  138. # point only, for entry point versions >= 3.0.
  139. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
  140. # ACPI predates the AARCH64 architecture by 5 versions, so
  141. # we only target OSes that support ACPI v5.0 or later
  142. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
  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. # System Memory Size -- 1 MB initially, actual size will be fetched from DT
  149. gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
  150. gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
  151. gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
  152. gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
  153. gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
  154. #
  155. # ARM General Interrupt Controller
  156. #
  157. gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
  158. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
  159. gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
  160. ## PL031 RealTimeClock
  161. gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
  162. # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
  163. # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
  164. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
  165. gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
  166. #
  167. # Set video resolution for boot options and for text setup.
  168. # PlatformDxe can set the former at runtime.
  169. #
  170. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
  171. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
  172. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
  173. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
  174. #
  175. # SMBIOS entry point version
  176. #
  177. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
  178. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
  179. gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
  180. [PcdsDynamicHii]
  181. gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
  182. ################################################################################
  183. #
  184. # Components Section - list of all EDK II Modules needed by this Platform
  185. #
  186. ################################################################################
  187. [Components.common]
  188. #
  189. # PEI Phase modules
  190. #
  191. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  192. MdeModulePkg/Core/Pei/PeiMain.inf
  193. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  194. <LibraryClasses>
  195. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  196. }
  197. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  198. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  199. ArmPkg/Drivers/CpuPei/CpuPei.inf
  200. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  201. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  202. <LibraryClasses>
  203. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  204. }
  205. #
  206. # DXE
  207. #
  208. MdeModulePkg/Core/Dxe/DxeMain.inf {
  209. <LibraryClasses>
  210. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  211. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  212. }
  213. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  214. <LibraryClasses>
  215. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  216. }
  217. #
  218. # Architectural Protocols
  219. #
  220. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  221. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  222. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  223. <LibraryClasses>
  224. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  225. NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
  226. # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
  227. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  228. }
  229. !if $(SECURE_BOOT_ENABLE) == TRUE
  230. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
  231. <LibraryClasses>
  232. NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  233. }
  234. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
  235. !else
  236. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  237. !endif
  238. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  239. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  240. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  241. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  242. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
  243. <LibraryClasses>
  244. NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
  245. }
  246. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  247. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  248. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  249. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  250. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  251. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  252. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  253. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  254. ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
  255. <LibraryClasses>
  256. NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
  257. }
  258. ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
  259. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  260. #
  261. # Platform Driver
  262. #
  263. ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
  264. ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
  265. ArmVirtPkg/HighMemDxe/HighMemDxe.inf
  266. OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
  267. OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
  268. OvmfPkg/VirtioNetDxe/VirtioNet.inf
  269. OvmfPkg/VirtioRngDxe/VirtioRng.inf
  270. #
  271. # FAT filesystem + GPT/MBR partitioning + UDF filesystem
  272. #
  273. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  274. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  275. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  276. FatPkg/EnhancedFatDxe/Fat.inf
  277. MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
  278. #
  279. # Bds
  280. #
  281. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
  282. <LibraryClasses>
  283. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  284. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  285. }
  286. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  287. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  288. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  289. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  290. MdeModulePkg/Logo/LogoDxe.inf
  291. MdeModulePkg/Application/UiApp/UiApp.inf {
  292. <LibraryClasses>
  293. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  294. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  295. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  296. }
  297. #
  298. # Networking stack
  299. #
  300. MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
  301. MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
  302. MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
  303. MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
  304. MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
  305. MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
  306. MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
  307. MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
  308. NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
  309. NetworkPkg/TcpDxe/TcpDxe.inf
  310. NetworkPkg/IScsiDxe/IScsiDxe.inf
  311. !if $(NETWORK_IP6_ENABLE) == TRUE
  312. NetworkPkg/Ip6Dxe/Ip6Dxe.inf
  313. NetworkPkg/Udp6Dxe/Udp6Dxe.inf
  314. NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
  315. NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
  316. !endif
  317. !if $(HTTP_BOOT_ENABLE) == TRUE
  318. NetworkPkg/DnsDxe/DnsDxe.inf
  319. NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
  320. NetworkPkg/HttpDxe/HttpDxe.inf
  321. NetworkPkg/HttpBootDxe/HttpBootDxe.inf
  322. !endif
  323. #
  324. # SCSI Bus and Disk Driver
  325. #
  326. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  327. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  328. #
  329. # SMBIOS Support
  330. #
  331. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
  332. <LibraryClasses>
  333. NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
  334. }
  335. OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
  336. #
  337. # PCI support
  338. #
  339. ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
  340. <LibraryClasses>
  341. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  342. }
  343. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  344. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
  345. <LibraryClasses>
  346. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  347. }
  348. OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
  349. OvmfPkg/Virtio10Dxe/Virtio10.inf
  350. #
  351. # Video support
  352. #
  353. OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
  354. OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
  355. OvmfPkg/PlatformDxe/Platform.inf
  356. #
  357. # USB Support
  358. #
  359. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  360. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  361. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  362. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  363. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  364. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  365. #
  366. # ACPI Support
  367. #
  368. ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
  369. #
  370. # RdkPkg
  371. #
  372. Platform/Comcast/Application/Dri/Dri.inf
  373. Platform/Comcast/Application/SecureBoot/SecureBoot.inf
  374. Platform/Comcast/Application/DriSecureBoot/DriSecureBoot.inf
  375. [Components.AARCH64]
  376. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  377. OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
  378. <LibraryClasses>
  379. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  380. }
  381. [PcdsFixedAtBuild]
  382. gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
  383. [BuildOptions]
  384. GCC:*_*_*_CC_FLAGS = -UDISABLE_NEW_DEPRECATED_INTERFACES