Kconfig 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. if ARCH_OMAP2PLUS
  2. choice
  3. prompt "OMAP2+ platform select"
  4. default OMAP34XX
  5. config OMAP34XX
  6. bool "OMAP34XX SoC"
  7. select ARM_CORTEX_A8_CVE_2017_5715
  8. select ARM_ERRATA_430973
  9. select ARM_ERRATA_454179
  10. select ARM_ERRATA_621766
  11. select ARM_ERRATA_725233
  12. select SPL_USE_TINY_PRINTF if SPL
  13. imply NAND_OMAP_GPMC
  14. imply SPL_FS_EXT4
  15. imply SPL_FS_FAT
  16. imply SPL_GPIO_SUPPORT
  17. imply SPL_I2C_SUPPORT
  18. imply SPL_LIBCOMMON_SUPPORT
  19. imply SPL_LIBDISK_SUPPORT
  20. imply SPL_LIBGENERIC_SUPPORT
  21. imply SPL_MMC_SUPPORT
  22. imply SPL_NAND_SUPPORT
  23. imply SPL_OMAP3_ID_NAND
  24. imply SPL_POWER
  25. imply SPL_SERIAL_SUPPORT
  26. imply SYS_I2C_OMAP24XX
  27. imply SYS_THUMB_BUILD
  28. imply TWL4030_POWER
  29. config OMAP44XX
  30. bool "OMAP44XX SoC"
  31. select SPL_USE_TINY_PRINTF
  32. imply NAND_OMAP_ELM
  33. imply NAND_OMAP_GPMC
  34. imply SPL_DISPLAY_PRINT
  35. imply SPL_FS_EXT4
  36. imply SPL_FS_FAT
  37. imply SPL_GPIO_SUPPORT
  38. imply SPL_I2C_SUPPORT
  39. imply SPL_LIBCOMMON_SUPPORT
  40. imply SPL_LIBDISK_SUPPORT
  41. imply SPL_LIBGENERIC_SUPPORT
  42. imply SPL_MMC_SUPPORT
  43. imply SPL_NAND_SIMPLE
  44. imply SPL_NAND_SUPPORT
  45. imply SPL_POWER
  46. imply SPL_SERIAL_SUPPORT
  47. imply SYS_I2C_OMAP24XX
  48. imply SYS_THUMB_BUILD
  49. config OMAP54XX
  50. bool "OMAP54XX SoC"
  51. select ARM_CORTEX_A15_CVE_2017_5715
  52. select ARM_ERRATA_798870
  53. select SYS_THUMB_BUILD
  54. imply NAND_OMAP_ELM
  55. imply NAND_OMAP_GPMC
  56. imply SPL_DISPLAY_PRINT
  57. imply SPL_ENV_SUPPORT
  58. imply SPL_FS_EXT4
  59. imply SPL_FS_FAT
  60. imply SPL_GPIO_SUPPORT
  61. imply SPL_I2C_SUPPORT
  62. imply SPL_LIBCOMMON_SUPPORT
  63. imply SPL_LIBDISK_SUPPORT
  64. imply SPL_LIBGENERIC_SUPPORT
  65. imply SPL_MMC_SUPPORT
  66. imply SPL_NAND_AM33XX_BCH
  67. imply SPL_NAND_AM33XX_BCH
  68. imply SPL_NAND_SUPPORT
  69. imply SPL_POWER
  70. imply SPL_SERIAL_SUPPORT
  71. imply SYS_I2C_OMAP24XX
  72. config TI814X
  73. bool "TI814X SoC"
  74. select SPECIFY_CONSOLE_INDEX
  75. help
  76. Support for AM335x SOC from Texas Instruments.
  77. The AM335x high performance SOC features a Cortex-A8
  78. ARM core and more.
  79. config TI816X
  80. bool "TI816X SoC"
  81. select SPECIFY_CONSOLE_INDEX
  82. imply NAND_OMAP_ELM
  83. imply NAND_OMAP_GPMC
  84. help
  85. Support for AM335x SOC from Texas Instruments.
  86. The AM335x high performance SOC features a Cortex-A8
  87. ARM core and more.
  88. config AM43XX
  89. bool "AM43XX SoC"
  90. select SPECIFY_CONSOLE_INDEX
  91. imply NAND_OMAP_ELM
  92. imply NAND_OMAP_GPMC
  93. imply SPL_DM
  94. imply SPL_DM_SEQ_ALIAS
  95. imply SPL_NAND_AM33XX_BCH
  96. imply SPL_NAND_SUPPORT
  97. imply SPL_OF_CONTROL
  98. imply SPL_OF_TRANSLATE
  99. imply SPL_SEPARATE_BSS
  100. imply SPL_SYS_MALLOC_SIMPLE
  101. imply SYS_I2C_OMAP24XX
  102. imply SYS_THUMB_BUILD
  103. help
  104. Support for AM43xx SOC from Texas Instruments.
  105. The AM43xx high performance SOC features a Cortex-A9
  106. ARM core, a quad core PRU-ICSS for industrial Ethernet
  107. protocols, dual camera support, optional 3D graphics
  108. and an optional customer programmable secure boot.
  109. config AM33XX
  110. bool "AM33XX SoC"
  111. select ARM_CORTEX_A8_CVE_2017_5715
  112. select SPECIFY_CONSOLE_INDEX
  113. imply NAND_OMAP_ELM
  114. imply NAND_OMAP_GPMC
  115. imply SPL_NAND_AM33XX_BCH
  116. imply SPL_NAND_SUPPORT
  117. imply SYS_I2C_OMAP24XX
  118. imply SYS_THUMB_BUILD
  119. imply SPL_USE_TINY_PRINTF
  120. help
  121. Support for AM335x SOC from Texas Instruments.
  122. The AM335x high performance SOC features a Cortex-A8
  123. ARM core, a dual core PRU-ICSS for industrial Ethernet
  124. protocols, optional 3D graphics and an optional customer
  125. programmable secure boot.
  126. endchoice
  127. config SYS_MPUCLK
  128. int "MPU CLK speed"
  129. depends on AM33XX
  130. default 500
  131. help
  132. Defines the MPU clock speed (in MHz).
  133. config TI_SECURE_EMIF_REGION_START
  134. hex "Reserved EMIF region start address"
  135. depends on TI_SECURE_DEVICE
  136. default 0x0
  137. help
  138. Reserved EMIF region start address. Set to "0" to auto-select
  139. to be at the end of the external memory region.
  140. config TI_SECURE_EMIF_TOTAL_REGION_SIZE
  141. hex "Reserved EMIF region size"
  142. depends on TI_SECURE_DEVICE
  143. default 0x0
  144. help
  145. Total reserved EMIF region size. Default is 0, which means no reserved EMIF
  146. region on secure devices.
  147. config TI_SECURE_EMIF_PROTECTED_REGION_SIZE
  148. hex "Size of protected region within reserved EMIF region"
  149. depends on TI_SECURE_DEVICE
  150. default 0x0
  151. help
  152. This config option is used to specify the size of the portion of the total
  153. reserved EMIF region set aside for secure OS needs that will be protected
  154. using hardware memory firewalls. This value must be smaller than the
  155. TI_SECURE_EMIF_TOTAL_REGION_SIZE value.
  156. source "arch/arm/mach-omap2/omap3/Kconfig"
  157. source "arch/arm/mach-omap2/omap4/Kconfig"
  158. source "arch/arm/mach-omap2/omap5/Kconfig"
  159. source "arch/arm/mach-omap2/am33xx/Kconfig"
  160. source "board/BuR/brxre1/Kconfig"
  161. source "board/BuR/brsmarc1/Kconfig"
  162. source "board/BuR/brppt1/Kconfig"
  163. source "board/siemens/draco/Kconfig"
  164. source "board/siemens/pxm2/Kconfig"
  165. source "board/siemens/rut/Kconfig"
  166. source "board/ti/ti816x/Kconfig"
  167. source "board/ti/am43xx/Kconfig"
  168. source "board/ti/am335x/Kconfig"
  169. source "board/compulab/cm_t335/Kconfig"
  170. source "board/compulab/cm_t43/Kconfig"
  171. source "board/phytec/phycore_am335x_r2/Kconfig"
  172. config SPL_LDSCRIPT
  173. default "arch/arm/mach-omap2/u-boot-spl.lds"
  174. endif