blob: fa41047476739a342064d61333f50bd594520c49 [file] [log] [blame]
Masahiro Yamada6e1288c2017-04-25 13:10:11 +09001if ARCH_OMAP2PLUS
2
3choice
4 prompt "OMAP2+ platform select"
Tom Rini3d46f242017-06-09 16:59:17 -04005 default OMAP34XX
Masahiro Yamada6e1288c2017-04-25 13:10:11 +09006
Masahiro Yamada6e1288c2017-04-25 13:10:11 +09007config OMAP34XX
8 bool "OMAP34XX SoC"
Michal Simek7e7ba3b2018-07-23 15:55:15 +02009 select ARM_CORTEX_A8_CVE_2017_5715
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090010 select ARM_ERRATA_430973
11 select ARM_ERRATA_454179
12 select ARM_ERRATA_621766
13 select ARM_ERRATA_725233
Simon Glass7611ac62019-09-25 08:56:27 -060014 select SPL_USE_TINY_PRINTF if SPL
Adam Ford5b7c9f02017-10-16 14:08:26 -050015 imply NAND_OMAP_GPMC
Tien Fong Chee6091dd12019-01-23 14:20:05 +080016 imply SPL_FS_EXT4
Tien Fong Chee6fd0a712019-01-23 14:20:03 +080017 imply SPL_FS_FAT
Simon Glass035939e2021-07-10 21:14:30 -060018 imply SPL_GPIO
Simon Glassbccfc2e2021-07-10 21:14:36 -060019 imply SPL_I2C
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090020 imply SPL_LIBCOMMON_SUPPORT
21 imply SPL_LIBDISK_SUPPORT
22 imply SPL_LIBGENERIC_SUPPORT
Simon Glassb58bfe02021-08-08 12:20:09 -060023 imply SPL_MMC
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090024 imply SPL_NAND_SUPPORT
Adam Fordb315e4c2017-08-11 08:51:20 -050025 imply SPL_OMAP3_ID_NAND
Simon Glasse91ac4c2021-07-10 21:14:24 -060026 imply SPL_POWER
Simon Glassf4d60392021-08-08 12:20:12 -060027 imply SPL_SERIAL
Adam Ford85901162017-08-07 13:11:34 -050028 imply SYS_I2C_OMAP24XX
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090029 imply SYS_THUMB_BUILD
Adam Fordbc168042017-04-26 13:41:31 -050030 imply TWL4030_POWER
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090031
32config OMAP44XX
33 bool "OMAP44XX SoC"
Simon Glass7611ac62019-09-25 08:56:27 -060034 select SPL_USE_TINY_PRINTF
Pali Rohára4d6e0f2022-04-06 16:20:18 +020035 select SPL_SYS_NO_VECTOR_TABLE if SPL
Adam Ford5b7c9f02017-10-16 14:08:26 -050036 imply NAND_OMAP_ELM
37 imply NAND_OMAP_GPMC
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090038 imply SPL_DISPLAY_PRINT
Tien Fong Chee6091dd12019-01-23 14:20:05 +080039 imply SPL_FS_EXT4
Tien Fong Chee6fd0a712019-01-23 14:20:03 +080040 imply SPL_FS_FAT
Simon Glass035939e2021-07-10 21:14:30 -060041 imply SPL_GPIO
Simon Glassbccfc2e2021-07-10 21:14:36 -060042 imply SPL_I2C
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090043 imply SPL_LIBCOMMON_SUPPORT
44 imply SPL_LIBDISK_SUPPORT
45 imply SPL_LIBGENERIC_SUPPORT
Simon Glassb58bfe02021-08-08 12:20:09 -060046 imply SPL_MMC
Adam Ford5b7c9f02017-10-16 14:08:26 -050047 imply SPL_NAND_SIMPLE
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090048 imply SPL_NAND_SUPPORT
Simon Glasse91ac4c2021-07-10 21:14:24 -060049 imply SPL_POWER
Simon Glassf4d60392021-08-08 12:20:12 -060050 imply SPL_SERIAL
Adam Ford85901162017-08-07 13:11:34 -050051 imply SYS_I2C_OMAP24XX
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090052 imply SYS_THUMB_BUILD
53
54config OMAP54XX
55 bool "OMAP54XX SoC"
Michal Simek7e7ba3b2018-07-23 15:55:15 +020056 select ARM_CORTEX_A15_CVE_2017_5715
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090057 select ARM_ERRATA_798870
58 select SYS_THUMB_BUILD
Adam Ford5b7c9f02017-10-16 14:08:26 -050059 imply NAND_OMAP_ELM
60 imply NAND_OMAP_GPMC
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090061 imply SPL_DISPLAY_PRINT
62 imply SPL_ENV_SUPPORT
Tien Fong Chee6091dd12019-01-23 14:20:05 +080063 imply SPL_FS_EXT4
Tien Fong Chee6fd0a712019-01-23 14:20:03 +080064 imply SPL_FS_FAT
Simon Glass035939e2021-07-10 21:14:30 -060065 imply SPL_GPIO
Simon Glassbccfc2e2021-07-10 21:14:36 -060066 imply SPL_I2C
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090067 imply SPL_LIBCOMMON_SUPPORT
68 imply SPL_LIBDISK_SUPPORT
69 imply SPL_LIBGENERIC_SUPPORT
Simon Glassb58bfe02021-08-08 12:20:09 -060070 imply SPL_MMC
Adam Ford5b7c9f02017-10-16 14:08:26 -050071 imply SPL_NAND_AM33XX_BCH
72 imply SPL_NAND_AM33XX_BCH
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090073 imply SPL_NAND_SUPPORT
Simon Glasse91ac4c2021-07-10 21:14:24 -060074 imply SPL_POWER
Simon Glassf4d60392021-08-08 12:20:12 -060075 imply SPL_SERIAL
Adam Ford85901162017-08-07 13:11:34 -050076 imply SYS_I2C_OMAP24XX
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090077
Tom Rini2a84b012017-05-16 14:46:40 -040078config TI814X
79 bool "TI814X SoC"
Tom Rinie69ba982018-03-06 19:02:27 -050080 select SPECIFY_CONSOLE_INDEX
Tom Rini2a84b012017-05-16 14:46:40 -040081 help
82 Support for AM335x SOC from Texas Instruments.
83 The AM335x high performance SOC features a Cortex-A8
84 ARM core and more.
85
86config TI816X
87 bool "TI816X SoC"
Tom Rinie69ba982018-03-06 19:02:27 -050088 select SPECIFY_CONSOLE_INDEX
Adam Ford5b7c9f02017-10-16 14:08:26 -050089 imply NAND_OMAP_ELM
90 imply NAND_OMAP_GPMC
Tom Rini2a84b012017-05-16 14:46:40 -040091 help
92 Support for AM335x SOC from Texas Instruments.
93 The AM335x high performance SOC features a Cortex-A8
94 ARM core and more.
95
Masahiro Yamada6e1288c2017-04-25 13:10:11 +090096config AM43XX
97 bool "AM43XX SoC"
Tom Rinie69ba982018-03-06 19:02:27 -050098 select SPECIFY_CONSOLE_INDEX
Adam Ford5b7c9f02017-10-16 14:08:26 -050099 imply NAND_OMAP_ELM
100 imply NAND_OMAP_GPMC
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900101 imply SPL_DM
102 imply SPL_DM_SEQ_ALIAS
Adam Ford5b7c9f02017-10-16 14:08:26 -0500103 imply SPL_NAND_AM33XX_BCH
104 imply SPL_NAND_SUPPORT
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900105 imply SPL_OF_CONTROL
106 imply SPL_OF_TRANSLATE
107 imply SPL_SEPARATE_BSS
108 imply SPL_SYS_MALLOC_SIMPLE
Adam Ford85901162017-08-07 13:11:34 -0500109 imply SYS_I2C_OMAP24XX
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900110 imply SYS_THUMB_BUILD
111 help
112 Support for AM43xx SOC from Texas Instruments.
113 The AM43xx high performance SOC features a Cortex-A9
114 ARM core, a quad core PRU-ICSS for industrial Ethernet
115 protocols, dual camera support, optional 3D graphics
116 and an optional customer programmable secure boot.
117
118config AM33XX
119 bool "AM33XX SoC"
Nishanth Menon7afce442018-06-12 15:24:11 -0500120 select ARM_CORTEX_A8_CVE_2017_5715
Michal Simek7e7ba3b2018-07-23 15:55:15 +0200121 select SPECIFY_CONSOLE_INDEX
Adam Ford5b7c9f02017-10-16 14:08:26 -0500122 imply NAND_OMAP_ELM
123 imply NAND_OMAP_GPMC
Tom Rinie1e85442021-08-27 21:18:30 -0400124 imply SKIP_LOWLEVEL_INIT
Adam Ford5b7c9f02017-10-16 14:08:26 -0500125 imply SPL_NAND_AM33XX_BCH
126 imply SPL_NAND_SUPPORT
Adam Ford85901162017-08-07 13:11:34 -0500127 imply SYS_I2C_OMAP24XX
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900128 imply SYS_THUMB_BUILD
Simon Glass7611ac62019-09-25 08:56:27 -0600129 imply SPL_USE_TINY_PRINTF
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900130 help
131 Support for AM335x SOC from Texas Instruments.
132 The AM335x high performance SOC features a Cortex-A8
133 ARM core, a dual core PRU-ICSS for industrial Ethernet
134 protocols, optional 3D graphics and an optional customer
135 programmable secure boot.
136
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900137endchoice
138
Lokesh Vutla14426ca2017-05-05 12:59:07 +0530139config SYS_MPUCLK
140 int "MPU CLK speed"
Adam Ford99520872018-10-07 09:58:25 -0500141 depends on AM33XX
Lokesh Vutla1bda3732017-05-05 12:59:08 +0530142 default 500
Lokesh Vutla14426ca2017-05-05 12:59:07 +0530143 help
144 Defines the MPU clock speed (in MHz).
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900145
Andrew F. Davis79081522017-07-10 14:45:49 -0500146config TI_SECURE_EMIF_REGION_START
147 hex "Reserved EMIF region start address"
148 depends on TI_SECURE_DEVICE
149 default 0x0
150 help
151 Reserved EMIF region start address. Set to "0" to auto-select
152 to be at the end of the external memory region.
153
154config TI_SECURE_EMIF_TOTAL_REGION_SIZE
155 hex "Reserved EMIF region size"
156 depends on TI_SECURE_DEVICE
157 default 0x0
158 help
159 Total reserved EMIF region size. Default is 0, which means no reserved EMIF
160 region on secure devices.
161
162config TI_SECURE_EMIF_PROTECTED_REGION_SIZE
163 hex "Size of protected region within reserved EMIF region"
164 depends on TI_SECURE_DEVICE
165 default 0x0
166 help
167 This config option is used to specify the size of the portion of the total
168 reserved EMIF region set aside for secure OS needs that will be protected
169 using hardware memory firewalls. This value must be smaller than the
170 TI_SECURE_EMIF_TOTAL_REGION_SIZE value.
171
Tom Rinid7a06e72022-06-25 11:02:37 -0400172config SYS_AUTOMATIC_SDRAM_DETECTION
173 bool
174
175choice
176 depends on OMAP44XX || OMAP54XX
177 prompt "Static or dynamic DDR timing calculations"
178 default SYS_EMIF_PRECALCULATED_TIMING_REGS
179 help
180 For the DDR timing information we can either dynamically determine
181 the timings to use or use pre-determined timings (based on using the
182 dynamic method). Default to the static timing information.
183
184config SYS_EMIF_PRECALCULATED_TIMING_REGS
185 bool "Use precalcualted timing values"
186
187config SYS_DEFAULT_LPDDR2_TIMINGS
188 bool "Use default LPDDR2 timing values"
189 select SYS_AUTOMATIC_SDRAM_DETECTION
190
191endchoice
192
Tom Rini28eec372016-11-07 21:34:54 -0500193source "arch/arm/mach-omap2/omap3/Kconfig"
Madan Srinivas8a536e92016-05-19 19:10:44 -0500194
Tom Rini28eec372016-11-07 21:34:54 -0500195source "arch/arm/mach-omap2/omap4/Kconfig"
Madan Srinivas8a536e92016-05-19 19:10:44 -0500196
Tom Rini28eec372016-11-07 21:34:54 -0500197source "arch/arm/mach-omap2/omap5/Kconfig"
Madan Srinivas8a536e92016-05-19 19:10:44 -0500198
Tom Rini28eec372016-11-07 21:34:54 -0500199source "arch/arm/mach-omap2/am33xx/Kconfig"
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900200
201source "board/BuR/brxre1/Kconfig"
Hannes Schmelzer82088482019-08-01 07:04:46 +0200202source "board/BuR/brsmarc1/Kconfig"
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900203source "board/BuR/brppt1/Kconfig"
204source "board/siemens/draco/Kconfig"
205source "board/siemens/pxm2/Kconfig"
206source "board/siemens/rut/Kconfig"
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900207source "board/ti/ti816x/Kconfig"
208source "board/ti/am43xx/Kconfig"
209source "board/ti/am335x/Kconfig"
210source "board/compulab/cm_t335/Kconfig"
211source "board/compulab/cm_t43/Kconfig"
Niel Fouried3951852019-06-03 15:31:17 +0200212source "board/phytec/phycore_am335x_r2/Kconfig"
Masahiro Yamada6e1288c2017-04-25 13:10:11 +0900213
214endif