]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-rockchip/Kconfig
Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig
[thirdparty/u-boot.git] / arch / arm / mach-rockchip / Kconfig
1 if ARCH_ROCKCHIP
2
3 config ROCKCHIP_PX30
4 bool "Support Rockchip PX30"
5 select ARM64
6 select SUPPORT_SPL
7 select SUPPORT_TPL
8 select SPL
9 select TPL
10 select TPL_TINY_FRAMEWORK if TPL
11 select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
12 select TPL_NEEDS_SEPARATE_STACK if TPL
13 imply SPL_SEPARATE_BSS
14 select SPL_SERIAL_SUPPORT
15 select TPL_SERIAL_SUPPORT
16 select DEBUG_UART_BOARD_INIT
17 imply ROCKCHIP_COMMON_BOARD
18 imply SPL_ROCKCHIP_COMMON_BOARD
19 help
20 The Rockchip PX30 is a ARM-based SoC with a quad-core Cortex-A35
21 including NEON and GPU, Mali-400 graphics, several DDR3 options
22 and video codec support. Peripherals include Gigabit Ethernet,
23 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
24
25 config ROCKCHIP_RK3036
26 bool "Support Rockchip RK3036"
27 select CPU_V7A
28 select SUPPORT_SPL
29 select SPL
30 imply USB_FUNCTION_ROCKUSB
31 imply CMD_ROCKUSB
32 imply ROCKCHIP_COMMON_BOARD
33 help
34 The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
35 including NEON and GPU, Mali-400 graphics, several DDR3 options
36 and video codec support. Peripherals include Gigabit Ethernet,
37 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
38
39 config ROCKCHIP_RK3128
40 bool "Support Rockchip RK3128"
41 select CPU_V7A
42 imply ROCKCHIP_COMMON_BOARD
43 help
44 The Rockchip RK3128 is a ARM-based SoC with a quad-core Cortex-A7
45 including NEON and GPU, Mali-400 graphics, several DDR3 options
46 and video codec support. Peripherals include Gigabit Ethernet,
47 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
48
49 config ROCKCHIP_RK3188
50 bool "Support Rockchip RK3188"
51 select CPU_V7A
52 select SPL_BOARD_INIT if SPL
53 select SUPPORT_SPL
54 select SPL
55 select SPL_CLK
56 select SPL_REGMAP
57 select SPL_SYSCON
58 select SPL_RAM
59 select SPL_DRIVERS_MISC
60 select SPL_ROCKCHIP_EARLYRETURN_TO_BROM
61 select SPL_ROCKCHIP_BACK_TO_BROM
62 select BOARD_LATE_INIT
63 imply ROCKCHIP_COMMON_BOARD
64 imply SPL_ROCKCHIP_COMMON_BOARD
65 help
66 The Rockchip RK3188 is a ARM-based SoC with a quad-core Cortex-A9
67 including NEON and GPU, 512KB L2 cache, Mali-400 graphics, two
68 video interfaces, several memory options and video codec support.
69 Peripherals include Fast Ethernet, USB2 host and OTG, SDIO, I2S,
70 UART, SPI, I2C and PWMs.
71
72 config ROCKCHIP_RK322X
73 bool "Support Rockchip RK3228/RK3229"
74 select CPU_V7A
75 select SUPPORT_SPL
76 select SUPPORT_TPL
77 select SPL
78 select SPL_DM
79 select SPL_OF_LIBFDT
80 select TPL
81 select TPL_DM
82 select TPL_OF_LIBFDT
83 select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
84 select TPL_NEEDS_SEPARATE_STACK if TPL
85 select SPL_DRIVERS_MISC
86 imply ROCKCHIP_COMMON_BOARD
87 imply SPL_SERIAL_SUPPORT
88 imply SPL_ROCKCHIP_COMMON_BOARD
89 imply TPL_SERIAL_SUPPORT
90 imply TPL_ROCKCHIP_COMMON_BOARD
91 select TPL_LIBCOMMON_SUPPORT
92 select TPL_LIBGENERIC_SUPPORT
93 help
94 The Rockchip RK3229 is a ARM-based SoC with a dual-core Cortex-A7
95 including NEON and GPU, Mali-400 graphics, several DDR3 options
96 and video codec support. Peripherals include Gigabit Ethernet,
97 USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
98
99 config ROCKCHIP_RK3288
100 bool "Support Rockchip RK3288"
101 select CPU_V7A
102 select OF_BOARD_SETUP
103 select SKIP_LOWLEVEL_INIT_ONLY
104 select SUPPORT_SPL
105 select SPL
106 select SUPPORT_TPL
107 imply PRE_CONSOLE_BUFFER
108 imply ROCKCHIP_COMMON_BOARD
109 imply SPL_ROCKCHIP_COMMON_BOARD
110 imply TPL_CLK
111 imply TPL_DM
112 imply TPL_DRIVERS_MISC
113 imply TPL_LIBCOMMON_SUPPORT
114 imply TPL_LIBGENERIC_SUPPORT
115 imply TPL_NEEDS_SEPARATE_TEXT_BASE
116 imply TPL_NEEDS_SEPARATE_STACK
117 imply TPL_OF_CONTROL
118 imply TPL_OF_PLATDATA
119 imply TPL_RAM
120 imply TPL_REGMAP
121 imply TPL_ROCKCHIP_COMMON_BOARD
122 imply TPL_SERIAL_SUPPORT
123 imply TPL_SYSCON
124 imply USB_FUNCTION_ROCKUSB
125 imply CMD_ROCKUSB
126 help
127 The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17
128 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
129 video interfaces supporting HDMI and eDP, several DDR3 options
130 and video codec support. Peripherals include Gigabit Ethernet,
131 USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
132
133 config ROCKCHIP_RK3308
134 bool "Support Rockchip RK3308"
135 select ARM64
136 select DEBUG_UART_BOARD_INIT
137 select SUPPORT_SPL
138 select SUPPORT_TPL
139 select SPL
140 select SPL_ATF
141 select SPL_ATF_NO_PLATFORM_PARAM
142 select SPL_LOAD_FIT
143 imply ROCKCHIP_COMMON_BOARD
144 imply SPL_ROCKCHIP_COMMON_BOARD
145 imply SPL_CLK
146 imply SPL_REGMAP
147 imply SPL_SYSCON
148 imply SPL_RAM
149 imply SPL_SERIAL_SUPPORT
150 imply TPL_SERIAL_SUPPORT
151 imply SPL_SEPARATE_BSS
152 help
153 The Rockchip RK3308 is a ARM-based Soc which embedded with quad
154 Cortex-A35 and highly integrated audio interfaces.
155
156 config ROCKCHIP_RK3328
157 bool "Support Rockchip RK3328"
158 select ARM64
159 select SUPPORT_SPL
160 select SPL
161 select SUPPORT_TPL
162 select TPL
163 select TPL_NEEDS_SEPARATE_TEXT_BASE if TPL
164 select TPL_NEEDS_SEPARATE_STACK if TPL
165 imply ROCKCHIP_COMMON_BOARD
166 imply ROCKCHIP_SDRAM_COMMON
167 imply SPL_ROCKCHIP_COMMON_BOARD
168 imply SPL_SERIAL_SUPPORT
169 imply TPL_SERIAL_SUPPORT
170 imply SPL_SEPARATE_BSS
171 select ENABLE_ARM_SOC_BOOT0_HOOK
172 select DEBUG_UART_BOARD_INIT
173 select SYS_NS16550
174 help
175 The Rockchip RK3328 is a ARM-based SoC with a quad-core Cortex-A53.
176 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
177 video interfaces supporting HDMI and eDP, several DDR3 options
178 and video codec support. Peripherals include Gigabit Ethernet,
179 USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
180
181 config ROCKCHIP_RK3368
182 bool "Support Rockchip RK3368"
183 select ARM64
184 select SUPPORT_SPL
185 select SUPPORT_TPL
186 select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
187 select TPL_NEEDS_SEPARATE_STACK if TPL
188 imply ROCKCHIP_COMMON_BOARD
189 imply SPL_ROCKCHIP_COMMON_BOARD
190 imply SPL_SEPARATE_BSS
191 imply SPL_SERIAL_SUPPORT
192 imply TPL_SERIAL_SUPPORT
193 imply TPL_ROCKCHIP_COMMON_BOARD
194 help
195 The Rockchip RK3368 is a ARM-based SoC with a octa-core (organised
196 into a big and little cluster with 4 cores each) Cortex-A53 including
197 AdvSIMD, 512KB L2 cache (for the big cluster) and 256 KB L2 cache
198 (for the little cluster), PowerVR G6110 based graphics, one video
199 output processor supporting LVDS/HDMI/eDP, several DDR3 options and
200 video codec support.
201
202 On-chip peripherals include Gigabit Ethernet, USB2 host and OTG, SDIO,
203 I2S, UARTs, SPI, I2C and PWMs.
204
205 config ROCKCHIP_RK3399
206 bool "Support Rockchip RK3399"
207 select ARM64
208 select SUPPORT_SPL
209 select SUPPORT_TPL
210 select SPL
211 select SPL_ATF
212 select SPL_BOARD_INIT if SPL
213 select SPL_LOAD_FIT
214 select SPL_CLK if SPL
215 select SPL_PINCTRL if SPL
216 select SPL_RAM if SPL
217 select SPL_REGMAP if SPL
218 select SPL_SYSCON if SPL
219 select TPL_NEEDS_SEPARATE_TEXT_BASE if TPL
220 select TPL_NEEDS_SEPARATE_STACK if TPL
221 select SPL_SEPARATE_BSS
222 select SPL_SERIAL_SUPPORT
223 select SPL_DRIVERS_MISC
224 select CLK
225 select FIT
226 select PINCTRL
227 select RAM
228 select REGMAP
229 select SYSCON
230 select DM_PMIC
231 select DM_REGULATOR_FIXED
232 select BOARD_LATE_INIT
233 imply PRE_CONSOLE_BUFFER
234 imply ROCKCHIP_COMMON_BOARD
235 imply ROCKCHIP_SDRAM_COMMON
236 imply SPL_ATF_NO_PLATFORM_PARAM if SPL_ATF
237 imply SPL_ROCKCHIP_COMMON_BOARD
238 imply TPL_SERIAL_SUPPORT
239 imply TPL_LIBCOMMON_SUPPORT
240 imply TPL_LIBGENERIC_SUPPORT
241 imply TPL_SYS_MALLOC_SIMPLE
242 imply TPL_DRIVERS_MISC
243 imply TPL_OF_CONTROL
244 imply TPL_DM
245 imply TPL_REGMAP
246 imply TPL_SYSCON
247 imply TPL_RAM
248 imply TPL_CLK
249 imply TPL_TINY_MEMSET
250 imply TPL_ROCKCHIP_COMMON_BOARD
251 imply SYS_BOOTCOUNT_SINGLEWORD if BOOTCOUNT_LIMIT
252 imply CMD_BOOTCOUNT if BOOTCOUNT_LIMIT
253 help
254 The Rockchip RK3399 is a ARM-based SoC with a dual-core Cortex-A72
255 and quad-core Cortex-A53.
256 including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
257 video interfaces supporting HDMI and eDP, several DDR3 options
258 and video codec support. Peripherals include Gigabit Ethernet,
259 USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
260
261 config ROCKCHIP_RK3568
262 bool "Support Rockchip RK3568"
263 select ARM64
264 select CLK
265 select PINCTRL
266 select RAM
267 select REGMAP
268 select SYSCON
269 select BOARD_LATE_INIT
270 imply ROCKCHIP_COMMON_BOARD
271 help
272 The Rockchip RK3568 is a ARM-based SoC with quad-core Cortex-A55,
273 including NEON and GPU, 512K L3 cache, Mali-G52 based graphics,
274 two video interfaces supporting HDMI and eDP, several DDR3 options
275 and video codec support. Peripherals include Gigabit Ethernet,
276 USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
277
278 config ROCKCHIP_RV1108
279 bool "Support Rockchip RV1108"
280 select CPU_V7A
281 imply ROCKCHIP_COMMON_BOARD
282 help
283 The Rockchip RV1108 is a ARM-based SoC with a single-core Cortex-A7
284 and a DSP.
285
286 config ROCKCHIP_USB_UART
287 bool "Route uart output to usb pins"
288 help
289 Rockchip SoCs have the ability to route the signals of the debug
290 uart through the d+ and d- pins of a specific usb phy to enable
291 some form of closed-case debugging. With this option supported
292 SoCs will enable this routing as a debug measure.
293
294 config SPL_ROCKCHIP_BACK_TO_BROM
295 bool "SPL returns to bootrom"
296 default y if ROCKCHIP_RK3036
297 select ROCKCHIP_BROM_HELPER
298 select SPL_BOOTROM_SUPPORT
299 depends on SPL
300 help
301 Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
302 SPL will return to the boot rom, which will then load the U-Boot
303 binary to keep going on.
304
305 config TPL_ROCKCHIP_BACK_TO_BROM
306 bool "TPL returns to bootrom"
307 default y
308 select ROCKCHIP_BROM_HELPER
309 select TPL_BOOTROM_SUPPORT
310 depends on TPL
311 help
312 Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
313 SPL will return to the boot rom, which will then load the U-Boot
314 binary to keep going on.
315
316 config ROCKCHIP_COMMON_BOARD
317 bool "Rockchip common board file"
318 help
319 Rockchip SoCs have similar boot process, Common board file is mainly
320 in charge of common process of board_init() and board_late_init() for
321 U-Boot proper.
322
323 config SPL_ROCKCHIP_COMMON_BOARD
324 bool "Rockchip SPL common board file"
325 depends on SPL
326 help
327 Rockchip SoCs have similar boot process, SPL is mainly in charge of
328 load and boot Trust ATF/U-Boot firmware, and DRAM init if there is
329 no TPL for the board.
330
331 config TPL_ROCKCHIP_COMMON_BOARD
332 bool "Rockchip TPL common board file"
333 depends on TPL
334 help
335 Rockchip SoCs have similar boot process, prefer to use TPL for DRAM
336 init and back to bootrom, and SPL as Trust ATF/U-Boot loader. TPL
337 common board is a basic TPL board init which can be shared for most
338 of SoCs to avoid copy-paste for different SoCs.
339
340 config ROCKCHIP_BOOT_MODE_REG
341 hex "Rockchip boot mode flag register address"
342 help
343 The Soc will enter to different boot mode(defined in asm/arch-rockchip/boot_mode.h)
344 according to the value from this register.
345
346 config ROCKCHIP_SPL_RESERVE_IRAM
347 hex "Size of IRAM reserved in SPL"
348 default 0
349 help
350 SPL may need reserve memory for firmware loaded by SPL, whose load
351 address is in IRAM and may overlay with SPL text area if not
352 reserved.
353
354 config ROCKCHIP_BROM_HELPER
355 bool
356
357 config SPL_ROCKCHIP_EARLYRETURN_TO_BROM
358 bool "SPL requires early-return (for RK3188-style BROM) to BROM"
359 depends on SPL && ENABLE_ARM_SOC_BOOT0_HOOK
360 help
361 Some Rockchip BROM variants (e.g. on the RK3188) load the
362 first stage in segments and enter multiple times. E.g. on
363 the RK3188, the first 1KB of the first stage are loaded
364 first and entered; after returning to the BROM, the
365 remainder of the first stage is loaded, but the BROM
366 re-enters at the same address/to the same code as previously.
367
368 This enables support code in the BOOT0 hook for the SPL stage
369 to allow multiple entries.
370
371 config TPL_ROCKCHIP_EARLYRETURN_TO_BROM
372 bool "TPL requires early-return (for RK3188-style BROM) to BROM"
373 depends on TPL && ENABLE_ARM_SOC_BOOT0_HOOK
374 help
375 Some Rockchip BROM variants (e.g. on the RK3188) load the
376 first stage in segments and enter multiple times. E.g. on
377 the RK3188, the first 1KB of the first stage are loaded
378 first and entered; after returning to the BROM, the
379 remainder of the first stage is loaded, but the BROM
380 re-enters at the same address/to the same code as previously.
381
382 This enables support code in the BOOT0 hook for the TPL stage
383 to allow multiple entries.
384
385 config SPL_MMC_SUPPORT
386 default y if !SPL_ROCKCHIP_BACK_TO_BROM
387
388 config ROCKCHIP_SPI_IMAGE
389 bool "Build a SPI image for rockchip"
390 depends on HAS_ROM
391 help
392 Some Rockchip SoCs support booting from SPI flash. Enable this
393 option to produce a 4MB SPI-flash image (called u-boot.rom)
394 containing U-Boot. The image is built by binman. U-Boot sits near
395 the start of the image.
396
397 source "arch/arm/mach-rockchip/px30/Kconfig"
398 source "arch/arm/mach-rockchip/rk3036/Kconfig"
399 source "arch/arm/mach-rockchip/rk3128/Kconfig"
400 source "arch/arm/mach-rockchip/rk3188/Kconfig"
401 source "arch/arm/mach-rockchip/rk322x/Kconfig"
402 source "arch/arm/mach-rockchip/rk3288/Kconfig"
403 source "arch/arm/mach-rockchip/rk3308/Kconfig"
404 source "arch/arm/mach-rockchip/rk3328/Kconfig"
405 source "arch/arm/mach-rockchip/rk3368/Kconfig"
406 source "arch/arm/mach-rockchip/rk3399/Kconfig"
407 source "arch/arm/mach-rockchip/rk3568/Kconfig"
408 source "arch/arm/mach-rockchip/rv1108/Kconfig"
409 endif