Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 1 | if ROCKCHIP_RK3368 |
| 2 | |
Andy Yan | e0c21b8 | 2017-05-15 17:53:50 +0800 | [diff] [blame] | 3 | choice |
| 4 | prompt "RK3368 board" |
| 5 | |
| 6 | config TARGET_SHEEP |
| 7 | bool "Sheep board" |
| 8 | help |
| 9 | Sheep board is designed by Rockchip as a EVB board |
| 10 | for rk3368. |
Andreas Färber | 81be680 | 2017-05-15 17:54:26 +0800 | [diff] [blame] | 11 | |
| 12 | config TARGET_GEEKBOX |
| 13 | bool "GeekBox" |
| 14 | |
Andy Yan | ad63aac | 2017-05-15 17:54:48 +0800 | [diff] [blame] | 15 | config TARGET_EVB_PX5 |
| 16 | bool "Evb-PX5" |
Tom Rini | dd96cef | 2023-02-15 22:36:50 -0500 | [diff] [blame] | 17 | select ARCH_EARLY_INIT_R |
Andy Yan | ad63aac | 2017-05-15 17:54:48 +0800 | [diff] [blame] | 18 | help |
| 19 | PX5 EVB is designed by Rockchip for automotive field |
| 20 | with integrated CVBS (TP2825) / MIPI DSI / CSI / LVDS |
| 21 | HDMI video input/output interface, audio codec ES8396, |
| 22 | WIFI/BT (on RTL8723BS), Gsensor BMA250E and light&proximity |
| 23 | sensor STK3410. |
Andy Yan | e0c21b8 | 2017-05-15 17:53:50 +0800 | [diff] [blame] | 24 | endchoice |
| 25 | |
Kever Yang | 70e558d | 2019-07-09 22:14:20 +0800 | [diff] [blame] | 26 | config ROCKCHIP_BOOT_MODE_REG |
| 27 | default 0xff738200 |
| 28 | |
Johan Jonker | f6fc895 | 2022-04-09 18:55:02 +0200 | [diff] [blame] | 29 | config ROCKCHIP_STIMER_BASE |
| 30 | default 0xff830020 |
| 31 | |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 32 | config SYS_SOC |
Kever Yang | 3a8dcfb | 2019-03-28 11:01:24 +0800 | [diff] [blame] | 33 | default "rk3368" |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 34 | |
Kever Yang | 3320a28 | 2019-07-09 22:14:25 +0800 | [diff] [blame] | 35 | config SYS_MALLOC_F_LEN |
Heiko Stuebner | 5204a37 | 2021-02-09 14:47:05 +0100 | [diff] [blame] | 36 | default 0x4000 |
Kever Yang | 3320a28 | 2019-07-09 22:14:25 +0800 | [diff] [blame] | 37 | |
Kever Yang | fa990ef | 2019-07-09 22:14:29 +0800 | [diff] [blame] | 38 | config SPL_LIBCOMMON_SUPPORT |
| 39 | default y |
| 40 | |
| 41 | config SPL_LIBGENERIC_SUPPORT |
| 42 | default y |
| 43 | |
Andy Yan | e0c21b8 | 2017-05-15 17:53:50 +0800 | [diff] [blame] | 44 | source "board/rockchip/sheep_rk3368/Kconfig" |
Andreas Färber | 81be680 | 2017-05-15 17:54:26 +0800 | [diff] [blame] | 45 | source "board/geekbuying/geekbox/Kconfig" |
Andy Yan | ad63aac | 2017-05-15 17:54:48 +0800 | [diff] [blame] | 46 | source "board/rockchip/evb_px5/Kconfig" |
| 47 | |
Heiko Stuebner | 1859ea7 | 2021-02-09 14:47:06 +0100 | [diff] [blame] | 48 | config SPL_STACK_R_ADDR |
| 49 | default 0x04000000 |
| 50 | |
Kever Yang | 46b0b15 | 2019-07-09 22:14:18 +0800 | [diff] [blame] | 51 | config TPL_STACK |
| 52 | default 0xff8cffff |
| 53 | |
| 54 | config TPL_TEXT_BASE |
| 55 | default 0xff8c1000 |
| 56 | |
Andreas Färber | 9e3ad68 | 2017-05-15 17:51:18 +0800 | [diff] [blame] | 57 | endif |