RDKQemu.dsc 16 KB

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