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