BeagleBoardPkg.dsc 22 KB

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