DeveloperBox.dsc 20 KB

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