BeagleBoardPkg.dsc 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  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. [LibraryClasses.common.DXE_DRIVER]
  135. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  136. SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
  137. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  138. NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf
  139. [LibraryClasses.common.UEFI_APPLICATION]
  140. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  141. HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf
  142. [LibraryClasses.common.UEFI_DRIVER]
  143. ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
  144. PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
  145. DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf
  146. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.inf
  147. [LibraryClasses.common.DXE_RUNTIME_DRIVER]
  148. HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf
  149. MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
  150. CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf
  151. PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf
  152. VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLibRuntimeDxe.inf
  153. [LibraryClasses.ARM]
  154. #
  155. # It is not possible to prevent the ARM compiler for generic intrinsic functions.
  156. # This library provides the instrinsic functions generate by a given compiler.
  157. # [LibraryClasses.ARM] and NULL mean link this library into all ARM images.
  158. #
  159. NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
  160. # Add support for GCC stack protector
  161. NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
  162. [BuildOptions]
  163. *_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
  164. [BuildOptions.common.EDKII.DXE_RUNTIME_DRIVER]
  165. GCC: *_*_*_DLINK_FLAGS = -z common-page-size=0x1000
  166. MSFT: *_*_*_DLINK_FLAGS = /ALIGN:4096
  167. ################################################################################
  168. #
  169. # Pcd Section - list of all EDK II PCD Entries defined by this Platform
  170. #
  171. ################################################################################
  172. [PcdsFeatureFlag.common]
  173. gEfiMdePkgTokenSpaceGuid.PcdComponentNameDisable|TRUE
  174. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnosticsDisable|TRUE
  175. gEfiMdePkgTokenSpaceGuid.PcdComponentName2Disable|TRUE
  176. gEfiMdePkgTokenSpaceGuid.PcdDriverDiagnostics2Disable|TRUE
  177. # Use the Vector Table location in CpuDxe. We will not copy the Vector Table at PcdCpuVectorBaseAddress
  178. gArmTokenSpaceGuid.PcdRelocateVectorTable|FALSE
  179. gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob|TRUE
  180. gArmTokenSpaceGuid.PcdCpuDxeProduceDebugSupport|FALSE
  181. gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
  182. ## If TRUE, Graphics Output Protocol will be installed on virtual handle created by ConsplitterDxe.
  183. # It could be set FALSE to save size.
  184. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
  185. [PcdsFixedAtBuild.common]
  186. gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVendor|L"Beagle Board"
  187. gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength|1000000
  188. gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength|1000000
  189. gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength|1000000
  190. gEfiMdePkgTokenSpaceGuid.PcdSpinLockTimeout|10000000
  191. gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue|0xAF
  192. gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask|1
  193. gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask|0
  194. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|320
  195. # DEBUG_ASSERT_ENABLED 0x01
  196. # DEBUG_PRINT_ENABLED 0x02
  197. # DEBUG_CODE_ENABLED 0x04
  198. # CLEAR_MEMORY_ENABLED 0x08
  199. # ASSERT_BREAKPOINT_ENABLED 0x10
  200. # ASSERT_DEADLOOP_ENABLED 0x20
  201. !if $(TARGET) == RELEASE
  202. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x21
  203. !else
  204. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x2f
  205. !endif
  206. # DEBUG_INIT 0x00000001 // Initialization
  207. # DEBUG_WARN 0x00000002 // Warnings
  208. # DEBUG_LOAD 0x00000004 // Load events
  209. # DEBUG_FS 0x00000008 // EFI File system
  210. # DEBUG_POOL 0x00000010 // Alloc & Free (pool)
  211. # DEBUG_PAGE 0x00000020 // Alloc & Free (page)
  212. # DEBUG_INFO 0x00000040 // Informational debug messages
  213. # DEBUG_DISPATCH 0x00000080 // PEI/DXE/SMM Dispatchers
  214. # DEBUG_VARIABLE 0x00000100 // Variable
  215. # DEBUG_BM 0x00000400 // Boot Manager
  216. # DEBUG_BLKIO 0x00001000 // BlkIo Driver
  217. # DEBUG_NET 0x00004000 // SNP Driver
  218. # DEBUG_UNDI 0x00010000 // UNDI Driver
  219. # DEBUG_LOADFILE 0x00020000 // LoadFile
  220. # DEBUG_EVENT 0x00080000 // Event messages
  221. # DEBUG_GCD 0x00100000 // Global Coherency Database changes
  222. # DEBUG_CACHE 0x00200000 // Memory range cachability changes
  223. # DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
  224. # // significantly impact boot performance
  225. # DEBUG_ERROR 0x80000000 // Error
  226. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x8000000F
  227. gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask|0x07
  228. #
  229. # Optional feature to help prevent EFI memory map fragments
  230. # Turned on and off via: PcdPrePiProduceMemoryTypeInformationHob
  231. # Values are in EFI Pages (4K). DXE Core will make sure that
  232. # at least this much of each type of memory can be allocated
  233. # from a single memory range. This way you only end up with
  234. # maximum of two fragements for each type in the memory map
  235. # (the memory used, and the free memory that was prereserved
  236. # but not used).
  237. #
  238. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory|0
  239. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS|0
  240. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType|0
  241. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|80
  242. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|40
  243. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode|400
  244. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData|3000
  245. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|10
  246. gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
  247. gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
  248. #
  249. # Beagle board Specific PCDs
  250. #
  251. gArmTokenSpaceGuid.PcdVFPEnabled|1
  252. gArmTokenSpaceGuid.PcdSystemMemoryBase|0x80000000
  253. gArmTokenSpaceGuid.PcdSystemMemorySize|0x08000000
  254. # Size of the region used by UEFI in permanent memory (Reserved 16MB)
  255. gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x01000000
  256. gArmTokenSpaceGuid.PcdCpuVectorBaseAddress|0x80008000
  257. gArmTokenSpaceGuid.PcdCpuResetAddress|0x80008000
  258. gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000
  259. gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterPeriodInNanoseconds|77
  260. gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|13000000
  261. # OMAP Interrupt Controller
  262. gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
  263. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
  264. # GUID of the UI app
  265. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
  266. gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
  267. #
  268. # Make VariableRuntimeDxe work at emulated non-volatile variable mode.
  269. #
  270. gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvModeEnable|TRUE
  271. ################################################################################
  272. #
  273. # Components Section - list of all EDK II Modules needed by this Platform
  274. #
  275. ################################################################################
  276. [Components.common]
  277. #
  278. # SEC
  279. #
  280. Platform/BeagleBoard/BeagleBoardPkg/PrePi/PeiUniCore.inf {
  281. <LibraryClasses>
  282. NULL|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
  283. }
  284. #
  285. # DXE
  286. #
  287. MdeModulePkg/Core/Dxe/DxeMain.inf {
  288. <LibraryClasses>
  289. PcdLib|MdePkg/Library/BasePcdLibNull/BasePcdLibNull.inf
  290. NULL|MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.inf
  291. NULL|Platform/BeagleBoard/BeagleBoardPkg/Library/LzmaHobCustomDecompressLib/LzmaHobCustomDecompressLib.inf
  292. }
  293. ArmPkg/Drivers/CpuDxe/CpuDxe.inf
  294. MdeModulePkg/Core/RuntimeDxe/RuntimeDxe.inf
  295. MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf
  296. MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf
  297. MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe.inf
  298. MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf
  299. EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.inf
  300. MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe.inf
  301. MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf
  302. MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe.inf
  303. MdeModulePkg/Universal/SerialDxe/SerialDxe.inf
  304. MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf
  305. #
  306. # This version uses semi-hosting console
  307. # EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOutSerial.inf {
  308. # <LibraryClasses>
  309. # SerialPortLib|ArmPkg/Library/SemiHostingSerialPortLib/SemiHostingSerialPortLib.inf
  310. # }
  311. MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe.inf
  312. EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe.inf
  313. EmbeddedPkg/MetronomeDxe/MetronomeDxe.inf
  314. #
  315. # Semi-hosting filesystem
  316. #
  317. ArmPkg/Filesystem/SemihostFs/SemihostFs.inf
  318. #
  319. # FAT filesystem + GPT/MBR partitioning
  320. #
  321. MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe.inf
  322. MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe.inf
  323. MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe.inf
  324. FatPkg/EnhancedFatDxe/Fat.inf
  325. #
  326. # USB
  327. #
  328. Silicon/TexasInstruments/Omap35xxPkg/PciEmulation/PciEmulation.inf
  329. MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.inf
  330. MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.inf {
  331. <PcdsFixedAtBuild>
  332. gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel|0x800fffff
  333. }
  334. MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
  335. MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
  336. #
  337. # Nand Flash
  338. #
  339. Silicon/TexasInstruments/Omap35xxPkg/Flash/Flash.inf
  340. #
  341. # MMC/SD
  342. #
  343. EmbeddedPkg/Universal/MmcDxe/MmcDxe.inf
  344. Silicon/TexasInstruments/Omap35xxPkg/MmcHostDxe/MmcHostDxe.inf
  345. #
  346. # I2C
  347. #
  348. Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.inf
  349. #
  350. # SoC Drivers
  351. #
  352. Silicon/TexasInstruments/Omap35xxPkg/Gpio/Gpio.inf
  353. Silicon/TexasInstruments/Omap35xxPkg/InterruptDxe/InterruptDxe.inf
  354. Silicon/TexasInstruments/Omap35xxPkg/TimerDxe/TimerDxe.inf
  355. Silicon/TexasInstruments/Omap35xxPkg/LcdGraphicsOutputDxe/LcdGraphicsOutputDxe.inf
  356. #
  357. # Power IC
  358. #
  359. Silicon/TexasInstruments/Omap35xxPkg/TPS65950Dxe/TPS65950.inf
  360. #
  361. # Bds
  362. #
  363. MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
  364. MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf
  365. MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe.inf
  366. MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe.inf
  367. MdeModulePkg/Universal/BdsDxe/BdsDxe.inf
  368. MdeModulePkg/Application/UiApp/UiApp.inf {
  369. <LibraryClasses>
  370. NULL|MdeModulePkg/Library/DeviceManagerUiLib/DeviceManagerUiLib.inf
  371. NULL|MdeModulePkg/Library/BootManagerUiLib/BootManagerUiLib.inf
  372. NULL|MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerUiLib.inf
  373. }
  374. #
  375. # Shell
  376. #
  377. ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
  378. <LibraryClasses>
  379. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  380. <PcdsFixedAtBuild>
  381. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  382. }
  383. ShellPkg/Application/Shell/Shell.inf {
  384. <LibraryClasses>
  385. ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.inf
  386. NULL|ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.inf
  387. NULL|ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.inf
  388. NULL|ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.inf
  389. NULL|ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.inf
  390. NULL|ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.inf
  391. NULL|ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.inf
  392. NULL|ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.inf
  393. HandleParsingLib|ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.inf
  394. OrderedCollectionLib|MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf
  395. NetLib|NetworkPkg/Library/DxeNetLib/DxeNetLib.inf
  396. PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
  397. BcfgCommandLib|ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf
  398. <PcdsFixedAtBuild>
  399. gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0xFF
  400. gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
  401. gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize|8000
  402. }