BeagleBoardPkg.dsc 22 KB

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