RDKQemu.dsc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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. #
  30. # Network definition
  31. #
  32. DEFINE NETWORK_SNP_ENABLE = FALSE
  33. DEFINE NETWORK_TLS_ENABLE = FALSE
  34. DEFINE NETWORK_IP6_ENABLE = FALSE
  35. DEFINE NETWORK_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. # Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
  131. # if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
  132. # presence of the 32-bit entry point anyway (because many AARCH64 systems
  133. # don't have 32-bit addressable physical RAM), and the additional allocations
  134. # below 4 GB needlessly fragment the memory map. So expose the 64-bit entry
  135. # point only, for entry point versions >= 3.0.
  136. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
  137. # ACPI predates the AARCH64 architecture by 5 versions, so
  138. # we only target OSes that support ACPI v5.0 or later
  139. gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiExposedTableVersions|0x20
  140. [PcdsDynamicDefault.common]
  141. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
  142. ## If TRUE, OvmfPkg/AcpiPlatformDxe will not wait for PCI
  143. # enumeration to complete before installing ACPI tables.
  144. gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration|TRUE
  145. # System Memory Size -- 1 MB initially, actual size will be fetched from DT
  146. gArmTokenSpaceGuid.PcdSystemMemorySize|0x00100000
  147. gArmTokenSpaceGuid.PcdArmArchTimerSecIntrNum|0x0
  148. gArmTokenSpaceGuid.PcdArmArchTimerIntrNum|0x0
  149. gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|0x0
  150. gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|0x0
  151. #
  152. # ARM General Interrupt Controller
  153. #
  154. gArmTokenSpaceGuid.PcdGicDistributorBase|0x0
  155. gArmTokenSpaceGuid.PcdGicRedistributorsBase|0x0
  156. gArmTokenSpaceGuid.PcdGicInterruptInterfaceBase|0x0
  157. ## PL031 RealTimeClock
  158. gArmPlatformTokenSpaceGuid.PcdPL031RtcBase|0x0
  159. # set PcdPciExpressBaseAddress to MAX_UINT64, which signifies that this
  160. # PCD and PcdPciDisableBusEnumeration above have not been assigned yet
  161. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress|0xFFFFFFFFFFFFFFFF
  162. gArmTokenSpaceGuid.PcdPciIoTranslation|0x0
  163. #
  164. # Set video resolution for boot options and for text setup.
  165. # PlatformDxe can set the former at runtime.
  166. #
  167. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution|800
  168. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution|600
  169. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution|640
  170. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution|480
  171. #
  172. # SMBIOS entry point version
  173. #
  174. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosVersion|0x0300
  175. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosDocRev|0x0
  176. gUefiOvmfPkgTokenSpaceGuid.PcdQemuSmbiosValidated|FALSE
  177. [PcdsDynamicHii]
  178. gArmVirtTokenSpaceGuid.PcdForceNoAcpi|L"ForceNoAcpi"|gArmVirtVariableGuid|0x0|FALSE|NV,BS
  179. ################################################################################
  180. #
  181. # Components Section - list of all EDK II Modules needed by this Platform
  182. #
  183. ################################################################################
  184. [Components.common]
  185. #
  186. # PEI Phase modules
  187. #
  188. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  189. MdeModulePkg/Core/Pei/PeiMain.inf
  190. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  191. <LibraryClasses>
  192. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  193. }
  194. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  195. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  196. ArmPkg/Drivers/CpuPei/CpuPei.inf
  197. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  198. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  199. <LibraryClasses>
  200. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  201. }
  202. #
  203. # DXE
  204. #
  205. MdeModulePkg/Core/Dxe/DxeMain.inf {
  206. <LibraryClasses>
  207. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  208. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  209. }
  210. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  211. <LibraryClasses>
  212. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  213. }
  214. #
  215. # Architectural Protocols
  216. #
  217. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  218. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  219. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  220. <LibraryClasses>
  221. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  222. NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
  223. # don't use unaligned CopyMem () on the UEFI varstore NOR flash region
  224. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  225. }
  226. !if $(SECURE_BOOT_ENABLE) == TRUE
  227. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
  228. <LibraryClasses>
  229. NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  230. }
  231. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
  232. !else
  233. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  234. !endif
  235. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  236. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  237. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  238. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  239. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
  240. <LibraryClasses>
  241. NULL|ArmVirtPkg/Library/ArmVirtPL031FdtClientLib/ArmVirtPL031FdtClientLib.inf
  242. }
  243. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  244. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  245. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  246. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  247. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  248. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  249. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  250. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  251. ArmPkg/Drivers/TimerDxe/TimerDxe.inf {
  252. <LibraryClasses>
  253. NULL|ArmVirtPkg/Library/ArmVirtTimerFdtClientLib/ArmVirtTimerFdtClientLib.inf
  254. }
  255. ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf
  256. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  257. #
  258. # Platform Driver
  259. #
  260. ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
  261. ArmVirtPkg/FdtClientDxe/FdtClientDxe.inf
  262. ArmVirtPkg/HighMemDxe/HighMemDxe.inf
  263. OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
  264. OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
  265. OvmfPkg/VirtioNetDxe/VirtioNet.inf
  266. OvmfPkg/VirtioRngDxe/VirtioRng.inf
  267. #
  268. # FAT filesystem + GPT/MBR partitioning + UDF filesystem
  269. #
  270. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  271. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  272. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  273. FatPkg/EnhancedFatDxe/Fat.inf
  274. MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe.inf
  275. #
  276. # Bds
  277. #
  278. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
  279. <LibraryClasses>
  280. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  281. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  282. }
  283. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  284. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  285. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  286. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  287. MdeModulePkg/Logo/LogoDxe.inf
  288. MdeModulePkg/Application/UiApp/UiApp.inf {
  289. <LibraryClasses>
  290. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  291. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  292. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  293. }
  294. #
  295. # Networking stack
  296. #
  297. !include NetworkPkg/Network.dsc.inc
  298. #
  299. # SCSI Bus and Disk Driver
  300. #
  301. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  302. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  303. #
  304. # SMBIOS Support
  305. #
  306. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
  307. <LibraryClasses>
  308. NULL|OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.inf
  309. }
  310. OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.inf
  311. #
  312. # PCI support
  313. #
  314. ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf {
  315. <LibraryClasses>
  316. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  317. }
  318. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
  319. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf {
  320. <LibraryClasses>
  321. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  322. }
  323. OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe.inf
  324. OvmfPkg/Virtio10Dxe/Virtio10.inf
  325. #
  326. # Video support
  327. #
  328. OvmfPkg/QemuRamfbDxe/QemuRamfbDxe.inf
  329. OvmfPkg/VirtioGpuDxe/VirtioGpu.inf
  330. OvmfPkg/PlatformDxe/Platform.inf
  331. #
  332. # USB Support
  333. #
  334. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  335. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  336. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  337. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  338. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  339. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  340. #
  341. # ACPI Support
  342. #
  343. ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
  344. #
  345. # RdkPkg
  346. #
  347. Platform/Comcast/Application/Dri/Dri.inf
  348. Platform/Comcast/Application/SecureBoot/SecureBoot.inf
  349. Platform/Comcast/Application/DriSecureBoot/DriSecureBoot.inf
  350. [Components.AARCH64]
  351. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  352. OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf {
  353. <LibraryClasses>
  354. NULL|ArmVirtPkg/Library/FdtPciPcdProducerLib/FdtPciPcdProducerLib.inf
  355. }
  356. [PcdsFixedAtBuild]
  357. gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
  358. [BuildOptions]
  359. GCC:*_*_*_CC_FLAGS = -UDISABLE_NEW_DEPRECATED_INTERFACES