Simon Glass | 2cffe66 | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1 | if ARCH_ROCKCHIP |
| 2 | |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 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 |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 11 | select TPL_NEEDS_SEPARATE_STACK if TPL |
| 12 | imply SPL_SEPARATE_BSS |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 13 | select SPL_SERIAL |
| 14 | select TPL_SERIAL |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 15 | select DEBUG_UART_BOARD_INIT |
| 16 | imply ROCKCHIP_COMMON_BOARD |
| 17 | imply SPL_ROCKCHIP_COMMON_BOARD |
| 18 | help |
| 19 | The Rockchip PX30 is a ARM-based SoC with a quad-core Cortex-A35 |
| 20 | including NEON and GPU, Mali-400 graphics, several DDR3 options |
| 21 | and video codec support. Peripherals include Gigabit Ethernet, |
| 22 | USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs. |
| 23 | |
Heiko Stübner | 5c91e2b | 2016-07-16 00:17:15 +0200 | [diff] [blame] | 24 | config ROCKCHIP_RK3036 |
| 25 | bool "Support Rockchip RK3036" |
Lokesh Vutla | 81b1a67 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 26 | select CPU_V7A |
Kever Yang | 0d3d783 | 2016-07-19 21:16:59 +0800 | [diff] [blame] | 27 | select SUPPORT_SPL |
| 28 | select SPL |
Eddie Cai | a79b78f | 2018-01-17 09:51:41 +0800 | [diff] [blame] | 29 | imply USB_FUNCTION_ROCKUSB |
| 30 | imply CMD_ROCKUSB |
Kever Yang | 427cb67 | 2019-07-22 20:02:04 +0800 | [diff] [blame] | 31 | imply ROCKCHIP_COMMON_BOARD |
Heiko Stübner | 5c91e2b | 2016-07-16 00:17:15 +0200 | [diff] [blame] | 32 | help |
| 33 | The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7 |
| 34 | including NEON and GPU, Mali-400 graphics, several DDR3 options |
| 35 | and video codec support. Peripherals include Gigabit Ethernet, |
| 36 | USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs. |
| 37 | |
Johan Jonker | a289fc7 | 2022-04-16 17:09:47 +0200 | [diff] [blame] | 38 | config ROCKCHIP_RK3066 |
| 39 | bool "Support Rockchip RK3066" |
| 40 | select CPU_V7A |
| 41 | select SPL_BOARD_INIT if SPL |
| 42 | select SUPPORT_SPL |
| 43 | select SUPPORT_TPL |
| 44 | select SPL |
| 45 | select TPL |
| 46 | select TPL_ROCKCHIP_BACK_TO_BROM |
| 47 | select TPL_ROCKCHIP_EARLYRETURN_TO_BROM |
| 48 | imply ROCKCHIP_COMMON_BOARD |
| 49 | imply SPL_ROCKCHIP_COMMON_BOARD |
| 50 | imply SPL_SERIAL |
| 51 | imply TPL_ROCKCHIP_COMMON_BOARD |
| 52 | imply TPL_SERIAL |
| 53 | help |
| 54 | The Rockchip RK3066 is a ARM-based SoC with a dual-core Cortex-A9 |
| 55 | including NEON and GPU, 512KB L2 cache, Mali-400 graphics, two |
| 56 | video interfaces, several memory options and video codec support. |
| 57 | Peripherals include Fast Ethernet, USB2 host and OTG, SDIO, I2S, |
| 58 | UART, SPI, I2C and PWMs. |
| 59 | |
Kever Yang | aa82775 | 2017-11-28 16:04:16 +0800 | [diff] [blame] | 60 | config ROCKCHIP_RK3128 |
| 61 | bool "Support Rockchip RK3128" |
Lokesh Vutla | 81b1a67 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 62 | select CPU_V7A |
Kever Yang | 9636272 | 2019-07-22 20:02:05 +0800 | [diff] [blame] | 63 | imply ROCKCHIP_COMMON_BOARD |
Kever Yang | aa82775 | 2017-11-28 16:04:16 +0800 | [diff] [blame] | 64 | help |
| 65 | The Rockchip RK3128 is a ARM-based SoC with a quad-core Cortex-A7 |
| 66 | including NEON and GPU, Mali-400 graphics, several DDR3 options |
| 67 | and video codec support. Peripherals include Gigabit Ethernet, |
| 68 | USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs. |
| 69 | |
Heiko Stübner | ef6db5e | 2017-02-18 19:46:36 +0100 | [diff] [blame] | 70 | config ROCKCHIP_RK3188 |
| 71 | bool "Support Rockchip RK3188" |
Lokesh Vutla | 81b1a67 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 72 | select CPU_V7A |
Ley Foon Tan | 48fcc4a | 2017-05-03 17:13:32 +0800 | [diff] [blame] | 73 | select SPL_BOARD_INIT if SPL |
Heiko Stübner | ef6db5e | 2017-02-18 19:46:36 +0100 | [diff] [blame] | 74 | select SUPPORT_SPL |
Heiko Stübner | ef6db5e | 2017-02-18 19:46:36 +0100 | [diff] [blame] | 75 | select SPL |
Philipp Tomsich | 5aa3f9d | 2017-10-10 16:21:17 +0200 | [diff] [blame] | 76 | select SPL_CLK |
Philipp Tomsich | 5aa3f9d | 2017-10-10 16:21:17 +0200 | [diff] [blame] | 77 | select SPL_REGMAP |
| 78 | select SPL_SYSCON |
| 79 | select SPL_RAM |
Simon Glass | 284cb9c | 2021-07-10 21:14:31 -0600 | [diff] [blame] | 80 | select SPL_DRIVERS_MISC |
Philipp Tomsich | 16c689c | 2017-10-10 16:21:15 +0200 | [diff] [blame] | 81 | select SPL_ROCKCHIP_EARLYRETURN_TO_BROM |
Kever Yang | bd8532e | 2019-07-22 19:59:15 +0800 | [diff] [blame] | 82 | select SPL_ROCKCHIP_BACK_TO_BROM |
Heiko Stübner | 015f69a | 2017-04-06 00:19:36 +0200 | [diff] [blame] | 83 | select BOARD_LATE_INIT |
Kever Yang | bfd3f87 | 2019-07-22 20:02:09 +0800 | [diff] [blame] | 84 | imply ROCKCHIP_COMMON_BOARD |
Kever Yang | 3bd9040 | 2019-07-22 19:59:18 +0800 | [diff] [blame] | 85 | imply SPL_ROCKCHIP_COMMON_BOARD |
Heiko Stübner | ef6db5e | 2017-02-18 19:46:36 +0100 | [diff] [blame] | 86 | help |
| 87 | The Rockchip RK3188 is a ARM-based SoC with a quad-core Cortex-A9 |
| 88 | including NEON and GPU, 512KB L2 cache, Mali-400 graphics, two |
| 89 | video interfaces, several memory options and video codec support. |
| 90 | Peripherals include Fast Ethernet, USB2 host and OTG, SDIO, I2S, |
| 91 | UART, SPI, I2C and PWMs. |
| 92 | |
Kever Yang | 57d4dbf | 2017-06-23 17:17:52 +0800 | [diff] [blame] | 93 | config ROCKCHIP_RK322X |
| 94 | bool "Support Rockchip RK3228/RK3229" |
Lokesh Vutla | 81b1a67 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 95 | select CPU_V7A |
Kever Yang | 57d4dbf | 2017-06-23 17:17:52 +0800 | [diff] [blame] | 96 | select SUPPORT_SPL |
Kever Yang | aff40c6 | 2019-04-02 20:41:24 +0800 | [diff] [blame] | 97 | select SUPPORT_TPL |
Kever Yang | 57d4dbf | 2017-06-23 17:17:52 +0800 | [diff] [blame] | 98 | select SPL |
Kever Yang | aff40c6 | 2019-04-02 20:41:24 +0800 | [diff] [blame] | 99 | select SPL_DM |
| 100 | select SPL_OF_LIBFDT |
| 101 | select TPL |
| 102 | select TPL_DM |
| 103 | select TPL_OF_LIBFDT |
Kever Yang | aff40c6 | 2019-04-02 20:41:24 +0800 | [diff] [blame] | 104 | select TPL_NEEDS_SEPARATE_STACK if TPL |
Simon Glass | 284cb9c | 2021-07-10 21:14:31 -0600 | [diff] [blame] | 105 | select SPL_DRIVERS_MISC |
Kever Yang | 0b51773 | 2019-07-22 20:02:07 +0800 | [diff] [blame] | 106 | imply ROCKCHIP_COMMON_BOARD |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 107 | imply SPL_SERIAL |
Kever Yang | d877fd2 | 2019-07-22 19:59:20 +0800 | [diff] [blame] | 108 | imply SPL_ROCKCHIP_COMMON_BOARD |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 109 | imply TPL_SERIAL |
Kever Yang | 466f3fd | 2019-07-09 22:05:56 +0800 | [diff] [blame] | 110 | imply TPL_ROCKCHIP_COMMON_BOARD |
Kever Yang | aff40c6 | 2019-04-02 20:41:24 +0800 | [diff] [blame] | 111 | select TPL_LIBCOMMON_SUPPORT |
| 112 | select TPL_LIBGENERIC_SUPPORT |
Kever Yang | 57d4dbf | 2017-06-23 17:17:52 +0800 | [diff] [blame] | 113 | help |
| 114 | The Rockchip RK3229 is a ARM-based SoC with a dual-core Cortex-A7 |
| 115 | including NEON and GPU, Mali-400 graphics, several DDR3 options |
| 116 | and video codec support. Peripherals include Gigabit Ethernet, |
| 117 | USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs. |
| 118 | |
Simon Glass | 2cffe66 | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 119 | config ROCKCHIP_RK3288 |
| 120 | bool "Support Rockchip RK3288" |
Lokesh Vutla | 81b1a67 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 121 | select CPU_V7A |
Jagan Teki | f461f45 | 2020-07-21 12:16:38 +0530 | [diff] [blame] | 122 | select OF_BOARD_SETUP |
Tom Rini | e1e8544 | 2021-08-27 21:18:30 -0400 | [diff] [blame] | 123 | select SKIP_LOWLEVEL_INIT_ONLY |
Kever Yang | 0d3d783 | 2016-07-19 21:16:59 +0800 | [diff] [blame] | 124 | select SUPPORT_SPL |
| 125 | select SPL |
Kever Yang | f7c0a33 | 2019-07-02 11:43:05 +0800 | [diff] [blame] | 126 | select SUPPORT_TPL |
Jagan Teki | 7b7cc95 | 2020-01-23 19:42:19 +0530 | [diff] [blame] | 127 | imply PRE_CONSOLE_BUFFER |
Kever Yang | ba87501 | 2019-07-22 20:02:15 +0800 | [diff] [blame] | 128 | imply ROCKCHIP_COMMON_BOARD |
Kever Yang | aa67deb | 2019-07-22 19:59:27 +0800 | [diff] [blame] | 129 | imply SPL_ROCKCHIP_COMMON_BOARD |
Kever Yang | f7c0a33 | 2019-07-02 11:43:05 +0800 | [diff] [blame] | 130 | imply TPL_CLK |
| 131 | imply TPL_DM |
Simon Glass | 284cb9c | 2021-07-10 21:14:31 -0600 | [diff] [blame] | 132 | imply TPL_DRIVERS_MISC |
Kever Yang | f7c0a33 | 2019-07-02 11:43:05 +0800 | [diff] [blame] | 133 | imply TPL_LIBCOMMON_SUPPORT |
| 134 | imply TPL_LIBGENERIC_SUPPORT |
Kever Yang | b36e709 | 2019-07-02 11:43:06 +0800 | [diff] [blame] | 135 | imply TPL_NEEDS_SEPARATE_STACK |
Kever Yang | f7c0a33 | 2019-07-02 11:43:05 +0800 | [diff] [blame] | 136 | imply TPL_OF_CONTROL |
| 137 | imply TPL_OF_PLATDATA |
| 138 | imply TPL_RAM |
| 139 | imply TPL_REGMAP |
Kever Yang | e32f38e | 2019-07-09 22:05:57 +0800 | [diff] [blame] | 140 | imply TPL_ROCKCHIP_COMMON_BOARD |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 141 | imply TPL_SERIAL |
Kever Yang | f7c0a33 | 2019-07-02 11:43:05 +0800 | [diff] [blame] | 142 | imply TPL_SYSCON |
Eddie Cai | b3501fe | 2017-12-15 08:17:13 +0800 | [diff] [blame] | 143 | imply USB_FUNCTION_ROCKUSB |
| 144 | imply CMD_ROCKUSB |
Simon Glass | 2cffe66 | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 145 | help |
| 146 | The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17 |
| 147 | including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two |
| 148 | video interfaces supporting HDMI and eDP, several DDR3 options |
| 149 | and video codec support. Peripherals include Gigabit Ethernet, |
Andreas Färber | 531e8e0 | 2016-11-02 18:03:01 +0100 | [diff] [blame] | 150 | USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs. |
Simon Glass | 2cffe66 | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 151 | |
Andy Yan | b5e1630 | 2019-11-14 11:21:12 +0800 | [diff] [blame] | 152 | config ROCKCHIP_RK3308 |
| 153 | bool "Support Rockchip RK3308" |
| 154 | select ARM64 |
| 155 | select DEBUG_UART_BOARD_INIT |
| 156 | select SUPPORT_SPL |
| 157 | select SUPPORT_TPL |
| 158 | select SPL |
| 159 | select SPL_ATF |
| 160 | select SPL_ATF_NO_PLATFORM_PARAM |
| 161 | select SPL_LOAD_FIT |
| 162 | imply ROCKCHIP_COMMON_BOARD |
| 163 | imply SPL_ROCKCHIP_COMMON_BOARD |
| 164 | imply SPL_CLK |
| 165 | imply SPL_REGMAP |
| 166 | imply SPL_SYSCON |
| 167 | imply SPL_RAM |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 168 | imply SPL_SERIAL |
| 169 | imply TPL_SERIAL |
Andy Yan | b5e1630 | 2019-11-14 11:21:12 +0800 | [diff] [blame] | 170 | imply SPL_SEPARATE_BSS |
| 171 | help |
| 172 | The Rockchip RK3308 is a ARM-based Soc which embedded with quad |
| 173 | Cortex-A35 and highly integrated audio interfaces. |
| 174 | |
Kever Yang | ec02b3c | 2017-02-23 15:37:51 +0800 | [diff] [blame] | 175 | config ROCKCHIP_RK3328 |
| 176 | bool "Support Rockchip RK3328" |
| 177 | select ARM64 |
Kever Yang | 07be669 | 2019-06-09 00:27:15 +0300 | [diff] [blame] | 178 | select SUPPORT_SPL |
| 179 | select SPL |
Kever Yang | 6987185 | 2019-08-02 10:40:01 +0300 | [diff] [blame] | 180 | select SUPPORT_TPL |
| 181 | select TPL |
Kever Yang | 6987185 | 2019-08-02 10:40:01 +0300 | [diff] [blame] | 182 | select TPL_NEEDS_SEPARATE_STACK if TPL |
Kever Yang | 205e2cc | 2019-07-22 20:02:16 +0800 | [diff] [blame] | 183 | imply ROCKCHIP_COMMON_BOARD |
YouMin Chen | b9f7df3 | 2019-11-15 11:04:44 +0800 | [diff] [blame] | 184 | imply ROCKCHIP_SDRAM_COMMON |
Kever Yang | bb4c325 | 2019-07-22 19:59:32 +0800 | [diff] [blame] | 185 | imply SPL_ROCKCHIP_COMMON_BOARD |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 186 | imply SPL_SERIAL |
| 187 | imply TPL_SERIAL |
Kever Yang | 07be669 | 2019-06-09 00:27:15 +0300 | [diff] [blame] | 188 | imply SPL_SEPARATE_BSS |
| 189 | select ENABLE_ARM_SOC_BOOT0_HOOK |
| 190 | select DEBUG_UART_BOARD_INIT |
| 191 | select SYS_NS16550 |
Kever Yang | ec02b3c | 2017-02-23 15:37:51 +0800 | [diff] [blame] | 192 | help |
| 193 | The Rockchip RK3328 is a ARM-based SoC with a quad-core Cortex-A53. |
| 194 | including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two |
| 195 | video interfaces supporting HDMI and eDP, several DDR3 options |
| 196 | and video codec support. Peripherals include Gigabit Ethernet, |
| 197 | USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs. |
| 198 | |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 199 | config ROCKCHIP_RK3368 |
| 200 | bool "Support Rockchip RK3368" |
| 201 | select ARM64 |
Philipp Tomsich | 84af43e | 2017-06-11 23:46:25 +0200 | [diff] [blame] | 202 | select SUPPORT_SPL |
| 203 | select SUPPORT_TPL |
Philipp Tomsich | 01b219e | 2017-07-28 20:03:07 +0200 | [diff] [blame] | 204 | select TPL_NEEDS_SEPARATE_STACK if TPL |
Kever Yang | 35b401e | 2019-07-22 20:02:17 +0800 | [diff] [blame] | 205 | imply ROCKCHIP_COMMON_BOARD |
Kever Yang | 8bf7ed4 | 2019-07-22 19:59:34 +0800 | [diff] [blame] | 206 | imply SPL_ROCKCHIP_COMMON_BOARD |
Philipp Tomsich | 84af43e | 2017-06-11 23:46:25 +0200 | [diff] [blame] | 207 | imply SPL_SEPARATE_BSS |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 208 | imply SPL_SERIAL |
| 209 | imply TPL_SERIAL |
Kever Yang | 48831b2 | 2019-07-09 22:05:58 +0800 | [diff] [blame] | 210 | imply TPL_ROCKCHIP_COMMON_BOARD |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 211 | help |
Philipp Tomsich | 9f3deaf | 2017-06-10 00:47:53 +0200 | [diff] [blame] | 212 | The Rockchip RK3368 is a ARM-based SoC with a octa-core (organised |
| 213 | into a big and little cluster with 4 cores each) Cortex-A53 including |
| 214 | AdvSIMD, 512KB L2 cache (for the big cluster) and 256 KB L2 cache |
| 215 | (for the little cluster), PowerVR G6110 based graphics, one video |
| 216 | output processor supporting LVDS/HDMI/eDP, several DDR3 options and |
| 217 | video codec support. |
| 218 | |
| 219 | On-chip peripherals include Gigabit Ethernet, USB2 host and OTG, SDIO, |
| 220 | I2S, UARTs, SPI, I2C and PWMs. |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 221 | |
Kever Yang | 0d3d783 | 2016-07-19 21:16:59 +0800 | [diff] [blame] | 222 | config ROCKCHIP_RK3399 |
| 223 | bool "Support Rockchip RK3399" |
| 224 | select ARM64 |
Kever Yang | 16efdfd | 2017-02-22 16:56:38 +0800 | [diff] [blame] | 225 | select SUPPORT_SPL |
Kever Yang | fca798d | 2018-11-09 11:18:15 +0800 | [diff] [blame] | 226 | select SUPPORT_TPL |
Kever Yang | 16efdfd | 2017-02-22 16:56:38 +0800 | [diff] [blame] | 227 | select SPL |
Jagan Teki | cd43389 | 2019-05-08 11:11:43 +0530 | [diff] [blame] | 228 | select SPL_ATF |
Jagan Teki | ce063b9 | 2019-06-21 00:25:03 +0530 | [diff] [blame] | 229 | select SPL_BOARD_INIT if SPL |
Jagan Teki | cd43389 | 2019-05-08 11:11:43 +0530 | [diff] [blame] | 230 | select SPL_LOAD_FIT |
| 231 | select SPL_CLK if SPL |
| 232 | select SPL_PINCTRL if SPL |
| 233 | select SPL_RAM if SPL |
| 234 | select SPL_REGMAP if SPL |
| 235 | select SPL_SYSCON if SPL |
Kever Yang | fca798d | 2018-11-09 11:18:15 +0800 | [diff] [blame] | 236 | select TPL_NEEDS_SEPARATE_STACK if TPL |
Kever Yang | 16efdfd | 2017-02-22 16:56:38 +0800 | [diff] [blame] | 237 | select SPL_SEPARATE_BSS |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 238 | select SPL_SERIAL |
Simon Glass | 284cb9c | 2021-07-10 21:14:31 -0600 | [diff] [blame] | 239 | select SPL_DRIVERS_MISC |
Jagan Teki | cd43389 | 2019-05-08 11:11:43 +0530 | [diff] [blame] | 240 | select CLK |
| 241 | select FIT |
| 242 | select PINCTRL |
| 243 | select RAM |
| 244 | select REGMAP |
| 245 | select SYSCON |
| 246 | select DM_PMIC |
| 247 | select DM_REGULATOR_FIXED |
Andy Yan | 70378cb | 2017-10-11 15:00:16 +0800 | [diff] [blame] | 248 | select BOARD_LATE_INIT |
Jagan Teki | 9249d5c | 2020-04-02 17:11:23 +0530 | [diff] [blame] | 249 | imply PRE_CONSOLE_BUFFER |
Kever Yang | 9554a4e | 2019-07-22 20:02:19 +0800 | [diff] [blame] | 250 | imply ROCKCHIP_COMMON_BOARD |
YouMin Chen | 23ae72e | 2019-11-15 11:04:45 +0800 | [diff] [blame] | 251 | imply ROCKCHIP_SDRAM_COMMON |
Hugh Cole-Baker | bf0fe0f | 2020-06-16 00:30:47 +0100 | [diff] [blame] | 252 | imply SPL_ATF_NO_PLATFORM_PARAM if SPL_ATF |
Kever Yang | ff9afe4 | 2019-07-22 19:59:42 +0800 | [diff] [blame] | 253 | imply SPL_ROCKCHIP_COMMON_BOARD |
Simon Glass | f4d6039 | 2021-08-08 12:20:12 -0600 | [diff] [blame] | 254 | imply TPL_SERIAL |
Kever Yang | fca798d | 2018-11-09 11:18:15 +0800 | [diff] [blame] | 255 | imply TPL_LIBCOMMON_SUPPORT |
| 256 | imply TPL_LIBGENERIC_SUPPORT |
| 257 | imply TPL_SYS_MALLOC_SIMPLE |
Simon Glass | 284cb9c | 2021-07-10 21:14:31 -0600 | [diff] [blame] | 258 | imply TPL_DRIVERS_MISC |
Kever Yang | fca798d | 2018-11-09 11:18:15 +0800 | [diff] [blame] | 259 | imply TPL_OF_CONTROL |
| 260 | imply TPL_DM |
| 261 | imply TPL_REGMAP |
| 262 | imply TPL_SYSCON |
| 263 | imply TPL_RAM |
| 264 | imply TPL_CLK |
| 265 | imply TPL_TINY_MEMSET |
Kever Yang | 3cfbb94 | 2019-07-09 22:06:01 +0800 | [diff] [blame] | 266 | imply TPL_ROCKCHIP_COMMON_BOARD |
Jagan Teki | e704301 | 2020-01-09 14:22:19 +0530 | [diff] [blame] | 267 | imply SYS_BOOTCOUNT_SINGLEWORD if BOOTCOUNT_LIMIT |
| 268 | imply CMD_BOOTCOUNT if BOOTCOUNT_LIMIT |
Kever Yang | 0d3d783 | 2016-07-19 21:16:59 +0800 | [diff] [blame] | 269 | help |
| 270 | The Rockchip RK3399 is a ARM-based SoC with a dual-core Cortex-A72 |
| 271 | and quad-core Cortex-A53. |
| 272 | including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two |
| 273 | video interfaces supporting HDMI and eDP, several DDR3 options |
| 274 | and video codec support. Peripherals include Gigabit Ethernet, |
| 275 | USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs. |
| 276 | |
Joseph Chen | 72cd879 | 2021-06-02 15:58:25 +0800 | [diff] [blame] | 277 | config ROCKCHIP_RK3568 |
| 278 | bool "Support Rockchip RK3568" |
| 279 | select ARM64 |
Nico Cheng | 00ceeb0 | 2021-10-26 10:42:19 +0800 | [diff] [blame] | 280 | select SUPPORT_SPL |
| 281 | select SPL |
Joseph Chen | 72cd879 | 2021-06-02 15:58:25 +0800 | [diff] [blame] | 282 | select CLK |
| 283 | select PINCTRL |
| 284 | select RAM |
| 285 | select REGMAP |
| 286 | select SYSCON |
| 287 | select BOARD_LATE_INIT |
| 288 | imply ROCKCHIP_COMMON_BOARD |
| 289 | help |
| 290 | The Rockchip RK3568 is a ARM-based SoC with quad-core Cortex-A55, |
| 291 | including NEON and GPU, 512K L3 cache, Mali-G52 based graphics, |
| 292 | two video interfaces supporting HDMI and eDP, several DDR3 options |
| 293 | and video codec support. Peripherals include Gigabit Ethernet, |
| 294 | USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs. |
| 295 | |
Andy Yan | 2d982da | 2017-06-01 18:00:55 +0800 | [diff] [blame] | 296 | config ROCKCHIP_RV1108 |
| 297 | bool "Support Rockchip RV1108" |
Lokesh Vutla | 81b1a67 | 2018-04-26 18:21:26 +0530 | [diff] [blame] | 298 | select CPU_V7A |
Kever Yang | a2b336e | 2019-07-22 20:02:21 +0800 | [diff] [blame] | 299 | imply ROCKCHIP_COMMON_BOARD |
Andy Yan | 2d982da | 2017-06-01 18:00:55 +0800 | [diff] [blame] | 300 | help |
| 301 | The Rockchip RV1108 is a ARM-based SoC with a single-core Cortex-A7 |
| 302 | and a DSP. |
| 303 | |
Heiko Stuebner | 9cc8feb | 2018-10-08 13:01:56 +0200 | [diff] [blame] | 304 | config ROCKCHIP_USB_UART |
| 305 | bool "Route uart output to usb pins" |
| 306 | help |
| 307 | Rockchip SoCs have the ability to route the signals of the debug |
| 308 | uart through the d+ and d- pins of a specific usb phy to enable |
| 309 | some form of closed-case debugging. With this option supported |
| 310 | SoCs will enable this routing as a debug measure. |
| 311 | |
Philipp Tomsich | 798370f | 2017-06-29 11:21:15 +0200 | [diff] [blame] | 312 | config SPL_ROCKCHIP_BACK_TO_BROM |
Xu Ziyuan | 5401eb8 | 2016-07-12 19:09:49 +0800 | [diff] [blame] | 313 | bool "SPL returns to bootrom" |
| 314 | default y if ROCKCHIP_RK3036 |
Heiko Stübner | 355a880 | 2017-02-18 19:46:25 +0100 | [diff] [blame] | 315 | select ROCKCHIP_BROM_HELPER |
Kever Yang | bd8532e | 2019-07-22 19:59:15 +0800 | [diff] [blame] | 316 | select SPL_BOOTROM_SUPPORT |
Philipp Tomsich | 798370f | 2017-06-29 11:21:15 +0200 | [diff] [blame] | 317 | depends on SPL |
Xu Ziyuan | 5401eb8 | 2016-07-12 19:09:49 +0800 | [diff] [blame] | 318 | help |
| 319 | Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled, |
| 320 | SPL will return to the boot rom, which will then load the U-Boot |
| 321 | binary to keep going on. |
| 322 | |
Philipp Tomsich | 798370f | 2017-06-29 11:21:15 +0200 | [diff] [blame] | 323 | config TPL_ROCKCHIP_BACK_TO_BROM |
| 324 | bool "TPL returns to bootrom" |
Kever Yang | fca798d | 2018-11-09 11:18:15 +0800 | [diff] [blame] | 325 | default y |
Philipp Tomsich | 798370f | 2017-06-29 11:21:15 +0200 | [diff] [blame] | 326 | select ROCKCHIP_BROM_HELPER |
Kever Yang | bd8532e | 2019-07-22 19:59:15 +0800 | [diff] [blame] | 327 | select TPL_BOOTROM_SUPPORT |
Philipp Tomsich | 798370f | 2017-06-29 11:21:15 +0200 | [diff] [blame] | 328 | depends on TPL |
| 329 | help |
| 330 | Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled, |
| 331 | SPL will return to the boot rom, which will then load the U-Boot |
| 332 | binary to keep going on. |
| 333 | |
Kever Yang | bb33773 | 2019-07-22 20:02:01 +0800 | [diff] [blame] | 334 | config ROCKCHIP_COMMON_BOARD |
| 335 | bool "Rockchip common board file" |
| 336 | help |
| 337 | Rockchip SoCs have similar boot process, Common board file is mainly |
| 338 | in charge of common process of board_init() and board_late_init() for |
| 339 | U-Boot proper. |
| 340 | |
Kever Yang | 1d7cc72a | 2019-07-22 19:59:12 +0800 | [diff] [blame] | 341 | config SPL_ROCKCHIP_COMMON_BOARD |
| 342 | bool "Rockchip SPL common board file" |
| 343 | depends on SPL |
| 344 | help |
| 345 | Rockchip SoCs have similar boot process, SPL is mainly in charge of |
| 346 | load and boot Trust ATF/U-Boot firmware, and DRAM init if there is |
| 347 | no TPL for the board. |
| 348 | |
Kever Yang | 34ead0f | 2019-07-09 22:05:55 +0800 | [diff] [blame] | 349 | config TPL_ROCKCHIP_COMMON_BOARD |
Thomas Hebb | cfbebf8 | 2019-12-20 18:05:22 -0800 | [diff] [blame] | 350 | bool "Rockchip TPL common board file" |
Kever Yang | 34ead0f | 2019-07-09 22:05:55 +0800 | [diff] [blame] | 351 | depends on TPL |
| 352 | help |
| 353 | Rockchip SoCs have similar boot process, prefer to use TPL for DRAM |
| 354 | init and back to bootrom, and SPL as Trust ATF/U-Boot loader. TPL |
| 355 | common board is a basic TPL board init which can be shared for most |
Thomas Hebb | fd37f24 | 2019-11-13 18:18:03 -0800 | [diff] [blame] | 356 | of SoCs to avoid copy-paste for different SoCs. |
Kever Yang | 34ead0f | 2019-07-09 22:05:55 +0800 | [diff] [blame] | 357 | |
Andy Yan | 70378cb | 2017-10-11 15:00:16 +0800 | [diff] [blame] | 358 | config ROCKCHIP_BOOT_MODE_REG |
| 359 | hex "Rockchip boot mode flag register address" |
Andy Yan | 70378cb | 2017-10-11 15:00:16 +0800 | [diff] [blame] | 360 | help |
Kever Yang | 9fbe17c | 2019-03-28 11:01:23 +0800 | [diff] [blame] | 361 | The Soc will enter to different boot mode(defined in asm/arch-rockchip/boot_mode.h) |
Andy Yan | 70378cb | 2017-10-11 15:00:16 +0800 | [diff] [blame] | 362 | according to the value from this register. |
| 363 | |
Chris Morgan | 7c9de74 | 2022-05-27 13:18:20 -0500 | [diff] [blame^] | 364 | config ROCKCHIP_RK8XX_DISABLE_BOOT_ON_POWERON |
| 365 | bool "Disable device boot on power plug-in" |
| 366 | depends on PMIC_RK8XX |
| 367 | default n |
| 368 | ---help--- |
| 369 | Say Y here to prevent the device from booting up because of a plug-in |
| 370 | event. When set, the device will boot briefly to determine why it was |
| 371 | powered on, and if it was determined because of a plug-in event |
| 372 | instead of a button press event it will shut back off. |
| 373 | |
Johan Jonker | f6fc895 | 2022-04-09 18:55:02 +0200 | [diff] [blame] | 374 | config ROCKCHIP_STIMER |
| 375 | bool "Rockchip STIMER support" |
| 376 | default y |
| 377 | help |
| 378 | Enable Rockchip STIMER support. |
| 379 | |
| 380 | config ROCKCHIP_STIMER_BASE |
| 381 | hex |
| 382 | depends on ROCKCHIP_STIMER |
| 383 | |
Kever Yang | e484f77 | 2017-04-20 17:03:46 +0800 | [diff] [blame] | 384 | config ROCKCHIP_SPL_RESERVE_IRAM |
| 385 | hex "Size of IRAM reserved in SPL" |
Kever Yang | 60a5007 | 2017-12-18 15:13:19 +0800 | [diff] [blame] | 386 | default 0 |
Kever Yang | e484f77 | 2017-04-20 17:03:46 +0800 | [diff] [blame] | 387 | help |
| 388 | SPL may need reserve memory for firmware loaded by SPL, whose load |
| 389 | address is in IRAM and may overlay with SPL text area if not |
| 390 | reserved. |
| 391 | |
Heiko Stübner | 355a880 | 2017-02-18 19:46:25 +0100 | [diff] [blame] | 392 | config ROCKCHIP_BROM_HELPER |
| 393 | bool |
| 394 | |
Philipp Tomsich | 9f1a447 | 2017-10-10 16:21:10 +0200 | [diff] [blame] | 395 | config SPL_ROCKCHIP_EARLYRETURN_TO_BROM |
| 396 | bool "SPL requires early-return (for RK3188-style BROM) to BROM" |
| 397 | depends on SPL && ENABLE_ARM_SOC_BOOT0_HOOK |
| 398 | help |
| 399 | Some Rockchip BROM variants (e.g. on the RK3188) load the |
| 400 | first stage in segments and enter multiple times. E.g. on |
| 401 | the RK3188, the first 1KB of the first stage are loaded |
| 402 | first and entered; after returning to the BROM, the |
| 403 | remainder of the first stage is loaded, but the BROM |
| 404 | re-enters at the same address/to the same code as previously. |
| 405 | |
| 406 | This enables support code in the BOOT0 hook for the SPL stage |
| 407 | to allow multiple entries. |
| 408 | |
| 409 | config TPL_ROCKCHIP_EARLYRETURN_TO_BROM |
| 410 | bool "TPL requires early-return (for RK3188-style BROM) to BROM" |
| 411 | depends on TPL && ENABLE_ARM_SOC_BOOT0_HOOK |
| 412 | help |
| 413 | Some Rockchip BROM variants (e.g. on the RK3188) load the |
| 414 | first stage in segments and enter multiple times. E.g. on |
| 415 | the RK3188, the first 1KB of the first stage are loaded |
| 416 | first and entered; after returning to the BROM, the |
| 417 | remainder of the first stage is loaded, but the BROM |
| 418 | re-enters at the same address/to the same code as previously. |
| 419 | |
| 420 | This enables support code in the BOOT0 hook for the TPL stage |
| 421 | to allow multiple entries. |
| 422 | |
Simon Glass | b58bfe0 | 2021-08-08 12:20:09 -0600 | [diff] [blame] | 423 | config SPL_MMC |
Philipp Tomsich | 798370f | 2017-06-29 11:21:15 +0200 | [diff] [blame] | 424 | default y if !SPL_ROCKCHIP_BACK_TO_BROM |
Sandy Patterson | d70f0f3 | 2016-08-29 07:31:16 -0400 | [diff] [blame] | 425 | |
Simon Glass | 88315f7 | 2020-07-19 13:55:57 -0600 | [diff] [blame] | 426 | config ROCKCHIP_SPI_IMAGE |
| 427 | bool "Build a SPI image for rockchip" |
| 428 | depends on HAS_ROM |
| 429 | help |
| 430 | Some Rockchip SoCs support booting from SPI flash. Enable this |
| 431 | option to produce a 4MB SPI-flash image (called u-boot.rom) |
| 432 | containing U-Boot. The image is built by binman. U-Boot sits near |
| 433 | the start of the image. |
| 434 | |
Alper Nebi Yasak | cf9159e | 2022-01-29 18:27:56 +0300 | [diff] [blame] | 435 | config LNX_KRNL_IMG_TEXT_OFFSET_BASE |
| 436 | default SYS_TEXT_BASE |
| 437 | |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 438 | source "arch/arm/mach-rockchip/px30/Kconfig" |
huang lin | 1115b64 | 2015-11-17 14:20:27 +0800 | [diff] [blame] | 439 | source "arch/arm/mach-rockchip/rk3036/Kconfig" |
Johan Jonker | a289fc7 | 2022-04-16 17:09:47 +0200 | [diff] [blame] | 440 | source "arch/arm/mach-rockchip/rk3066/Kconfig" |
Kever Yang | aa82775 | 2017-11-28 16:04:16 +0800 | [diff] [blame] | 441 | source "arch/arm/mach-rockchip/rk3128/Kconfig" |
Heiko Stübner | ef6db5e | 2017-02-18 19:46:36 +0100 | [diff] [blame] | 442 | source "arch/arm/mach-rockchip/rk3188/Kconfig" |
Kever Yang | a4f460d | 2017-06-23 17:17:54 +0800 | [diff] [blame] | 443 | source "arch/arm/mach-rockchip/rk322x/Kconfig" |
Heiko Stübner | 5c91e2b | 2016-07-16 00:17:15 +0200 | [diff] [blame] | 444 | source "arch/arm/mach-rockchip/rk3288/Kconfig" |
Andy Yan | b5e1630 | 2019-11-14 11:21:12 +0800 | [diff] [blame] | 445 | source "arch/arm/mach-rockchip/rk3308/Kconfig" |
Kever Yang | ec02b3c | 2017-02-23 15:37:51 +0800 | [diff] [blame] | 446 | source "arch/arm/mach-rockchip/rk3328/Kconfig" |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 447 | source "arch/arm/mach-rockchip/rk3368/Kconfig" |
Kever Yang | 0d3d783 | 2016-07-19 21:16:59 +0800 | [diff] [blame] | 448 | source "arch/arm/mach-rockchip/rk3399/Kconfig" |
Joseph Chen | 1689989 | 2021-06-02 16:13:46 +0800 | [diff] [blame] | 449 | source "arch/arm/mach-rockchip/rk3568/Kconfig" |
Andy Yan | 2d982da | 2017-06-01 18:00:55 +0800 | [diff] [blame] | 450 | source "arch/arm/mach-rockchip/rv1108/Kconfig" |
Simon Glass | 2cffe66 | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 451 | endif |