Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 1 | if ROCKCHIP_PX30 |
| 2 | |
| 3 | config TARGET_EVB_PX30 |
| 4 | bool "EVB_PX30" |
Jagan Teki | c6e5017 | 2020-10-28 19:03:43 +0530 | [diff] [blame] | 5 | help |
| 6 | This target config option used for below listed px30 boards. |
| 7 | |
| 8 | EVB_PX30: |
| 9 | * EVB_PX30 is an evaluation board for Rockchip PX30. |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 10 | |
Heiko Stuebner | a9ca71e | 2020-07-01 11:28:42 +0200 | [diff] [blame] | 11 | config TARGET_ODROID_GO2 |
| 12 | bool "ODROID_GO2" |
| 13 | |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 14 | config ROCKCHIP_BOOT_MODE_REG |
| 15 | default 0xff010200 |
| 16 | |
| 17 | config SYS_SOC |
| 18 | default "px30" |
| 19 | |
| 20 | config SYS_MALLOC_F_LEN |
| 21 | default 0x400 |
| 22 | |
| 23 | config SPL_SERIAL_SUPPORT |
| 24 | default y |
| 25 | |
| 26 | config TPL_LDSCRIPT |
| 27 | default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds" |
| 28 | |
| 29 | config TPL_TEXT_BASE |
| 30 | default 0xff0e1000 |
| 31 | |
| 32 | config TPL_MAX_SIZE |
| 33 | default 10240 |
| 34 | |
| 35 | config TPL_STACK |
| 36 | default 0xff0e4fff |
| 37 | |
Paul Kocialkowski | 7250b23 | 2019-11-28 15:27:51 +0100 | [diff] [blame] | 38 | config DEBUG_UART_CHANNEL |
| 39 | int "Mux channel to use for debug UART2/UART3" |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 40 | depends on DEBUG_UART_BOARD_INIT |
| 41 | default 0 |
| 42 | help |
Paul Kocialkowski | 7250b23 | 2019-11-28 15:27:51 +0100 | [diff] [blame] | 43 | UART2 and UART3 can use two different set of pins to route the output. |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 44 | For using the UART for early debugging the route to use needs |
| 45 | to be declared (0 or 1). |
| 46 | |
Heiko Stuebner | a9ca71e | 2020-07-01 11:28:42 +0200 | [diff] [blame] | 47 | source "board/hardkernel/odroid_go2/Kconfig" |
Heiko Stuebner | fc36785 | 2019-07-16 22:18:21 +0200 | [diff] [blame] | 48 | source "board/rockchip/evb_px30/Kconfig" |
| 49 | |
| 50 | endif |