BeagleBoardPkg.dsc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. #/** @file
  2. # Beagle board package.
  3. #
  4. # Copyright (c) 2009 - 2010, Apple Inc. All rights reserved.<BR>
  5. # Copyright (c) 2015 - 2019, Intel Corporation. All rights reserved.<BR>
  6. # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. #**/
  11. ################################################################################
  12. #
  13. # Defines Section - statements that will be processed to create a Makefile.
  14. #
  15. ################################################################################
  16. [Defines]
  17. PLATFORM_NAME = BeagleBoardPkg
  18. PLATFORM_GUID = 91fa6c28-33df-46ac-aee6-292d6811ea31
  19. PLATFORM_VERSION = 0.1
  20. DSC_SPECIFICATION = 0x00010005
  21. OUTPUT_DIRECTORY = Build/BeagleBoard
  22. SUPPORTED_ARCHITECTURES = ARM
  23. BUILD_TARGETS = DEBUG|RELEASE|NOOPT
  24. SKUID_IDENTIFIER = DEFAULT
  25. FLASH_DEFINITION = Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.fdf
  26. [LibraryClasses.common]
  27. ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf
  28. ArmMmuLib|ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf
  29. ArmPlatformLib|Platform/BeagleBoard/BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardLib.inf
  30. ArmPlatformStackLib|ArmPlatformPkg/Library/ArmPlatformStackLib/ArmPlatformStackLib.inf
  31. ArmSmcLib|ArmPkg/Library/ArmSmcLib/ArmSmcLib.inf
  32. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  33. UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf
  34. !if $(TARGET) == RELEASE
  35. DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf
  36. !else
  37. DebugLib|MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
  38. !endif
  39. DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
  40. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  41. BaseLib|MdePkg/Library/BaseLib/BaseLib.inf
  42. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  43. ResetSystemLib|Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.inf
  44. PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf
  45. PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.inf
  46. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  47. # These libraries are used by the dynamic EFI Shell commands
  48. ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
  49. FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
  50. SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
  51. PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
  52. #
  53. # Uncomment (and comment out the next line) For RealView Debugger. The Standard IO window
  54. # in the debugger will show load and unload commands for symbols. You can cut and paste this
  55. # into the command window to load symbols. We should be able to use a script to do this, but
  56. # the version of RVD I have does not support scipts accessing system memory.
  57. #
  58. # PeCoffExtraActionLib|ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.inf
  59. PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf
  60. # PeCoffExtraActionLib|MdePkg/Library/BasePeCoffExtraActionLibNull/BasePeCoffExtraActionLibNull.inf
  61. CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
  62. DefaultExceptionHandlerLib|ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
  63. CpuExceptionHandlerLib|ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf
  64. PrePiLib|EmbeddedPkg/Library/PrePiLib/PrePiLib.inf
  65. SerialPortLib|Silicon/TexasInstruments/Omap35xxPkg/Library/SerialPortLib/SerialPortLib.inf
  66. SemihostLib|ArmPkg/Library/SemihostLib/SemihostLib.inf
  67. RealTimeClockLib|Silicon/TexasInstruments/Omap35xxPkg/Library/RealTimeClockLib/RealTimeClockLib.inf
  68. IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
  69. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  70. UefiLib|MdePkg/Library/UefiLib/UefiLib.inf
  71. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  72. UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
  73. DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf
  74. UefiBootServicesTableLib|MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf
  75. DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.inf
  76. UefiDriverEntryPoint|MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.inf
  77. UefiApplicationEntryPoint|MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.inf
  78. #
  79. # Assume everything is fixed at build
  80. #
  81. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  82. UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf
  83. UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf
  84. CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf
  85. TimerLib|Silicon/TexasInstruments/Omap35xxPkg/Library/Omap35xxTimerLib/Omap35xxTimerLib.inf
  86. OmapLib|Silicon/TexasInstruments/Omap35xxPkg/Library/OmapLib/OmapLib.inf
  87. OmapDmaLib|Silicon/TexasInstruments/Omap35xxPkg/Library/OmapDmaLib/OmapDmaLib.inf
  88. DebugAgentTimerLib|Silicon/TexasInstruments/Omap35xxPkg/Library/DebugAgentTimerLib/DebugAgentTimerLib.inf
  89. GdbSerialLib|Silicon/TexasInstruments/Omap35xxPkg/Library/GdbSerialLib/GdbSerialLib.inf
  90. ArmDisassemblerLib|ArmPkg/Library/ArmDisassemblerLib/ArmDisassemblerLib.inf
  91. DebugAgentLib|MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf
  92. DmaLib|EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.inf
  93. FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf
  94. UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf
  95. PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
  96. BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf
  97. CustomizedDisplayLib|MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.inf
  98. # UiApp dependencies
  99. ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
  100. FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf
  101. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  102. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  103. SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
  104. AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf
  105. TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf
  106. VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf
  107. UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf
  108. [LibraryClasses.common.SEC]
  109. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  110. ExtractGuidedSectionLib|EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
  111. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  112. HobLib|EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
  113. PrePiHobListPointerLib|ArmPlatformPkg/Library/PrePiHobListPointerLib/PrePiHobListPointerLib.inf
  114. MemoryAllocationLib|EmbeddedPkg/Library/PrePiMemoryAllocationLib/PrePiMemoryAllocationLib.inf
  115. PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf
  116. PlatformPeiLib|ArmPlatformPkg/PlatformPei/PlatformPeiLib.inf
  117. MemoryInitPeiLib|Platform/BeagleBoard/BeagleBoardPkg/Library/MemoryInitPeiLib/MemoryInitPeiLib.inf
  118. # 1/123 faster than Stm or Vstm version
  119. BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf
  120. [LibraryClasses.common.PEI_CORE]
  121. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  122. [LibraryClasses.common.DXE_CORE]
  123. HobLib|MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.inf
  124. MemoryAllocationLib|MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
  125. DxeCoreEntryPoint|MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.inf
  126. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  127. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  128. # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  129. PeCoffLib|Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
  130. PerformanceLib|MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
  131. [LibraryClasses.common.DXE_DRIVER]
  132. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  133. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  134. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  135. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  136. [LibraryClasses.common.UEFI_APPLICATION]
  137. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  138. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  139. [LibraryClasses.common.UEFI_DRIVER]
  140. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  141. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  142. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  143. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  144. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  145. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  146. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  147. # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  148. PeCoffLib|Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCoffLib/DxeHobPeCoffLib.inf
  149. [LibraryClasses.ARM]
  150. #
  151. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  152. # This library provides the instrinsic functions generate by a given compiler.
  153. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  154. #
  155. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  156. # Add support for GCC stack protector
  157. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  158. [BuildOptions]
  159. XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
  160. GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a
  161. RVCT:*_*_ARM_PLATFORM_FLAGS == --cpu Cortex-A8
  162. *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
  163. ################################################################################
  164. #
  165. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  166. #
  167. ################################################################################
  168. [PcdsFeatureFlag.common]
  169. gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
  170. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
  171. gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
  172. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
  173. # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
  174. gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
  175. gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
  176. gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
  177. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  178. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  179. # It could be set FALSE to save size.
  180. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  181. [PcdsFixedAtBuild.common]
  182. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"Beagle Board"
  183. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  184. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
  185. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
  186. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  187. gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
  188. gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
  189. gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
  190. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  191. # DEBUG_ASSERT_ENABLED 0x01
  192. # DEBUG_PRINT_ENABLED 0x02
  193. # DEBUG_CODE_ENABLED 0x04
  194. # CLEAR_MEMORY_ENABLED 0x08
  195. # ASSERT_BREAKPOINT_ENABLED 0x10
  196. # ASSERT_DEADLOOP_ENABLED 0x20
  197. !if $(TARGET) == RELEASE
  198. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
  199. !else
  200. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
  201. !endif
  202. # DEBUG_INIT 0x00000001 // Initialization
  203. # DEBUG_WARN 0x00000002 // Warnings
  204. # DEBUG_LOAD 0x00000004 // Load events
  205. # DEBUG_FS 0x00000008 // EFI File system
  206. # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
  207. # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
  208. # DEBUG_INFO 0x00000040 // Informational debug messages
  209. # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
  210. # DEBUG_VARIABLE 0x00000100 // Variable
  211. # DEBUG_BM 0x00000400 // Boot Manager
  212. # DEBUG_BLKIO 0x00001000 // BlkIo Driver
  213. # DEBUG_NET 0x00004000 // SNP Driver
  214. # DEBUG_UNDI 0x00010000 // UNDI Driver
  215. # DEBUG_LOADFILE 0x00020000 // LoadFile
  216. # DEBUG_EVENT 0x00080000 // Event messages
  217. # DEBUG_GCD 0x00100000 // Global Coherency Database changes
  218. # DEBUG_CACHE 0x00200000 // Memory range cachability changes
  219. # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
  220. # // significantly impact boot performance
  221. # DEBUG_ERROR 0x80000000 // Error
  222. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
  223. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  224. #
  225. # Optional feature to help prevent EFI memory map fragments
  226. # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
  227. # Values are in EFI Pages (4K). DXE Core will make sure that
  228. # at least this much of each type of memory can be allocated
  229. # from a single memory range. This way you only end up with
  230. # maximum of two fragements for each type in the memory map
  231. # (the memory used, and the free memory that was prereserved
  232. # but not used).
  233. #
  234. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
  235. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
  236. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
  237. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
  238. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
  239. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
  240. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
  241. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
  242. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
  243. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  244. #
  245. # Beagle board Specific PCDs
  246. #
  247. gArmTokenSpaceGuid.PcdVFPEnabled|1
  248. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
  249. gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
  250. # Size of the region used by UEFI in permanent memory (Reserved 16MB)
  251. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
  252. gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
  253. gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
  254. gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
  255. gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
  256. gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
  257. # OMAP Interrupt Controller
  258. gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
  259. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
  260. # GUID of the UI app
  261. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  262. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  263. #
  264. # Make VariableRuntimeDxe work at emulated non-volatile variable mode.
  265. #
  266. gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE
  267. ################################################################################
  268. #
  269. # Components Section - list of all EDK II Modules needed by this Platform
  270. #
  271. ################################################################################
  272. [Components.common]
  273. #
  274. # SEC
  275. #
  276. Platform/BeagleBoard/BeagleBoardPkg/PrePi/PeiUniCore.inf {
  277. <LibraryClasses>
  278. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  279. }
  280. #
  281. # DXE
  282. #
  283. MdeModulePkg/Core/Dxe/DxeMain.inf {
  284. <LibraryClasses>
  285. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  286. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  287. NULL|Platform/BeagleBoard/BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
  288. }
  289. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  290. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  291. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  292. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  293. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  294. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
  295. EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
  296. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  297. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  298. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  299. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  300. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  301. #
  302. # This version uses semi-hosting console
  303. # EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {
  304. # <LibraryClasses>
  305. # SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
  306. # }
  307. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  308. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
  309. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  310. #
  311. # Semi-hosting filesystem
  312. #
  313. ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
  314. #
  315. # FAT filesystem + GPT/MBR partitioning
  316. #
  317. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  318. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  319. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  320. FatPkg/EnhancedFatDxe/Fat.inf
  321. #
  322. # USB
  323. #
  324. Silicon/TexasInstruments/Omap35xxPkg/PciEmulation/PciEmulation.inf
  325. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  326. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
  327. <PcdsFixedAtBuild>
  328. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
  329. }
  330. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  331. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  332. #
  333. # Nand Flash
  334. #
  335. Silicon/TexasInstruments/Omap35xxPkg/Flash/Flash.inf
  336. #
  337. # MMC/SD
  338. #
  339. EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
  340. Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
  341. #
  342. # I2C
  343. #
  344. Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.inf
  345. #
  346. # SoC Drivers
  347. #
  348. Silicon/TexasInstruments/Omap35xxPkg/Gpio/Gpio.inf
  349. Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf
  350. Silicon/TexasInstruments/Omap35xxPkg/TimerDxe/TimerDxe.inf
  351. Silicon/TexasInstruments/Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
  352. #
  353. # Power IC
  354. #
  355. Silicon/TexasInstruments/Omap35xxPkg/TPS65950Dxe/TPS65950.inf
  356. #
  357. # Bds
  358. #
  359. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  360. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  361. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  362. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  363. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  364. MdeModulePkg/Application/UiApp/UiApp.inf {
  365. <LibraryClasses>
  366. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  367. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  368. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  369. }
  370. #
  371. # Shell
  372. #
  373. ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
  374. <LibraryClasses>
  375. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  376. <PcdsFixedAtBuild>
  377. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  378. }
  379. ShellPkg/Application/Shell/Shell.inf {
  380. <LibraryClasses>
  381. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  382. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  383. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  384. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  385. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  386. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  387. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  388. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  389. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  390. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  391. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  392. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  393. <PcdsFixedAtBuild>
  394. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  395. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  396. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  397. }