2015-08-30 22:55:38 +00:00
|
|
|
if ARCH_ROCKCHIP
|
|
|
|
|
2019-07-16 20:18:21 +00:00
|
|
|
config ROCKCHIP_PX30
|
|
|
|
bool "Support Rockchip PX30"
|
|
|
|
select ARM64
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
|
|
|
select SPL
|
|
|
|
select TPL
|
|
|
|
select TPL_TINY_FRAMEWORK if TPL
|
|
|
|
select TPL_NEEDS_SEPARATE_STACK if TPL
|
|
|
|
imply SPL_SEPARATE_BSS
|
2021-08-08 18:20:12 +00:00
|
|
|
select SPL_SERIAL
|
|
|
|
select TPL_SERIAL
|
2019-07-16 20:18:21 +00:00
|
|
|
select DEBUG_UART_BOARD_INIT
|
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
|
|
|
help
|
|
|
|
The Rockchip PX30 is a ARM-based SoC with a quad-core Cortex-A35
|
|
|
|
including NEON and GPU, Mali-400 graphics, several DDR3 options
|
|
|
|
and video codec support. Peripherals include Gigabit Ethernet,
|
|
|
|
USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
|
|
|
|
|
2016-07-15 22:17:15 +00:00
|
|
|
config ROCKCHIP_RK3036
|
|
|
|
bool "Support Rockchip RK3036"
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2016-07-19 13:16:59 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select SPL
|
2018-01-17 01:51:41 +00:00
|
|
|
imply USB_FUNCTION_ROCKUSB
|
|
|
|
imply CMD_ROCKUSB
|
2019-07-22 12:02:04 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2016-07-15 22:17:15 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3036 is a ARM-based SoC with a dual-core Cortex-A7
|
|
|
|
including NEON and GPU, Mali-400 graphics, several DDR3 options
|
|
|
|
and video codec support. Peripherals include Gigabit Ethernet,
|
|
|
|
USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
|
|
|
|
|
2022-04-16 15:09:47 +00:00
|
|
|
config ROCKCHIP_RK3066
|
|
|
|
bool "Support Rockchip RK3066"
|
|
|
|
select CPU_V7A
|
|
|
|
select SPL_BOARD_INIT if SPL
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
|
|
|
select SPL
|
|
|
|
select TPL
|
|
|
|
select TPL_ROCKCHIP_BACK_TO_BROM
|
|
|
|
select TPL_ROCKCHIP_EARLYRETURN_TO_BROM
|
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
|
|
|
imply SPL_SERIAL
|
|
|
|
imply TPL_ROCKCHIP_COMMON_BOARD
|
|
|
|
imply TPL_SERIAL
|
|
|
|
help
|
|
|
|
The Rockchip RK3066 is a ARM-based SoC with a dual-core Cortex-A9
|
|
|
|
including NEON and GPU, 512KB L2 cache, Mali-400 graphics, two
|
|
|
|
video interfaces, several memory options and video codec support.
|
|
|
|
Peripherals include Fast Ethernet, USB2 host and OTG, SDIO, I2S,
|
|
|
|
UART, SPI, I2C and PWMs.
|
|
|
|
|
2017-11-28 08:04:16 +00:00
|
|
|
config ROCKCHIP_RK3128
|
|
|
|
bool "Support Rockchip RK3128"
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2019-07-22 12:02:05 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2017-11-28 08:04:16 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3128 is a ARM-based SoC with a quad-core Cortex-A7
|
|
|
|
including NEON and GPU, Mali-400 graphics, several DDR3 options
|
|
|
|
and video codec support. Peripherals include Gigabit Ethernet,
|
|
|
|
USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
|
|
|
|
|
2017-02-18 18:46:36 +00:00
|
|
|
config ROCKCHIP_RK3188
|
|
|
|
bool "Support Rockchip RK3188"
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2017-05-03 09:13:32 +00:00
|
|
|
select SPL_BOARD_INIT if SPL
|
2017-02-18 18:46:36 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select SPL
|
2017-10-10 14:21:17 +00:00
|
|
|
select SPL_CLK
|
|
|
|
select SPL_REGMAP
|
|
|
|
select SPL_SYSCON
|
|
|
|
select SPL_RAM
|
2021-07-11 03:14:31 +00:00
|
|
|
select SPL_DRIVERS_MISC
|
2017-10-10 14:21:15 +00:00
|
|
|
select SPL_ROCKCHIP_EARLYRETURN_TO_BROM
|
2019-07-22 11:59:15 +00:00
|
|
|
select SPL_ROCKCHIP_BACK_TO_BROM
|
2017-04-05 22:19:36 +00:00
|
|
|
select BOARD_LATE_INIT
|
2019-07-22 12:02:09 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2019-07-22 11:59:18 +00:00
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
2017-02-18 18:46:36 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3188 is a ARM-based SoC with a quad-core Cortex-A9
|
|
|
|
including NEON and GPU, 512KB L2 cache, Mali-400 graphics, two
|
|
|
|
video interfaces, several memory options and video codec support.
|
|
|
|
Peripherals include Fast Ethernet, USB2 host and OTG, SDIO, I2S,
|
|
|
|
UART, SPI, I2C and PWMs.
|
2017-06-23 09:17:52 +00:00
|
|
|
|
|
|
|
config ROCKCHIP_RK322X
|
|
|
|
bool "Support Rockchip RK3228/RK3229"
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2017-06-23 09:17:52 +00:00
|
|
|
select SUPPORT_SPL
|
2019-04-02 12:41:24 +00:00
|
|
|
select SUPPORT_TPL
|
2017-06-23 09:17:52 +00:00
|
|
|
select SPL
|
2019-04-02 12:41:24 +00:00
|
|
|
select SPL_DM
|
|
|
|
select SPL_OF_LIBFDT
|
|
|
|
select TPL
|
|
|
|
select TPL_DM
|
|
|
|
select TPL_OF_LIBFDT
|
|
|
|
select TPL_NEEDS_SEPARATE_STACK if TPL
|
2021-07-11 03:14:31 +00:00
|
|
|
select SPL_DRIVERS_MISC
|
2019-07-22 12:02:07 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2021-08-08 18:20:12 +00:00
|
|
|
imply SPL_SERIAL
|
2019-07-22 11:59:20 +00:00
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
2023-07-18 14:57:13 +00:00
|
|
|
select SPL_OPTEE_IMAGE if SPL_FIT
|
2021-08-08 18:20:12 +00:00
|
|
|
imply TPL_SERIAL
|
2019-07-09 14:05:56 +00:00
|
|
|
imply TPL_ROCKCHIP_COMMON_BOARD
|
2019-04-02 12:41:24 +00:00
|
|
|
select TPL_LIBCOMMON_SUPPORT
|
|
|
|
select TPL_LIBGENERIC_SUPPORT
|
2017-06-23 09:17:52 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3229 is a ARM-based SoC with a dual-core Cortex-A7
|
|
|
|
including NEON and GPU, Mali-400 graphics, several DDR3 options
|
|
|
|
and video codec support. Peripherals include Gigabit Ethernet,
|
|
|
|
USB2 host and OTG, SDIO, I2S, UART, SPI, I2C and PWMs.
|
2017-02-18 18:46:36 +00:00
|
|
|
|
2015-08-30 22:55:38 +00:00
|
|
|
config ROCKCHIP_RK3288
|
|
|
|
bool "Support Rockchip RK3288"
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2023-02-23 19:28:51 +00:00
|
|
|
select OF_SYSTEM_SETUP
|
2021-08-28 01:18:30 +00:00
|
|
|
select SKIP_LOWLEVEL_INIT_ONLY
|
2016-07-19 13:16:59 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select SPL
|
2019-07-02 03:43:05 +00:00
|
|
|
select SUPPORT_TPL
|
2020-01-23 14:12:19 +00:00
|
|
|
imply PRE_CONSOLE_BUFFER
|
2019-07-22 12:02:15 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2019-07-22 11:59:27 +00:00
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
2019-07-02 03:43:05 +00:00
|
|
|
imply TPL_CLK
|
|
|
|
imply TPL_DM
|
2021-07-11 03:14:31 +00:00
|
|
|
imply TPL_DRIVERS_MISC
|
2019-07-02 03:43:05 +00:00
|
|
|
imply TPL_LIBCOMMON_SUPPORT
|
|
|
|
imply TPL_LIBGENERIC_SUPPORT
|
2019-07-02 03:43:06 +00:00
|
|
|
imply TPL_NEEDS_SEPARATE_STACK
|
2019-07-02 03:43:05 +00:00
|
|
|
imply TPL_OF_CONTROL
|
|
|
|
imply TPL_OF_PLATDATA
|
|
|
|
imply TPL_RAM
|
|
|
|
imply TPL_REGMAP
|
2019-07-09 14:05:57 +00:00
|
|
|
imply TPL_ROCKCHIP_COMMON_BOARD
|
2021-08-08 18:20:12 +00:00
|
|
|
imply TPL_SERIAL
|
2019-07-02 03:43:05 +00:00
|
|
|
imply TPL_SYSCON
|
2017-12-15 00:17:13 +00:00
|
|
|
imply USB_FUNCTION_ROCKUSB
|
|
|
|
imply CMD_ROCKUSB
|
2015-08-30 22:55:38 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3288 is a ARM-based SoC with a quad-core Cortex-A17
|
|
|
|
including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
|
|
|
|
video interfaces supporting HDMI and eDP, several DDR3 options
|
|
|
|
and video codec support. Peripherals include Gigabit Ethernet,
|
2016-11-02 17:03:01 +00:00
|
|
|
USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
|
2015-08-30 22:55:38 +00:00
|
|
|
|
2019-11-14 03:21:12 +00:00
|
|
|
config ROCKCHIP_RK3308
|
|
|
|
bool "Support Rockchip RK3308"
|
|
|
|
select ARM64
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
|
|
|
select SPL
|
|
|
|
select SPL_ATF
|
|
|
|
select SPL_ATF_NO_PLATFORM_PARAM
|
|
|
|
select SPL_LOAD_FIT
|
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
|
|
|
imply SPL_CLK
|
|
|
|
imply SPL_REGMAP
|
|
|
|
imply SPL_SYSCON
|
|
|
|
imply SPL_RAM
|
2021-08-08 18:20:12 +00:00
|
|
|
imply SPL_SERIAL
|
2019-11-14 03:21:12 +00:00
|
|
|
imply SPL_SEPARATE_BSS
|
|
|
|
help
|
|
|
|
The Rockchip RK3308 is a ARM-based Soc which embedded with quad
|
|
|
|
Cortex-A35 and highly integrated audio interfaces.
|
|
|
|
|
2017-02-23 07:37:51 +00:00
|
|
|
config ROCKCHIP_RK3328
|
|
|
|
bool "Support Rockchip RK3328"
|
|
|
|
select ARM64
|
2019-06-08 21:27:15 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select SPL
|
2019-08-02 07:40:01 +00:00
|
|
|
select SUPPORT_TPL
|
|
|
|
select TPL
|
|
|
|
select TPL_NEEDS_SEPARATE_STACK if TPL
|
2019-07-22 12:02:16 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2019-11-15 03:04:44 +00:00
|
|
|
imply ROCKCHIP_SDRAM_COMMON
|
2019-07-22 11:59:32 +00:00
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
2021-08-08 18:20:12 +00:00
|
|
|
imply SPL_SERIAL
|
|
|
|
imply TPL_SERIAL
|
2019-06-08 21:27:15 +00:00
|
|
|
imply SPL_SEPARATE_BSS
|
|
|
|
select ENABLE_ARM_SOC_BOOT0_HOOK
|
|
|
|
select DEBUG_UART_BOARD_INIT
|
|
|
|
select SYS_NS16550
|
2017-02-23 07:37:51 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3328 is a ARM-based SoC with a quad-core Cortex-A53.
|
|
|
|
including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
|
|
|
|
video interfaces supporting HDMI and eDP, several DDR3 options
|
|
|
|
and video codec support. Peripherals include Gigabit Ethernet,
|
|
|
|
USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
|
|
|
|
|
2017-05-15 09:51:18 +00:00
|
|
|
config ROCKCHIP_RK3368
|
|
|
|
bool "Support Rockchip RK3368"
|
|
|
|
select ARM64
|
2017-06-11 21:46:25 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select SUPPORT_TPL
|
2017-07-28 18:03:07 +00:00
|
|
|
select TPL_NEEDS_SEPARATE_STACK if TPL
|
2019-07-22 12:02:17 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2019-07-22 11:59:34 +00:00
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
2017-06-11 21:46:25 +00:00
|
|
|
imply SPL_SEPARATE_BSS
|
2021-08-08 18:20:12 +00:00
|
|
|
imply SPL_SERIAL
|
|
|
|
imply TPL_SERIAL
|
2019-07-09 14:05:58 +00:00
|
|
|
imply TPL_ROCKCHIP_COMMON_BOARD
|
2017-05-15 09:51:18 +00:00
|
|
|
help
|
2017-06-09 22:47:53 +00:00
|
|
|
The Rockchip RK3368 is a ARM-based SoC with a octa-core (organised
|
|
|
|
into a big and little cluster with 4 cores each) Cortex-A53 including
|
|
|
|
AdvSIMD, 512KB L2 cache (for the big cluster) and 256 KB L2 cache
|
|
|
|
(for the little cluster), PowerVR G6110 based graphics, one video
|
|
|
|
output processor supporting LVDS/HDMI/eDP, several DDR3 options and
|
|
|
|
video codec support.
|
|
|
|
|
|
|
|
On-chip peripherals include Gigabit Ethernet, USB2 host and OTG, SDIO,
|
|
|
|
I2S, UARTs, SPI, I2C and PWMs.
|
2017-05-15 09:51:18 +00:00
|
|
|
|
2016-07-19 13:16:59 +00:00
|
|
|
config ROCKCHIP_RK3399
|
|
|
|
bool "Support Rockchip RK3399"
|
|
|
|
select ARM64
|
2017-02-22 08:56:38 +00:00
|
|
|
select SUPPORT_SPL
|
2018-11-09 03:18:15 +00:00
|
|
|
select SUPPORT_TPL
|
2017-02-22 08:56:38 +00:00
|
|
|
select SPL
|
2019-05-08 05:41:43 +00:00
|
|
|
select SPL_ATF
|
2019-06-20 18:55:03 +00:00
|
|
|
select SPL_BOARD_INIT if SPL
|
2019-05-08 05:41:43 +00:00
|
|
|
select SPL_LOAD_FIT
|
|
|
|
select SPL_CLK if SPL
|
|
|
|
select SPL_PINCTRL if SPL
|
|
|
|
select SPL_RAM if SPL
|
|
|
|
select SPL_REGMAP if SPL
|
|
|
|
select SPL_SYSCON if SPL
|
2018-11-09 03:18:15 +00:00
|
|
|
select TPL_NEEDS_SEPARATE_STACK if TPL
|
2017-02-22 08:56:38 +00:00
|
|
|
select SPL_SEPARATE_BSS
|
2021-08-08 18:20:12 +00:00
|
|
|
select SPL_SERIAL
|
2021-07-11 03:14:31 +00:00
|
|
|
select SPL_DRIVERS_MISC
|
2019-05-08 05:41:43 +00:00
|
|
|
select CLK
|
|
|
|
select FIT
|
|
|
|
select PINCTRL
|
|
|
|
select RAM
|
|
|
|
select REGMAP
|
|
|
|
select SYSCON
|
|
|
|
select DM_PMIC
|
|
|
|
select DM_REGULATOR_FIXED
|
2017-10-11 07:00:16 +00:00
|
|
|
select BOARD_LATE_INIT
|
2022-11-10 09:19:15 +00:00
|
|
|
imply PARTITION_TYPE_GUID
|
2020-04-02 11:41:23 +00:00
|
|
|
imply PRE_CONSOLE_BUFFER
|
2019-07-22 12:02:19 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2019-11-15 03:04:45 +00:00
|
|
|
imply ROCKCHIP_SDRAM_COMMON
|
2019-07-22 11:59:42 +00:00
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
2021-08-08 18:20:12 +00:00
|
|
|
imply TPL_SERIAL
|
2018-11-09 03:18:15 +00:00
|
|
|
imply TPL_LIBCOMMON_SUPPORT
|
|
|
|
imply TPL_LIBGENERIC_SUPPORT
|
|
|
|
imply TPL_SYS_MALLOC_SIMPLE
|
2021-07-11 03:14:31 +00:00
|
|
|
imply TPL_DRIVERS_MISC
|
2018-11-09 03:18:15 +00:00
|
|
|
imply TPL_OF_CONTROL
|
|
|
|
imply TPL_DM
|
|
|
|
imply TPL_REGMAP
|
|
|
|
imply TPL_SYSCON
|
|
|
|
imply TPL_RAM
|
|
|
|
imply TPL_CLK
|
|
|
|
imply TPL_TINY_MEMSET
|
2019-07-09 14:06:01 +00:00
|
|
|
imply TPL_ROCKCHIP_COMMON_BOARD
|
2020-01-09 08:52:19 +00:00
|
|
|
imply SYS_BOOTCOUNT_SINGLEWORD if BOOTCOUNT_LIMIT
|
|
|
|
imply CMD_BOOTCOUNT if BOOTCOUNT_LIMIT
|
2016-07-19 13:16:59 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3399 is a ARM-based SoC with a dual-core Cortex-A72
|
|
|
|
and quad-core Cortex-A53.
|
|
|
|
including NEON and GPU, 1MB L2 cache, Mali-T7 graphics, two
|
|
|
|
video interfaces supporting HDMI and eDP, several DDR3 options
|
|
|
|
and video codec support. Peripherals include Gigabit Ethernet,
|
|
|
|
USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
|
|
|
|
|
2021-06-02 07:58:25 +00:00
|
|
|
config ROCKCHIP_RK3568
|
|
|
|
bool "Support Rockchip RK3568"
|
|
|
|
select ARM64
|
2021-10-26 02:42:19 +00:00
|
|
|
select SUPPORT_SPL
|
|
|
|
select SPL
|
2021-06-02 07:58:25 +00:00
|
|
|
select CLK
|
|
|
|
select PINCTRL
|
|
|
|
select RAM
|
|
|
|
select REGMAP
|
|
|
|
select SYSCON
|
|
|
|
select BOARD_LATE_INIT
|
2023-02-17 11:58:44 +00:00
|
|
|
select DM_REGULATOR_FIXED
|
2023-02-17 11:58:34 +00:00
|
|
|
select DM_RESET
|
2023-04-17 19:07:15 +00:00
|
|
|
imply SPL_ATF_NO_PLATFORM_PARAM if SPL_ATF
|
2021-06-02 07:58:25 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2023-04-17 19:07:17 +00:00
|
|
|
imply OF_LIBFDT_OVERLAY
|
2023-02-22 22:44:41 +00:00
|
|
|
imply ROCKCHIP_OTP
|
|
|
|
imply MISC_INIT_R
|
2021-06-02 07:58:25 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3568 is a ARM-based SoC with quad-core Cortex-A55,
|
|
|
|
including NEON and GPU, 512K L3 cache, Mali-G52 based graphics,
|
|
|
|
two video interfaces supporting HDMI and eDP, several DDR3 options
|
|
|
|
and video codec support. Peripherals include Gigabit Ethernet,
|
|
|
|
USB2 host and OTG, SDIO, I2S, UARTs, SPI, I2C and PWMs.
|
|
|
|
|
arm: rockchip: Add RK3588 arch core support
The Rockchip RK3588 is a ARM-based SoC with quad-core Cortex-A76
and quad-core Cortex-A55 including NEON and GPU, 6TOPS NPU,
Mali-G610 MP4, HDMI Out, HDMI In, DP, eDP, MIPI DSI, MIPI CSI2,
LPDDR4/4X/5, eMMC5.1, SD3.0/MMC4.5, USB OTG 3.0, Type-C, USB 2.0,
PCIe 3.0, SATA 3, Ethernet, SDIO3.0 I2C, UART, SPI, GPIO and PWM.
Add arch core support for it.
Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2023-01-30 14:57:45 +00:00
|
|
|
config ROCKCHIP_RK3588
|
|
|
|
bool "Support Rockchip RK3588"
|
|
|
|
select ARM64
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SPL
|
|
|
|
select CLK
|
|
|
|
select PINCTRL
|
|
|
|
select RAM
|
|
|
|
select REGMAP
|
|
|
|
select SYSCON
|
|
|
|
select BOARD_LATE_INIT
|
2023-05-17 18:26:37 +00:00
|
|
|
select DM_REGULATOR_FIXED
|
|
|
|
select DM_RESET
|
2023-04-17 19:07:15 +00:00
|
|
|
imply SPL_ATF_NO_PLATFORM_PARAM if SPL_ATF
|
arm: rockchip: Add RK3588 arch core support
The Rockchip RK3588 is a ARM-based SoC with quad-core Cortex-A76
and quad-core Cortex-A55 including NEON and GPU, 6TOPS NPU,
Mali-G610 MP4, HDMI Out, HDMI In, DP, eDP, MIPI DSI, MIPI CSI2,
LPDDR4/4X/5, eMMC5.1, SD3.0/MMC4.5, USB OTG 3.0, Type-C, USB 2.0,
PCIe 3.0, SATA 3, Ethernet, SDIO3.0 I2C, UART, SPI, GPIO and PWM.
Add arch core support for it.
Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2023-01-30 14:57:45 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2023-04-17 19:07:17 +00:00
|
|
|
imply OF_LIBFDT_OVERLAY
|
2023-02-22 22:44:41 +00:00
|
|
|
imply ROCKCHIP_OTP
|
|
|
|
imply MISC_INIT_R
|
2023-04-17 19:07:21 +00:00
|
|
|
imply CLK_SCMI
|
|
|
|
imply SCMI_FIRMWARE
|
arm: rockchip: Add RK3588 arch core support
The Rockchip RK3588 is a ARM-based SoC with quad-core Cortex-A76
and quad-core Cortex-A55 including NEON and GPU, 6TOPS NPU,
Mali-G610 MP4, HDMI Out, HDMI In, DP, eDP, MIPI DSI, MIPI CSI2,
LPDDR4/4X/5, eMMC5.1, SD3.0/MMC4.5, USB OTG 3.0, Type-C, USB 2.0,
PCIe 3.0, SATA 3, Ethernet, SDIO3.0 I2C, UART, SPI, GPIO and PWM.
Add arch core support for it.
Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2023-01-30 14:57:45 +00:00
|
|
|
help
|
|
|
|
The Rockchip RK3588 is a ARM-based SoC with quad-core Cortex-A76 and
|
|
|
|
quad-core Cortex-A55 including NEON and GPU, 6TOPS NPU, Mali-G610 MP4,
|
|
|
|
HDMI Out, HDMI In, DP, eDP, MIPI DSI, MIPI CSI2, LPDDR4/4X/5, eMMC5.1,
|
|
|
|
SD3.0/MMC4.5, USB OTG 3.0, Type-C, USB 2.0, PCIe 3.0, SATA 3, Ethernet,
|
|
|
|
SDIO3.0 I2C, UART, SPI, GPIO and PWM.
|
|
|
|
|
2017-06-01 10:00:55 +00:00
|
|
|
config ROCKCHIP_RV1108
|
|
|
|
bool "Support Rockchip RV1108"
|
2018-04-26 12:51:26 +00:00
|
|
|
select CPU_V7A
|
2019-07-22 12:02:21 +00:00
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2017-06-01 10:00:55 +00:00
|
|
|
help
|
|
|
|
The Rockchip RV1108 is a ARM-based SoC with a single-core Cortex-A7
|
|
|
|
and a DSP.
|
|
|
|
|
2022-12-14 17:51:05 +00:00
|
|
|
config ROCKCHIP_RV1126
|
|
|
|
bool "Support Rockchip RV1126"
|
|
|
|
select CPU_V7A
|
|
|
|
select SKIP_LOWLEVEL_INIT_ONLY
|
|
|
|
select TPL
|
|
|
|
select SUPPORT_TPL
|
|
|
|
select TPL_NEEDS_SEPARATE_STACK
|
|
|
|
select TPL_ROCKCHIP_BACK_TO_BROM
|
|
|
|
select SPL
|
|
|
|
select SUPPORT_SPL
|
|
|
|
select SPL_STACK_R
|
|
|
|
select CLK
|
|
|
|
select FIT
|
|
|
|
select PINCTRL
|
|
|
|
select RAM
|
|
|
|
select ROCKCHIP_SDRAM_COMMON
|
|
|
|
select REGMAP
|
|
|
|
select SYSCON
|
|
|
|
select DM_PMIC
|
|
|
|
select DM_REGULATOR_FIXED
|
|
|
|
select DM_RESET
|
|
|
|
select REGULATOR_RK8XX
|
|
|
|
select PMIC_RK8XX
|
|
|
|
select BOARD_LATE_INIT
|
|
|
|
imply ROCKCHIP_COMMON_BOARD
|
2023-07-29 13:41:42 +00:00
|
|
|
imply OF_LIBFDT_OVERLAY
|
2022-12-14 17:51:05 +00:00
|
|
|
imply TPL_DM
|
|
|
|
imply TPL_LIBCOMMON_SUPPORT
|
|
|
|
imply TPL_LIBGENERIC_SUPPORT
|
|
|
|
imply TPL_OF_CONTROL
|
|
|
|
imply TPL_OF_PLATDATA
|
|
|
|
imply TPL_RAM
|
|
|
|
imply TPL_ROCKCHIP_COMMON_BOARD
|
|
|
|
imply TPL_SERIAL
|
|
|
|
imply SPL_CLK
|
|
|
|
imply SPL_DM
|
|
|
|
imply SPL_DRIVERS_MISC
|
|
|
|
imply SPL_LIBCOMMON_SUPPORT
|
|
|
|
imply SPL_LIBGENERIC_SUPPORT
|
|
|
|
imply SPL_OF_CONTROL
|
|
|
|
imply SPL_RAM
|
|
|
|
imply SPL_REGMAP
|
|
|
|
imply SPL_ROCKCHIP_COMMON_BOARD
|
|
|
|
imply SPL_SERIAL
|
|
|
|
imply SPL_SYSCON
|
|
|
|
|
2018-10-08 11:01:56 +00:00
|
|
|
config ROCKCHIP_USB_UART
|
|
|
|
bool "Route uart output to usb pins"
|
|
|
|
help
|
|
|
|
Rockchip SoCs have the ability to route the signals of the debug
|
|
|
|
uart through the d+ and d- pins of a specific usb phy to enable
|
|
|
|
some form of closed-case debugging. With this option supported
|
|
|
|
SoCs will enable this routing as a debug measure.
|
|
|
|
|
2017-06-29 09:21:15 +00:00
|
|
|
config SPL_ROCKCHIP_BACK_TO_BROM
|
2016-07-12 11:09:49 +00:00
|
|
|
bool "SPL returns to bootrom"
|
|
|
|
default y if ROCKCHIP_RK3036
|
2017-02-18 18:46:25 +00:00
|
|
|
select ROCKCHIP_BROM_HELPER
|
2019-07-22 11:59:15 +00:00
|
|
|
select SPL_BOOTROM_SUPPORT
|
2017-06-29 09:21:15 +00:00
|
|
|
depends on SPL
|
|
|
|
help
|
|
|
|
Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
|
|
|
|
SPL will return to the boot rom, which will then load the U-Boot
|
|
|
|
binary to keep going on.
|
|
|
|
|
|
|
|
config TPL_ROCKCHIP_BACK_TO_BROM
|
|
|
|
bool "TPL returns to bootrom"
|
2018-11-09 03:18:15 +00:00
|
|
|
default y
|
2017-06-29 09:21:15 +00:00
|
|
|
select ROCKCHIP_BROM_HELPER
|
2019-07-22 11:59:15 +00:00
|
|
|
select TPL_BOOTROM_SUPPORT
|
2017-06-29 09:21:15 +00:00
|
|
|
depends on TPL
|
2016-07-12 11:09:49 +00:00
|
|
|
help
|
|
|
|
Rockchip SoCs have ability to load SPL & U-Boot binary. If enabled,
|
|
|
|
SPL will return to the boot rom, which will then load the U-Boot
|
|
|
|
binary to keep going on.
|
|
|
|
|
2019-07-22 12:02:01 +00:00
|
|
|
config ROCKCHIP_COMMON_BOARD
|
|
|
|
bool "Rockchip common board file"
|
|
|
|
help
|
|
|
|
Rockchip SoCs have similar boot process, Common board file is mainly
|
|
|
|
in charge of common process of board_init() and board_late_init() for
|
|
|
|
U-Boot proper.
|
|
|
|
|
2019-07-22 11:59:12 +00:00
|
|
|
config SPL_ROCKCHIP_COMMON_BOARD
|
|
|
|
bool "Rockchip SPL common board file"
|
|
|
|
depends on SPL
|
|
|
|
help
|
|
|
|
Rockchip SoCs have similar boot process, SPL is mainly in charge of
|
|
|
|
load and boot Trust ATF/U-Boot firmware, and DRAM init if there is
|
|
|
|
no TPL for the board.
|
|
|
|
|
2019-07-09 14:05:55 +00:00
|
|
|
config TPL_ROCKCHIP_COMMON_BOARD
|
2019-12-21 02:05:22 +00:00
|
|
|
bool "Rockchip TPL common board file"
|
2019-07-09 14:05:55 +00:00
|
|
|
depends on TPL
|
|
|
|
help
|
|
|
|
Rockchip SoCs have similar boot process, prefer to use TPL for DRAM
|
|
|
|
init and back to bootrom, and SPL as Trust ATF/U-Boot loader. TPL
|
|
|
|
common board is a basic TPL board init which can be shared for most
|
2019-11-14 02:18:03 +00:00
|
|
|
of SoCs to avoid copy-paste for different SoCs.
|
2019-07-09 14:05:55 +00:00
|
|
|
|
2023-02-25 19:01:34 +00:00
|
|
|
config ROCKCHIP_EXTERNAL_TPL
|
|
|
|
bool "Use external TPL binary"
|
2023-09-09 09:33:24 +00:00
|
|
|
default y if ROCKCHIP_RK3308 || ROCKCHIP_RK3568 || ROCKCHIP_RK3588
|
2023-02-25 19:01:34 +00:00
|
|
|
help
|
|
|
|
Some Rockchip SoCs require an external TPL to initialize DRAM.
|
|
|
|
Enable this option and build with ROCKCHIP_TPL=/path/to/ddr.bin to
|
|
|
|
include the external TPL in the image built by binman.
|
|
|
|
|
2017-10-11 07:00:16 +00:00
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
|
|
hex "Rockchip boot mode flag register address"
|
|
|
|
help
|
2019-03-28 03:01:23 +00:00
|
|
|
The Soc will enter to different boot mode(defined in asm/arch-rockchip/boot_mode.h)
|
2017-10-11 07:00:16 +00:00
|
|
|
according to the value from this register.
|
|
|
|
|
2022-05-27 18:18:20 +00:00
|
|
|
config ROCKCHIP_RK8XX_DISABLE_BOOT_ON_POWERON
|
|
|
|
bool "Disable device boot on power plug-in"
|
|
|
|
depends on PMIC_RK8XX
|
|
|
|
---help---
|
|
|
|
Say Y here to prevent the device from booting up because of a plug-in
|
|
|
|
event. When set, the device will boot briefly to determine why it was
|
|
|
|
powered on, and if it was determined because of a plug-in event
|
|
|
|
instead of a button press event it will shut back off.
|
|
|
|
|
2022-04-09 16:55:02 +00:00
|
|
|
config ROCKCHIP_STIMER
|
|
|
|
bool "Rockchip STIMER support"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Enable Rockchip STIMER support.
|
|
|
|
|
|
|
|
config ROCKCHIP_STIMER_BASE
|
|
|
|
hex
|
|
|
|
depends on ROCKCHIP_STIMER
|
|
|
|
|
2017-04-20 09:03:46 +00:00
|
|
|
config ROCKCHIP_SPL_RESERVE_IRAM
|
|
|
|
hex "Size of IRAM reserved in SPL"
|
2023-08-02 15:09:43 +00:00
|
|
|
default 0x0
|
2017-04-20 09:03:46 +00:00
|
|
|
help
|
|
|
|
SPL may need reserve memory for firmware loaded by SPL, whose load
|
|
|
|
address is in IRAM and may overlay with SPL text area if not
|
|
|
|
reserved.
|
|
|
|
|
2017-02-18 18:46:25 +00:00
|
|
|
config ROCKCHIP_BROM_HELPER
|
|
|
|
bool
|
|
|
|
|
2017-10-10 14:21:10 +00:00
|
|
|
config SPL_ROCKCHIP_EARLYRETURN_TO_BROM
|
|
|
|
bool "SPL requires early-return (for RK3188-style BROM) to BROM"
|
|
|
|
depends on SPL && ENABLE_ARM_SOC_BOOT0_HOOK
|
|
|
|
help
|
|
|
|
Some Rockchip BROM variants (e.g. on the RK3188) load the
|
|
|
|
first stage in segments and enter multiple times. E.g. on
|
|
|
|
the RK3188, the first 1KB of the first stage are loaded
|
|
|
|
first and entered; after returning to the BROM, the
|
|
|
|
remainder of the first stage is loaded, but the BROM
|
|
|
|
re-enters at the same address/to the same code as previously.
|
|
|
|
|
|
|
|
This enables support code in the BOOT0 hook for the SPL stage
|
|
|
|
to allow multiple entries.
|
|
|
|
|
|
|
|
config TPL_ROCKCHIP_EARLYRETURN_TO_BROM
|
|
|
|
bool "TPL requires early-return (for RK3188-style BROM) to BROM"
|
|
|
|
depends on TPL && ENABLE_ARM_SOC_BOOT0_HOOK
|
|
|
|
help
|
|
|
|
Some Rockchip BROM variants (e.g. on the RK3188) load the
|
|
|
|
first stage in segments and enter multiple times. E.g. on
|
|
|
|
the RK3188, the first 1KB of the first stage are loaded
|
|
|
|
first and entered; after returning to the BROM, the
|
|
|
|
remainder of the first stage is loaded, but the BROM
|
|
|
|
re-enters at the same address/to the same code as previously.
|
|
|
|
|
|
|
|
This enables support code in the BOOT0 hook for the TPL stage
|
|
|
|
to allow multiple entries.
|
|
|
|
|
2021-08-08 18:20:09 +00:00
|
|
|
config SPL_MMC
|
2017-06-29 09:21:15 +00:00
|
|
|
default y if !SPL_ROCKCHIP_BACK_TO_BROM
|
2016-08-29 11:31:16 +00:00
|
|
|
|
2020-07-19 19:55:57 +00:00
|
|
|
config ROCKCHIP_SPI_IMAGE
|
|
|
|
bool "Build a SPI image for rockchip"
|
|
|
|
help
|
|
|
|
Some Rockchip SoCs support booting from SPI flash. Enable this
|
2022-09-02 13:10:54 +00:00
|
|
|
option to produce a SPI-flash image containing U-Boot. The image
|
|
|
|
is built by binman. U-Boot sits near the start of the image.
|
2020-07-19 19:55:57 +00:00
|
|
|
|
2022-01-29 15:27:56 +00:00
|
|
|
config LNX_KRNL_IMG_TEXT_OFFSET_BASE
|
2022-10-21 00:22:39 +00:00
|
|
|
default TEXT_BASE
|
2022-01-29 15:27:56 +00:00
|
|
|
|
2019-07-16 20:18:21 +00:00
|
|
|
source "arch/arm/mach-rockchip/px30/Kconfig"
|
2015-11-17 06:20:27 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3036/Kconfig"
|
2022-04-16 15:09:47 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3066/Kconfig"
|
2017-11-28 08:04:16 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3128/Kconfig"
|
2017-02-18 18:46:36 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3188/Kconfig"
|
2017-06-23 09:17:54 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk322x/Kconfig"
|
2016-07-15 22:17:15 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3288/Kconfig"
|
2019-11-14 03:21:12 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3308/Kconfig"
|
2017-02-23 07:37:51 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3328/Kconfig"
|
2017-05-15 09:51:18 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3368/Kconfig"
|
2016-07-19 13:16:59 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3399/Kconfig"
|
2021-06-02 08:13:46 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3568/Kconfig"
|
arm: rockchip: Add RK3588 arch core support
The Rockchip RK3588 is a ARM-based SoC with quad-core Cortex-A76
and quad-core Cortex-A55 including NEON and GPU, 6TOPS NPU,
Mali-G610 MP4, HDMI Out, HDMI In, DP, eDP, MIPI DSI, MIPI CSI2,
LPDDR4/4X/5, eMMC5.1, SD3.0/MMC4.5, USB OTG 3.0, Type-C, USB 2.0,
PCIe 3.0, SATA 3, Ethernet, SDIO3.0 I2C, UART, SPI, GPIO and PWM.
Add arch core support for it.
Signed-off-by: Jagan Teki <jagan@edgeble.ai>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
2023-01-30 14:57:45 +00:00
|
|
|
source "arch/arm/mach-rockchip/rk3588/Kconfig"
|
2017-06-01 10:00:55 +00:00
|
|
|
source "arch/arm/mach-rockchip/rv1108/Kconfig"
|
2022-12-14 17:51:05 +00:00
|
|
|
source "arch/arm/mach-rockchip/rv1126/Kconfig"
|
2015-08-30 22:55:38 +00:00
|
|
|
endif
|