rockchip: Kconfig: move rk3368 config into its Kconfig
[platform/kernel/u-boot.git] / arch / arm / mach-rockchip / Kconfig
1 if ARCH_ROCKCHIP
2
3 config ROCKCHIP_RK3036
4         bool "Support Rockchip RK3036"
5         select CPU_V7A
6         select SUPPORT_SPL
7         select SPL
8         imply USB_FUNCTION_ROCKUSB
9         imply CMD_ROCKUSB
10         help
11           The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
12           including NEON and GPU, Mali-400 graphics, several DDR3 options
13           and video codec support. Peripherals include Gigabit Ethernet,
14           USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
15
16 config ROCKCHIP_RK3128
17         bool "Support Rockchip RK3128"
18         select CPU_V7A
19         help
20           The Rockchip RK3128 is a ARM-based SoC with a quad-core Cortex-A7
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_RK3188
26         bool "Support Rockchip RK3188"
27         select CPU_V7A
28         select SPL_BOARD_INIT if SPL
29         select SUPPORT_SPL
30         select SPL
31         select SPL_CLK
32         select SPL_REGMAP
33         select SPL_SYSCON
34         select SPL_RAM
35         select SPL_DRIVERS_MISC_SUPPORT
36         select SPL_ROCKCHIP_EARLYRETURN_TO_BROM
37         select BOARD_LATE_INIT
38         select ROCKCHIP_BROM_HELPER
39         help
40           The Rockchip RK3188 is a ARM-based SoC with a quad-core Cortex-A9
41           including NEON and GPU, 512KB L2 cache, Mali-400 graphics, two
42           video interfaces, several memory options and video codec support.
43           Peripherals include Fast Ethernet, USB2 host and OTG, SDIO, I2S,
44           UART, SPI, I2C and PWMs.
45
46 config ROCKCHIP_RK322X
47         bool "Support Rockchip RK3228/RK3229"
48         select CPU_V7A
49         select SUPPORT_SPL
50         select SUPPORT_TPL
51         select SPL
52         select SPL_DM
53         select SPL_OF_LIBFDT
54         select TPL
55         select TPL_DM
56         select TPL_OF_LIBFDT
57         select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
58         select TPL_NEEDS_SEPARATE_STACK if TPL
59         select SPL_DRIVERS_MISC_SUPPORT
60         imply SPL_SERIAL_SUPPORT
61         imply TPL_SERIAL_SUPPORT
62         select ROCKCHIP_BROM_HELPER
63         select TPL_LIBCOMMON_SUPPORT
64         select TPL_LIBGENERIC_SUPPORT
65         help
66           The Rockchip RK3229 is a ARM-based SoC with a dual-core Cortex-A7
67           including NEON and GPU, Mali-400 graphics, several DDR3 options
68           and video codec support. Peripherals include Gigabit Ethernet,
69           USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
70
71 config ROCKCHIP_RK3288
72         bool "Support Rockchip RK3288"
73         select CPU_V7A
74         select SPL_BOARD_INIT if SPL
75         select SUPPORT_SPL
76         select SPL
77         select SUPPORT_TPL
78         imply TPL_BOOTROM_SUPPORT
79         imply TPL_CLK
80         imply TPL_DM
81         imply TPL_DRIVERS_MISC_SUPPORT
82         imply TPL_LIBCOMMON_SUPPORT
83         imply TPL_LIBGENERIC_SUPPORT
84         imply TPL_NEEDS_SEPARATE_TEXT_BASE
85         imply TPL_NEEDS_SEPARATE_STACK
86         imply TPL_OF_CONTROL
87         imply TPL_OF_PLATDATA
88         imply TPL_RAM
89         imply TPL_REGMAP
90         imply TPL_SERIAL_SUPPORT
91         imply TPL_SYSCON
92         imply USB_FUNCTION_ROCKUSB
93         imply CMD_ROCKUSB
94         help
95           The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17
96           including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
97           video interfaces supporting HDMI and eDP, several DDR3 options
98           and video codec support. Peripherals include Gigabit Ethernet,
99           USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
100
101 config ROCKCHIP_RK3328
102         bool "Support Rockchip RK3328"
103         select ARM64
104         select SUPPORT_SPL
105         select SPL
106         imply SPL_SERIAL_SUPPORT
107         imply SPL_SEPARATE_BSS
108         select ENABLE_ARM_SOC_BOOT0_HOOK
109         select DEBUG_UART_BOARD_INIT
110         select SYS_NS16550
111         help
112           The Rockchip RK3328 is a ARM-based SoC with a quad-core Cortex-A53.
113           including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
114           video interfaces supporting HDMI and eDP, several DDR3 options
115           and video codec support. Peripherals include Gigabit Ethernet,
116           USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
117
118 config ROCKCHIP_RK3368
119         bool "Support Rockchip RK3368"
120         select ARM64
121         select SUPPORT_SPL
122         select SUPPORT_TPL
123         select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
124         select TPL_NEEDS_SEPARATE_STACK if TPL
125         imply SPL_SEPARATE_BSS
126         imply SPL_SERIAL_SUPPORT
127         imply TPL_SERIAL_SUPPORT
128         help
129           The Rockchip RK3368 is a ARM-based SoC with a octa-core (organised
130           into a big and little cluster with 4 cores each) Cortex-A53 including
131           AdvSIMD, 512KB L2 cache (for the big cluster) and 256 KB L2 cache
132           (for the little cluster), PowerVR G6110 based graphics, one video
133           output processor supporting LVDS/HDMI/eDP, several DDR3 options and
134           video codec support.
135
136           On-chip peripherals include Gigabit Ethernet, USB2 host and OTG, SDIO,
137           I2S, UARTs, SPI, I2C and PWMs.
138
139 config ROCKCHIP_RK3399
140         bool "Support Rockchip RK3399"
141         select ARM64
142         select SUPPORT_SPL
143         select SUPPORT_TPL
144         select SPL
145         select SPL_ATF
146         select SPL_ATF_NO_PLATFORM_PARAM if SPL_ATF
147         select SPL_BOARD_INIT if SPL
148         select SPL_LOAD_FIT
149         select SPL_CLK if SPL
150         select SPL_PINCTRL if SPL
151         select SPL_RAM if SPL
152         select SPL_REGMAP if SPL
153         select SPL_SYSCON if SPL
154         select TPL_NEEDS_SEPARATE_TEXT_BASE if TPL
155         select TPL_NEEDS_SEPARATE_STACK if TPL
156         select SPL_SEPARATE_BSS
157         select SPL_SERIAL_SUPPORT
158         select SPL_DRIVERS_MISC_SUPPORT
159         select CLK
160         select FIT
161         select PINCTRL
162         select RAM
163         select REGMAP
164         select SYSCON
165         select DM_PMIC
166         select DM_REGULATOR_FIXED
167         select BOARD_LATE_INIT
168         select ROCKCHIP_BROM_HELPER
169         imply TPL_SERIAL_SUPPORT
170         imply TPL_LIBCOMMON_SUPPORT
171         imply TPL_LIBGENERIC_SUPPORT
172         imply TPL_SYS_MALLOC_SIMPLE
173         imply TPL_BOARD_INIT
174         imply TPL_BOOTROM_SUPPORT
175         imply TPL_DRIVERS_MISC_SUPPORT
176         imply TPL_OF_CONTROL
177         imply TPL_DM
178         imply TPL_REGMAP
179         imply TPL_SYSCON
180         imply TPL_RAM
181         imply TPL_CLK
182         imply TPL_TINY_MEMSET
183         help
184           The Rockchip RK3399 is a ARM-based SoC with a dual-core Cortex-A72
185           and quad-core Cortex-A53.
186           including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
187           video interfaces supporting HDMI and eDP, several DDR3 options
188           and video codec support. Peripherals include Gigabit Ethernet,
189           USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
190
191 if ROCKCHIP_RK3399
192
193 config TPL_LDSCRIPT
194         default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
195
196 config TPL_TEXT_BASE
197         default 0xff8c2000
198
199 config TPL_MAX_SIZE
200         default 188416
201
202 config TPL_STACK
203         default 0xff8effff
204
205 endif
206
207 config ROCKCHIP_RV1108
208         bool "Support Rockchip RV1108"
209         select CPU_V7A
210         help
211           The Rockchip RV1108 is a ARM-based SoC with a single-core Cortex-A7
212           and a DSP.
213
214 config ROCKCHIP_USB_UART
215         bool "Route uart output to usb pins"
216         help
217           Rockchip SoCs have the ability to route the signals of the debug
218           uart through the d+ and d- pins of a specific usb phy to enable
219           some form of closed-case debugging. With this option supported
220           SoCs will enable this routing as a debug measure.
221
222 config SPL_ROCKCHIP_BACK_TO_BROM
223         bool "SPL returns to bootrom"
224         default y if ROCKCHIP_RK3036
225         select ROCKCHIP_BROM_HELPER
226         depends on SPL
227         help
228           Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
229           SPL will return to the boot rom, which will then load the U-Boot
230           binary to keep going on.
231
232 config TPL_ROCKCHIP_BACK_TO_BROM
233         bool "TPL returns to bootrom"
234         default y
235         select ROCKCHIP_BROM_HELPER
236         depends on TPL
237         help
238           Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
239           SPL will return to the boot rom, which will then load the U-Boot
240           binary to keep going on.
241
242 config ROCKCHIP_BOOT_MODE_REG
243         hex "Rockchip boot mode flag register address"
244         default 0x200081c8 if ROCKCHIP_RK3036
245         default 0x20004040 if ROCKCHIP_RK3188
246         default 0x110005c8 if ROCKCHIP_RK322X
247         default 0xff730094 if ROCKCHIP_RK3288
248         default 0xff738200 if ROCKCHIP_RK3368
249         default 0xff320300 if ROCKCHIP_RK3399
250         default 0x10300580 if ROCKCHIP_RV1108
251         default 0
252         help
253           The Soc will enter to different boot mode(defined in asm/arch-rockchip/boot_mode.h)
254           according to the value from this register.
255
256 config ROCKCHIP_SPL_RESERVE_IRAM
257         hex "Size of IRAM reserved in SPL"
258         default 0
259         help
260           SPL may need reserve memory for firmware loaded by SPL, whose load
261           address is in IRAM and may overlay with SPL text area if not
262           reserved.
263
264 config ROCKCHIP_BROM_HELPER
265         bool
266
267 config SPL_ROCKCHIP_EARLYRETURN_TO_BROM
268         bool "SPL requires early-return (for RK3188-style BROM) to BROM"
269         depends on SPL && ENABLE_ARM_SOC_BOOT0_HOOK
270         help
271           Some Rockchip BROM variants (e.g. on the RK3188) load the
272           first stage in segments and enter multiple times. E.g. on
273           the RK3188, the first 1KB of the first stage are loaded
274           first and entered; after returning to the BROM, the
275           remainder of the first stage is loaded, but the BROM
276           re-enters at the same address/to the same code as previously.
277
278           This enables support code in the BOOT0 hook for the SPL stage
279           to allow multiple entries.
280
281 config TPL_ROCKCHIP_EARLYRETURN_TO_BROM
282         bool "TPL requires early-return (for RK3188-style BROM) to BROM"
283         depends on TPL && ENABLE_ARM_SOC_BOOT0_HOOK
284         help
285           Some Rockchip BROM variants (e.g. on the RK3188) load the
286           first stage in segments and enter multiple times. E.g. on
287           the RK3188, the first 1KB of the first stage are loaded
288           first and entered; after returning to the BROM, the
289           remainder of the first stage is loaded, but the BROM
290           re-enters at the same address/to the same code as previously.
291
292           This enables support code in the BOOT0 hook for the TPL stage
293           to allow multiple entries.
294
295 config SPL_MMC_SUPPORT
296         default y if !SPL_ROCKCHIP_BACK_TO_BROM
297
298 source "arch/arm/mach-rockchip/rk3036/Kconfig"
299 source "arch/arm/mach-rockchip/rk3128/Kconfig"
300 source "arch/arm/mach-rockchip/rk3188/Kconfig"
301 source "arch/arm/mach-rockchip/rk322x/Kconfig"
302 source "arch/arm/mach-rockchip/rk3288/Kconfig"
303 source "arch/arm/mach-rockchip/rk3328/Kconfig"
304 source "arch/arm/mach-rockchip/rk3368/Kconfig"
305 source "arch/arm/mach-rockchip/rk3399/Kconfig"
306 source "arch/arm/mach-rockchip/rv1108/Kconfig"
307 endif