DeveloperBox.dsc 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. #
  2. # Copyright (c) 2013-2014, ARM Limited. All rights reserved.
  3. # Copyright (c) 2017, Linaro Limited. All rights reserved.
  4. #
  5. # This program and the accompanying materials
  6. # are licensed and made available under the terms and conditions of the BSD License
  7. # which accompanies this distribution. The full text of the license may be found at
  8. # http://opensource.org/licenses/bsd-license.php
  9. #
  10. # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
  12. #
  13. ################################################################################
  14. #
  15. # Defines Section - statements that will be processed to create a Makefile.
  16. #
  17. ################################################################################
  18. [Defines]
  19. PLATFORM_NAME = DeveloperBox
  20. PLATFORM_GUID = d32612b4-e1c5-431f-823a-fa1aa7b9deb7
  21. PLATFORM_VERSION = 0.1
  22. DSC_SPECIFICATION = 0x0001001B
  23. OUTPUT_DIRECTORY = Build/$(PLATFORM_NAME)
  24. SUPPORTED_ARCHITECTURES = AARCH64|ARM
  25. BUILD_TARGETS = DEBUG|RELEASE
  26. SKUID_IDENTIFIER = DEFAULT
  27. FLASH_DEFINITION = Platform/Socionext/DeveloperBox/DeveloperBox.fdf
  28. BUILD_NUMBER = 1
  29. DEFINE DEBUG_ON_UART1 = FALSE
  30. DEFINE SECURE_BOOT_ENABLE = FALSE
  31. DEFINE X64EMU_ENABLE = FALSE
  32. !include Platform/Socionext/DeveloperBox/DeveloperBox.dsc.inc
  33. [LibraryClasses]
  34. !if $(DEBUG_ON_UART1) == FALSE
  35. SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  36. !else
  37. SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.inf
  38. PlatformHookLib|MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.inf
  39. PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
  40. PciExpressLib|MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
  41. !endif
  42. [LibraryClasses.common.SEC]
  43. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  44. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  45. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  46. ArmGicArchLib|ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf
  47. [LibraryClasses.common.PEI_CORE, LibraryClasses.common.PEIM]
  48. PcdLib|MdePkg/Library/PeiPcdLib/PeiPcdLib.inf
  49. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  50. HobLib|MdePkg/Library/PeiHobLib/PeiHobLib.inf
  51. PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
  52. MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
  53. ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf
  54. PeiServicesTablePointerLib|ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
  55. [LibraryClasses.common.PEI_CORE]
  56. PeiCoreEntryPoint|MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf
  57. [LibraryClasses.common.PEIM]
  58. PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
  59. MemoryInitPeiLib|Silicon/Socionext/SynQuacer/Library/SynQuacerMemoryInitPeiLib/SynQuacerMemoryInitPeiLib.inf
  60. PlatformPeiLib|Silicon/Socionext/SynQuacer/Library/SynQuacerPlatformPeiLib/SynQuacerPlatformPeiLib.inf
  61. [LibraryClasses.common.DXE_CORE]
  62. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  63. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  64. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  65. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  66. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  67. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  68. [LibraryClasses.common.DXE_DRIVER]
  69. DtPlatformDtbLoaderLib|Silicon/Socionext/SynQuacer/Library/SynQuacerDtbLoaderLib/SynQuacerDtbLoaderLib.inf
  70. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  71. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  72. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  73. #
  74. # Firmware update
  75. #
  76. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf
  77. DisplayUpdateProgressLib|MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.inf
  78. EdkiiSystemCapsuleLib|SignedCapsulePkg/Library/EdkiiSystemCapsuleLib/EdkiiSystemCapsuleLib.inf
  79. FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.inf
  80. PlatformFlashAccessLib|Silicon/Socionext/SynQuacer/Library/SynQuacerPlatformFlashAccessLib/SynQuacerPlatformFlashAccessLib.inf
  81. IniParsingLib|SignedCapsulePkg/Library/IniParsingLib/IniParsingLib.inf
  82. #
  83. # PCI
  84. #
  85. PciSegmentLib|Silicon/Socionext/SynQuacer/Library/SynQuacerPciSegmentLib/SynQuacerPciSegmentLib.inf
  86. PciHostBridgeLib|Silicon/Socionext/SynQuacer/Library/SynQuacerPciHostBridgeLib/SynQuacerPciHostBridgeLib.inf
  87. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  88. [LibraryClasses.common.UEFI_APPLICATION]
  89. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  90. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  91. # UiApp dependencies
  92. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  93. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  94. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  95. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  96. ShellCEntryLib|ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.inf
  97. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  98. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  99. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  100. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  101. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  102. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeRuntimeCapsuleLib.inf
  103. ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSystemLib.inf
  104. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  105. !if $(TARGET) != RELEASE
  106. DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibSerialPort.inf
  107. !endif
  108. [LibraryClasses.ARM]
  109. ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf
  110. ################################################################################
  111. #
  112. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  113. #
  114. ################################################################################
  115. [PcdsFixedAtBuild]
  116. #
  117. # NETSEC Info
  118. #
  119. gEfiNetworkPkgTokenSpaceGuid.PcdAllowHttpConnections|TRUE
  120. gNetsecDxeTokenSpaceGuid.PcdEncTxDescNum|128
  121. gNetsecDxeTokenSpaceGuid.PcdDecRxDescNum|128
  122. gNetsecDxeTokenSpaceGuid.PcdJumboPacket|0
  123. gNetsecDxeTokenSpaceGuid.PcdFlowCtrl|0
  124. gNetsecDxeTokenSpaceGuid.PcdFlowCtrlStartThreshold|36
  125. gNetsecDxeTokenSpaceGuid.PcdFlowCtrlStopThreshold|48
  126. gNetsecDxeTokenSpaceGuid.PcdPauseTime|256
  127. gSynQuacerTokenSpaceGuid.PcdNetsecEepromBase|0x08080000
  128. gSynQuacerTokenSpaceGuid.PcdNetsecPhyAddress|7
  129. # set DIP switch DSW3-PIN1 (GPIO pin PD[0] on the SoC) to clear the varstore
  130. gSynQuacerTokenSpaceGuid.PcdClearSettingsGpioPin|0
  131. gSynQuacerTokenSpaceGuid.PcdDramInfoBase|0x2E00FFC0
  132. #
  133. # 96boards mezzanine support
  134. #
  135. g96BoardsTokenSpaceGuid.PcdI2c0Parent|"/i2c@51210000"
  136. g96BoardsTokenSpaceGuid.PcdI2c0BusFrequencyHz|100000
  137. g96BoardsTokenSpaceGuid.PcdSpiParent|"/spi@54810000"
  138. g96BoardsTokenSpaceGuid.PcdGpioParent|"/gpio@51000000"
  139. g96BoardsTokenSpaceGuid.PcdGpioPolarity|0
  140. g96BoardsTokenSpaceGuid.PcdGpioPinA|10
  141. g96BoardsTokenSpaceGuid.PcdGpioPinB|11
  142. g96BoardsTokenSpaceGuid.PcdGpioPinC|12
  143. g96BoardsTokenSpaceGuid.PcdGpioPinD|13
  144. g96BoardsTokenSpaceGuid.PcdGpioPinE|18
  145. g96BoardsTokenSpaceGuid.PcdGpioPinF|19
  146. g96BoardsTokenSpaceGuid.PcdGpioPinG|20
  147. g96BoardsTokenSpaceGuid.PcdGpioPinH|21
  148. g96BoardsTokenSpaceGuid.PcdGpioPinI|22
  149. g96BoardsTokenSpaceGuid.PcdGpioPinJ|23
  150. g96BoardsTokenSpaceGuid.PcdGpioPinK|24
  151. g96BoardsTokenSpaceGuid.PcdGpioPinL|25
  152. !if $(DEBUG_ON_UART1) == FALSE
  153. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x2a400000
  154. !else
  155. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x51040000
  156. !endif
  157. gArmTokenSpaceGuid.PcdMmBufferBase|0xFFC00000
  158. gArmTokenSpaceGuid.PcdMmBufferSize|0x00200000
  159. gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
  160. gEfiSecurityPkgTokenSpaceGuid.PcdFixedMediaImageVerificationPolicy|0x04
  161. gEfiSecurityPkgTokenSpaceGuid.PcdRemovableMediaImageVerificationPolicy|0x04
  162. [PcdsDynamicExDefault.common.DEFAULT]
  163. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareImageDescriptor|{0x0}|VOID*|0x100
  164. gEfiSignedCapsulePkgTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid|{0xf7, 0x89, 0x9b, 0xe9, 0x20, 0xc1, 0x25, 0x4b, 0x4d, 0xb1, 0x83, 0x94, 0xed, 0xb0, 0xb4, 0xf5}
  165. [PcdsDynamicHii]
  166. gSynQuacerTokenSpaceGuid.PcdPlatformSettings|L"SynQuacerPlatformSettings"|gSynQuacerPlatformFormSetGuid|0x0|0x0|NV,BS
  167. ################################################################################
  168. #
  169. # Components Section - list of all EDK II Modules needed by this Platform
  170. #
  171. ################################################################################
  172. [Components.common]
  173. #
  174. # PEI Phase modules
  175. #
  176. ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore.inf
  177. MdeModulePkg/Core/Pei/PeiMain.inf
  178. MdeModulePkg/Universal/PCD/Pei/Pcd.inf {
  179. <LibraryClasses>
  180. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  181. }
  182. ArmPlatformPkg/PlatformPei/PlatformPeim.inf
  183. ArmPlatformPkg/MemoryInitPei/MemoryInitPeim.inf
  184. ArmPkg/Drivers/CpuPei/CpuPei.inf
  185. MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.inf
  186. MdeModulePkg/Universal/Variable/Pei/VariablePei.inf
  187. MdeModulePkg/Universal/CapsulePei/CapsulePei.inf
  188. Silicon/Socionext/SynQuacer/Drivers/SynQuacerGpioPei/SynQuacerGpioPei.inf
  189. MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
  190. <LibraryClasses>
  191. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  192. }
  193. #
  194. # DXE
  195. #
  196. MdeModulePkg/Core/Dxe/DxeMain.inf {
  197. <LibraryClasses>
  198. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  199. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  200. <PcdsFixedAtBuild>
  201. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
  202. }
  203. #
  204. # Architectural Protocols
  205. #
  206. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  207. ArmPkg/Drivers/ArmGic/ArmGicDxe.inf
  208. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  209. MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe.inf
  210. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf {
  211. <LibraryClasses>
  212. RealTimeClockLib|Silicon/NXP/Library/Pcf8563RealTimeClockLib/Pcf8563RealTimeClockLib.inf
  213. }
  214. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  215. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  216. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf {
  217. <LibraryClasses>
  218. !if $(SECURE_BOOT_ENABLE) == TRUE
  219. NULL|SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.inf
  220. !endif
  221. }
  222. ArmPkg/Drivers/TimerDxe/TimerDxe.inf
  223. ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.inf
  224. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  225. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf {
  226. <LibraryClasses>
  227. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  228. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  229. }
  230. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  231. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf {
  232. !if $(DEBUG_ON_UART1) == TRUE
  233. <PcdsFixedAtBuild>
  234. gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x2a400000
  235. <LibraryClasses>
  236. SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf
  237. # suppress debug output from SerialDxe itself which would go to the PL011
  238. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  239. !endif
  240. }
  241. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  242. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  243. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  244. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  245. Platform/Socionext/DeveloperBox/Logo/LogoDxe.inf
  246. MdeModulePkg/Universal/PCD/Dxe/Pcd.inf {
  247. <LibraryClasses>
  248. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  249. }
  250. #
  251. # Variable services
  252. #
  253. Silicon/Socionext/SynQuacer/Drivers/Fip006Dxe/Fip006Dxe.inf
  254. !if $(SECURE_BOOT_ENABLE) == FALSE
  255. MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.inf
  256. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf {
  257. <LibraryClasses>
  258. NULL|EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf
  259. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  260. NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf
  261. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  262. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  263. }
  264. !else
  265. ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf {
  266. <LibraryClasses>
  267. NULL|StandaloneMmPkg/Library/VariableMmDependency/VariableMmDependency.inf
  268. }
  269. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.inf
  270. SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.inf
  271. !endif
  272. #
  273. # UEFI application (Shell Embedded Boot Loader)
  274. #
  275. ShellPkg/Application/Shell/Shell.inf {
  276. <LibraryClasses>
  277. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  278. NULL|ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.inf
  279. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  280. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  281. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  282. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  283. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  284. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  285. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  286. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  287. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  288. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  289. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  290. <PcdsFixedAtBuild>
  291. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  292. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  293. }
  294. #
  295. # Generic BDS
  296. #
  297. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  298. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  299. MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.inf
  300. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  301. MdeModulePkg/Application/UiApp/UiApp.inf {
  302. <LibraryClasses>
  303. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  304. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  305. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  306. }
  307. #
  308. # PCI
  309. #
  310. Silicon/Socionext/SynQuacer/Drivers/SynQuacerPciCpuIo2Dxe/SynQuacerPciCpuIo2Dxe.inf
  311. MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf {
  312. !if $(TARGET) != RELEASE
  313. <PcdsFixedAtBuild>
  314. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8010004F
  315. !endif
  316. }
  317. MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
  318. MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
  319. MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.inf
  320. Silicon/Socionext/SynQuacer/Stage2Tables/Stage2Tables.inf
  321. MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe.inf
  322. #
  323. # eMMC support
  324. #
  325. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  326. MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.inf
  327. MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf
  328. #
  329. # AHCI Support
  330. #
  331. MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf
  332. MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.inf
  333. MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe.inf
  334. MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
  335. MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
  336. #
  337. # USB
  338. #
  339. MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf
  340. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf
  341. MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe.inf
  342. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  343. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  344. MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
  345. #
  346. # FAT filesystem + GPT/MBR partitioning
  347. #
  348. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  349. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  350. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  351. FatPkg/EnhancedFatDxe/Fat.inf
  352. MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe.inf
  353. #
  354. # RNG
  355. #
  356. Silicon/Socionext/SynQuacer/Drivers/OpteeRngDxe/OpteeRngDxe.inf
  357. Silicon/Openmoko/ChaosKeyDxe/ChaosKeyDxe.inf
  358. #
  359. # Platform driver
  360. #
  361. Silicon/Socionext/SynQuacer/Drivers/PlatformDxe/PlatformDxe.inf
  362. #
  363. # Networking stack
  364. #
  365. MdeModulePkg/Universal/Network/DpcDxe/DpcDxe.inf
  366. MdeModulePkg/Universal/Network/ArpDxe/ArpDxe.inf
  367. MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe.inf
  368. MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe.inf
  369. MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
  370. MdeModulePkg/Universal/Network/SnpDxe/SnpDxe.inf
  371. MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe.inf
  372. MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe.inf
  373. MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe.inf
  374. NetworkPkg/Ip6Dxe/Ip6Dxe.inf
  375. NetworkPkg/TcpDxe/TcpDxe.inf
  376. NetworkPkg/Udp6Dxe/Udp6Dxe.inf
  377. NetworkPkg/Dhcp6Dxe/Dhcp6Dxe.inf
  378. NetworkPkg/Mtftp6Dxe/Mtftp6Dxe.inf
  379. NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe.inf
  380. NetworkPkg/IScsiDxe/IScsiDxe.inf
  381. NetworkPkg/DnsDxe/DnsDxe.inf
  382. NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.inf
  383. NetworkPkg/HttpDxe/HttpDxe.inf
  384. NetworkPkg/HttpBootDxe/HttpBootDxe.inf
  385. NetworkPkg/TlsDxe/TlsDxe.inf
  386. NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.inf
  387. Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.inf {
  388. <LibraryClasses>
  389. DmaLib|EmbeddedPkg/Library/CoherentDmaLib/CoherentDmaLib.inf
  390. }
  391. #
  392. # Console preference selection
  393. #
  394. EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.inf
  395. #
  396. # DT support
  397. #
  398. Silicon/Socionext/SynQuacer/DeviceTree/DeveloperBox.inf
  399. #
  400. # Firmware update
  401. #
  402. Platform/Socionext/DeveloperBox/SystemFirmwareDescriptor/SystemFirmwareDescriptor.inf
  403. MdeModulePkg/Universal/EsrtDxe/EsrtDxe.inf
  404. SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareReportDxe.inf
  405. SignedCapsulePkg/Universal/SystemFirmwareUpdate/SystemFirmwareUpdateDxe.inf
  406. #
  407. # 96board mezzanine support
  408. #
  409. Platform/96Boards/Secure96Dxe/Secure96Dxe.inf
  410. Silicon/Atmel/AtSha204a/AtSha204aDxe.inf
  411. Platform/96Boards/96BoardsI2cDxe/96BoardsI2cDxe.inf
  412. Platform/96Boards/LsConnectorDxe/LsConnectorDxe.inf
  413. #
  414. # I2C
  415. #
  416. Silicon/Socionext/SynQuacer/Drivers/SynQuacerI2cDxe/SynQuacerI2cDxe.inf
  417. MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.inf
  418. !include Silicon/Socionext/SynQuacer/Acpi.dsc.inc
  419. #
  420. # SMBIOS/DMI support
  421. #
  422. MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf {
  423. <PcdsFixedAtBuild>
  424. # expose SMBIOS 3.0 64-bit entrypoint only
  425. gEfiMdeModulePkgTokenSpaceGuid.PcdSmbiosEntryPointProvideMethod|0x2
  426. }
  427. Platform/Socionext/DeveloperBox/SmbiosPlatformDxe/SmbiosPlatformDxe.inf {
  428. <BuildOptions>
  429. *_*_*_CC_FLAGS = -DFIRMWARE_VENDOR=\"$(FIRMWARE_VENDOR)\" -DBUILD_NUMBER=\"$(BUILD_NUMBER)\"
  430. }
  431. [Components.AARCH64]
  432. MdeModulePkg/Universal/EbcDxe/EbcDxe.inf