Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 1 | if ROCKCHIP_RK3288 |
| 2 | |
Kever Yang | 5e28387 | 2019-07-09 22:14:15 +0800 | [diff] [blame] | 3 | choice |
| 4 | prompt "RK3288 board select" |
| 5 | |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 6 | config TARGET_CHROMEBOOK_JERRY |
| 7 | bool "Google/Rockchip Veyron-Jerry Chromebook" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 8 | select BOARD_LATE_INIT |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 9 | help |
| 10 | Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports, |
| 11 | HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and |
| 12 | WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to |
| 13 | the keyboard and battery functions. |
| 14 | |
Simon Glass | e70408c | 2016-11-13 14:22:16 -0700 | [diff] [blame] | 15 | config TARGET_CHROMEBIT_MICKEY |
| 16 | bool "Google/Rockchip Veyron-Mickey Chromebit" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 17 | select BOARD_LATE_INIT |
Simon Glass | e70408c | 2016-11-13 14:22:16 -0700 | [diff] [blame] | 18 | help |
| 19 | Mickey is a small RK3288-based device with one USB 3.0 port, HDMI |
| 20 | and WiFi. It has a separate power port and is designed to connect |
| 21 | to the HDMI input of a monitor or TV. It has no internal battery. |
| 22 | Typically a USB hub or wireless keyboard/touchpad is used to get |
| 23 | keyboard and mouse access. |
| 24 | |
Simon Glass | c420ef6 | 2016-11-13 14:24:54 -0700 | [diff] [blame] | 25 | config TARGET_CHROMEBOOK_MINNIE |
| 26 | bool "Google/Rockchip Veyron-Minnie Chromebook" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 27 | select BOARD_LATE_INIT |
Simon Glass | c420ef6 | 2016-11-13 14:24:54 -0700 | [diff] [blame] | 28 | help |
Martin Michlmayr | 1a58146 | 2016-12-17 17:40:26 -0800 | [diff] [blame] | 29 | Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0 |
Simon Glass | c420ef6 | 2016-11-13 14:24:54 -0700 | [diff] [blame] | 30 | ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card, |
| 31 | HD camera, touchpad, WiFi and Bluetooth. It includes a Chrome OS |
| 32 | EC (Cortex-M3) to provide access to the keyboard and battery |
| 33 | functions. It includes 2 or 4GB of SDRAM and 16 or 32GB of |
| 34 | internal MMC. The product name is ASUS Chromebook Flip. |
| 35 | |
Marty E. Plummer | 8e2e601 | 2019-01-05 20:12:08 -0600 | [diff] [blame] | 36 | config TARGET_CHROMEBOOK_SPEEDY |
| 37 | bool "Google/Rockchip Veyron-Speedy Chromebook" |
| 38 | select BOARD_LATE_INIT |
| 39 | help |
| 40 | Speedy is a RK3288-based clamshell device with 2 USB 2.0 ports, |
| 41 | micro HDMI, an 11.6 inch display, micro-SD card, |
| 42 | HD camera, touchpad, wifi and Bluetooth. It includes a Chrome OS |
| 43 | EC (Cortex-M3) to provide access to the keyboard and battery |
| 44 | functions. It includes 2 or 4GB of SDRAM and 16GB of internal MMC. |
| 45 | The product name is Asus Chromebook C201PA. |
| 46 | |
Jernej Skrabec | 43b5c78 | 2017-03-30 01:23:13 +0200 | [diff] [blame] | 47 | config TARGET_EVB_RK3288 |
| 48 | bool "Evb-RK3288" |
| 49 | select BOARD_LATE_INIT |
Kever Yang | ccdcdbb | 2019-07-09 21:58:46 +0800 | [diff] [blame] | 50 | select TPL |
Jernej Skrabec | 43b5c78 | 2017-03-30 01:23:13 +0200 | [diff] [blame] | 51 | help |
| 52 | EVB-RK3288 is a RK3288-based development board with 2 USB ports, |
| 53 | HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It |
| 54 | also includes on-board eMMC and 2GB of SDRAM. Expansion connectors |
| 55 | provide access to display pins, I2C, SPI, UART and GPIOs. |
| 56 | |
| 57 | config TARGET_FENNEC_RK3288 |
| 58 | bool "Fennec-RK3288" |
| 59 | select BOARD_LATE_INIT |
| 60 | help |
| 61 | Fennec is a RK3288-based development board with 2 USB ports, |
| 62 | HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also |
| 63 | includes on-board eMMC and 2GB of SDRAM. Expansion connectors |
| 64 | provide access to display pins, I2C, SPI, UART and GPIOs. |
| 65 | |
| 66 | config TARGET_FIREFLY_RK3288 |
| 67 | bool "Firefly-RK3288" |
| 68 | select BOARD_LATE_INIT |
Kever Yang | 57d55db | 2019-07-22 19:59:24 +0800 | [diff] [blame] | 69 | select SPL_BOARD_INIT if SPL |
Jernej Skrabec | 43b5c78 | 2017-03-30 01:23:13 +0200 | [diff] [blame] | 70 | help |
| 71 | Firefly is a RK3288-based development board with 2 USB ports, |
| 72 | HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It |
| 73 | also includes on-board eMMC and 1GB of SDRAM. Expansion connectors |
| 74 | provide access to display pins, I2C, SPI, UART and GPIOs. |
| 75 | |
Jernej Skrabec | 7da8680 | 2017-03-30 01:23:14 +0200 | [diff] [blame] | 76 | config TARGET_MIQI_RK3288 |
| 77 | bool "MiQi-RK3288" |
| 78 | select BOARD_LATE_INIT |
| 79 | help |
| 80 | MiQi-RK3288 is a RK3288-based development board with 4 USB 2.0 |
| 81 | ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It |
| 82 | has 1 or 2 GiB SDRAM. Expansion connectors provide access to |
| 83 | I2C, SPI, UART, GPIOs and fan control. |
| 84 | |
Wadim Egorov | bafcf2d | 2017-06-19 12:36:40 +0200 | [diff] [blame] | 85 | config TARGET_PHYCORE_RK3288 |
| 86 | bool "phyCORE-RK3288" |
| 87 | select BOARD_LATE_INIT |
Kever Yang | 8f5b5aa | 2019-07-22 19:59:25 +0800 | [diff] [blame] | 88 | select SPL_BOARD_INIT if SPL |
Wadim Egorov | bafcf2d | 2017-06-19 12:36:40 +0200 | [diff] [blame] | 89 | help |
| 90 | Add basic support for the PCM-947 carrier board, a RK3288 based |
| 91 | development board made by PHYTEC. This board works in a combination |
| 92 | with the phyCORE-RK3288 System on Module. |
| 93 | |
Jernej Skrabec | 43b5c78 | 2017-03-30 01:23:13 +0200 | [diff] [blame] | 94 | config TARGET_POPMETAL_RK3288 |
| 95 | bool "PopMetal-RK3288" |
| 96 | select BOARD_LATE_INIT |
| 97 | help |
| 98 | PopMetal is a RK3288-based development board with 3 USB host ports, |
| 99 | 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit |
| 100 | Ethernet and lots of sensors. It also includes on-board 8 GeMMC and |
| 101 | 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART, |
| 102 | GPIOs and display interface. |
| 103 | |
Jagan Teki | d55af07 | 2017-09-12 17:15:47 +0530 | [diff] [blame] | 104 | config TARGET_VYASA_RK3288 |
| 105 | bool "Vyasa-RK3288" |
| 106 | select BOARD_LATE_INIT |
Michal Simek | 58008cb | 2018-07-23 15:55:15 +0200 | [diff] [blame] | 107 | select TPL |
Jagan Teki | d55af07 | 2017-09-12 17:15:47 +0530 | [diff] [blame] | 108 | help |
| 109 | Vyasa is a RK3288-based development board with 2 USB ports, |
| 110 | HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It |
| 111 | also includes on-board eMMC and 2GB of SDRAM. Expansion connectors |
| 112 | provide access to display pins, I2C, SPI, UART and GPIOs. |
| 113 | |
Simon Glass | 7c1058f | 2016-01-21 19:45:24 -0700 | [diff] [blame] | 114 | config TARGET_ROCK2 |
| 115 | bool "Radxa Rock 2" |
Tom Rini | e5ec481 | 2017-01-22 19:43:11 -0500 | [diff] [blame] | 116 | select BOARD_LATE_INIT |
Simon Glass | 7c1058f | 2016-01-21 19:45:24 -0700 | [diff] [blame] | 117 | help |
| 118 | Rock 2 is a SOM and base-board combination based on RK3288. It |
| 119 | includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and |
| 120 | space for a real-time-clock battery. There is also an expansion |
| 121 | interface which provides access to many pins. |
| 122 | |
Jernej Skrabec | 43b5c78 | 2017-03-30 01:23:13 +0200 | [diff] [blame] | 123 | config TARGET_TINKER_RK3288 |
| 124 | bool "Tinker-RK3288" |
| 125 | select BOARD_LATE_INIT |
Kever Yang | 665ebca | 2019-07-01 11:49:15 +0800 | [diff] [blame] | 126 | select TPL |
Jernej Skrabec | 43b5c78 | 2017-03-30 01:23:13 +0200 | [diff] [blame] | 127 | help |
| 128 | Tinker is a RK3288-based development board with 2 USB ports, HDMI, |
| 129 | micro-SD card, audio, Gigabit Ethernet. It also includes on-board |
| 130 | 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to |
| 131 | I2C, SPI, UART, GPIOs. |
| 132 | |
Kever Yang | 5e28387 | 2019-07-09 22:14:15 +0800 | [diff] [blame] | 133 | endchoice |
| 134 | |
Simon Glass | dae594f | 2016-01-21 19:45:17 -0700 | [diff] [blame] | 135 | config ROCKCHIP_FAST_SPL |
| 136 | bool "Change the CPU to full speed in SPL" |
| 137 | depends on TARGET_CHROMEBOOK_JERRY |
| 138 | help |
| 139 | Some boards want to boot as fast as possible. We can increase the |
| 140 | CPU frequency in SPL if the power supply is configured to the correct |
| 141 | voltage. This option is only available on boards which support it |
| 142 | and have the required PMIC code. |
| 143 | |
Kever Yang | 476dcb6 | 2019-07-09 22:14:20 +0800 | [diff] [blame] | 144 | config ROCKCHIP_BOOT_MODE_REG |
| 145 | default 0xff730094 |
| 146 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 147 | config SYS_SOC |
Kever Yang | b1b449b | 2019-03-28 11:01:24 +0800 | [diff] [blame] | 148 | default "rk3288" |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 149 | |
huang lin | 8117803 | 2015-11-17 14:20:10 +0800 | [diff] [blame] | 150 | config SYS_MALLOC_F_LEN |
Kever Yang | 9489b5c | 2019-07-09 22:14:22 +0800 | [diff] [blame] | 151 | default 0x2000 |
huang lin | 8117803 | 2015-11-17 14:20:10 +0800 | [diff] [blame] | 152 | |
Simon Glass | d3662df | 2016-09-12 23:18:34 -0600 | [diff] [blame] | 153 | config SPL_DRIVERS_MISC_SUPPORT |
| 154 | default y |
| 155 | |
Simon Glass | 77d2f7f | 2016-09-12 23:18:41 -0600 | [diff] [blame] | 156 | config SPL_LIBCOMMON_SUPPORT |
| 157 | default y |
| 158 | |
Simon Glass | cc4288e | 2016-09-12 23:18:43 -0600 | [diff] [blame] | 159 | config SPL_LIBGENERIC_SUPPORT |
| 160 | default y |
| 161 | |
Simon Glass | e00f76c | 2016-09-12 23:18:56 -0600 | [diff] [blame] | 162 | config SPL_SERIAL_SUPPORT |
| 163 | default y |
| 164 | |
Kever Yang | 443fe40 | 2019-07-09 21:58:45 +0800 | [diff] [blame] | 165 | config TPL_LDSCRIPT |
| 166 | default "arch/arm/mach-rockchip/u-boot-tpl.lds" |
| 167 | |
Kever Yang | 5959126 | 2019-07-09 22:14:17 +0800 | [diff] [blame] | 168 | config TPL_MAX_SIZE |
| 169 | default 32768 |
| 170 | |
| 171 | config TPL_STACK |
| 172 | default 0xff718000 |
| 173 | |
| 174 | config TPL_TEXT_BASE |
| 175 | default 0xff704000 |
| 176 | |
Jagan Teki | d55af07 | 2017-09-12 17:15:47 +0530 | [diff] [blame] | 177 | source "board/amarula/vyasa-rk3288/Kconfig" |
| 178 | |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 179 | source "board/chipspark/popmetal_rk3288/Kconfig" |
Simon Glass | e2e947f | 2015-08-30 16:55:42 -0600 | [diff] [blame] | 180 | |
Simon Glass | 17aa548 | 2015-08-30 16:55:41 -0600 | [diff] [blame] | 181 | source "board/firefly/firefly-rk3288/Kconfig" |
| 182 | |
Simon Glass | 5e9b150 | 2016-11-13 14:22:10 -0700 | [diff] [blame] | 183 | source "board/google/veyron/Kconfig" |
Xu Ziyuan | 1c62d99 | 2016-08-01 08:46:19 +0800 | [diff] [blame] | 184 | |
Jernej Skrabec | 7da8680 | 2017-03-30 01:23:14 +0200 | [diff] [blame] | 185 | source "board/mqmaker/miqi_rk3288/Kconfig" |
| 186 | |
Wadim Egorov | bafcf2d | 2017-06-19 12:36:40 +0200 | [diff] [blame] | 187 | source "board/phytec/phycore_rk3288/Kconfig" |
| 188 | |
Simon Glass | 7c1058f | 2016-01-21 19:45:24 -0700 | [diff] [blame] | 189 | source "board/radxa/rock2/Kconfig" |
| 190 | |
jk.kernel@gmail.com | cba6bb1 | 2016-07-26 18:28:27 +0800 | [diff] [blame] | 191 | source "board/rockchip/evb_rk3288/Kconfig" |
Xu Ziyuan | 744368d | 2016-07-05 18:06:30 +0800 | [diff] [blame] | 192 | |
Eddie Cai | 6f27976 | 2017-01-18 11:03:54 +0800 | [diff] [blame] | 193 | source "board/rockchip/tinker_rk3288/Kconfig" |
jk.kernel@gmail.com | dd63fbc | 2016-07-26 18:28:30 +0800 | [diff] [blame] | 194 | |
Simon Glass | 2444dae | 2015-08-30 16:55:38 -0600 | [diff] [blame] | 195 | endif |