blob: 69a5614b449a68ba2bce2d4c8160df48ac1e01e3 [file] [log] [blame]
Simon Glass2cffe662015-08-30 16:55:38 -06001if ROCKCHIP_RK3288
2
Kever Yang06ff5fc2019-07-09 22:14:15 +08003choice
4 prompt "RK3288 board select"
5
Jernej Skrabec3c6372d2017-03-30 01:23:13 +02006config TARGET_CHROMEBOOK_JERRY
7 bool "Google/Rockchip Veyron-Jerry Chromebook"
Simon Glass88315f72020-07-19 13:55:57 -06008 select HAS_ROM
Tom Rini22d567e2017-01-22 19:43:11 -05009 select BOARD_LATE_INIT
Simon Glass88315f72020-07-19 13:55:57 -060010 select ROCKCHIP_SPI_IMAGE
Simon Glassec3be542015-08-30 16:55:41 -060011 help
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020012 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
17config TARGET_CHROMEBIT_MICKEY
18 bool "Google/Rockchip Veyron-Mickey Chromebit"
Alper Nebi Yasaka8ae9482023-07-07 22:16:36 +030019 select HAS_ROM
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020020 select BOARD_LATE_INIT
Alper Nebi Yasaka8ae9482023-07-07 22:16:36 +030021 select ROCKCHIP_SPI_IMAGE
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020022 help
23 Mickey is a small RK3288-based device with one USB 3.0 port, HDMI
24 and WiFi. It has a separate power port and is designed to connect
25 to the HDMI input of a monitor or TV. It has no internal battery.
26 Typically a USB hub or wireless keyboard/touchpad is used to get
27 keyboard and mouse access.
28
29config TARGET_CHROMEBOOK_MINNIE
30 bool "Google/Rockchip Veyron-Minnie Chromebook"
Alper Nebi Yasaka8ae9482023-07-07 22:16:36 +030031 select HAS_ROM
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020032 select BOARD_LATE_INIT
Alper Nebi Yasaka8ae9482023-07-07 22:16:36 +030033 select ROCKCHIP_SPI_IMAGE
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020034 help
35 Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0
36 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card,
37 HD camera, touchpad, WiFi and Bluetooth. It includes a Chrome OS
38 EC (Cortex-M3) to provide access to the keyboard and battery
39 functions. It includes 2 or 4GB of SDRAM and 16 or 32GB of
40 internal MMC. The product name is ASUS Chromebook Flip.
Simon Glassec3be542015-08-30 16:55:41 -060041
Marty E. Plummer27086982019-01-05 20:12:08 -060042config TARGET_CHROMEBOOK_SPEEDY
43 bool "Google/Rockchip Veyron-Speedy Chromebook"
Alper Nebi Yasaka8ae9482023-07-07 22:16:36 +030044 select HAS_ROM
Marty E. Plummer27086982019-01-05 20:12:08 -060045 select BOARD_LATE_INIT
Alper Nebi Yasaka8ae9482023-07-07 22:16:36 +030046 select ROCKCHIP_SPI_IMAGE
Marty E. Plummer27086982019-01-05 20:12:08 -060047 help
48 Speedy is a RK3288-based clamshell device with 2 USB 2.0 ports,
49 micro HDMI, an 11.6 inch display, micro-SD card,
50 HD camera, touchpad, wifi and Bluetooth. It includes a Chrome OS
51 EC (Cortex-M3) to provide access to the keyboard and battery
52 functions. It includes 2 or 4GB of SDRAM and 16GB of internal MMC.
53 The product name is Asus Chromebook C201PA.
54
Xu Ziyuan3da09a82016-07-05 18:06:30 +080055config TARGET_EVB_RK3288
56 bool "Evb-RK3288"
Simon Glass6a50cd12020-07-19 13:56:12 -060057 select HAS_ROM
Tom Rini22d567e2017-01-22 19:43:11 -050058 select BOARD_LATE_INIT
Kever Yang6979acf2019-07-09 21:58:46 +080059 select TPL
Xu Ziyuan3da09a82016-07-05 18:06:30 +080060 help
61 EVB-RK3288 is a RK3288-based development board with 2 USB ports,
62 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
63 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
64 provide access to display pins, I2C, SPI, UART and GPIOs.
65
jk.kernel@gmail.comb1aeb092016-07-26 18:28:29 +080066config TARGET_FENNEC_RK3288
67 bool "Fennec-RK3288"
Tom Rini22d567e2017-01-22 19:43:11 -050068 select BOARD_LATE_INIT
jk.kernel@gmail.comb1aeb092016-07-26 18:28:29 +080069 help
70 Fennec is a RK3288-based development board with 2 USB ports,
71 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
72 includes on-board eMMC and 2GB of SDRAM. Expansion connectors
73 provide access to display pins, I2C, SPI, UART and GPIOs.
74
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020075config TARGET_FIREFLY_RK3288
76 bool "Firefly-RK3288"
77 select BOARD_LATE_INIT
Kever Yangca09f9a2019-07-22 19:59:24 +080078 select SPL_BOARD_INIT if SPL
Kever Yang89d08842019-10-16 16:50:03 +080079 select TPL
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020080 help
81 Firefly is a RK3288-based development board with 2 USB ports,
82 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
83 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
84 provide access to display pins, I2C, SPI, UART and GPIOs.
85
Jernej Skrabec971e53a2017-03-30 01:23:14 +020086config TARGET_MIQI_RK3288
87 bool "MiQi-RK3288"
88 select BOARD_LATE_INIT
89 help
90 MiQi-RK3288 is a RK3288-based development board with 4 USB 2.0
91 ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It
92 has 1 or 2 GiB SDRAM. Expansion connectors provide access to
93 I2C, SPI, UART, GPIOs and fan control.
94
Wadim Egorov6ee2d012017-06-19 12:36:40 +020095config TARGET_PHYCORE_RK3288
96 bool "phyCORE-RK3288"
97 select BOARD_LATE_INIT
98 help
99 Add basic support for the PCM-947 carrier board, a RK3288 based
100 development board made by PHYTEC. This board works in a combination
101 with the phyCORE-RK3288 System on Module.
102
jk.kernel@gmail.com7a614ac2016-07-26 18:28:30 +0800103config TARGET_POPMETAL_RK3288
104 bool "PopMetal-RK3288"
Tom Rini22d567e2017-01-22 19:43:11 -0500105 select BOARD_LATE_INIT
jk.kernel@gmail.com7a614ac2016-07-26 18:28:30 +0800106 help
107 PopMetal is a RK3288-based development board with 3 USB host ports,
108 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
109 Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
110 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
111 GPIOs and display interface.
112
Jagan Teki59ea6182017-09-12 17:15:47 +0530113config TARGET_VYASA_RK3288
114 bool "Vyasa-RK3288"
115 select BOARD_LATE_INIT
Michal Simek7e7ba3b2018-07-23 15:55:15 +0200116 select TPL
Jagan Teki59ea6182017-09-12 17:15:47 +0530117 help
118 Vyasa is a RK3288-based development board with 2 USB ports,
119 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
120 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
121 provide access to display pins, I2C, SPI, UART and GPIOs.
122
Simon Glasse513abb2016-01-21 19:45:24 -0700123config TARGET_ROCK2
124 bool "Radxa Rock 2"
Tom Rini22d567e2017-01-22 19:43:11 -0500125 select BOARD_LATE_INIT
Simon Glasse513abb2016-01-21 19:45:24 -0700126 help
127 Rock 2 is a SOM and base-board combination based on RK3288. It
128 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
129 space for a real-time-clock battery. There is also an expansion
130 interface which provides access to many pins.
131
Jernej Skrabec3c6372d2017-03-30 01:23:13 +0200132config TARGET_TINKER_RK3288
133 bool "Tinker-RK3288"
134 select BOARD_LATE_INIT
Kever Yang0b0ca122019-07-01 11:49:15 +0800135 select TPL
Jernej Skrabec3c6372d2017-03-30 01:23:13 +0200136 help
137 Tinker is a RK3288-based development board with 2 USB ports, HDMI,
138 micro-SD card, audio, Gigabit Ethernet. It also includes on-board
139 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
140 I2C, SPI, UART, GPIOs.
141
Kever Yang06ff5fc2019-07-09 22:14:15 +0800142endchoice
143
Simon Glass94906e42016-01-21 19:45:17 -0700144config ROCKCHIP_FAST_SPL
145 bool "Change the CPU to full speed in SPL"
146 depends on TARGET_CHROMEBOOK_JERRY
147 help
148 Some boards want to boot as fast as possible. We can increase the
149 CPU frequency in SPL if the power supply is configured to the correct
150 voltage. This option is only available on boards which support it
151 and have the required PMIC code.
152
Kever Yang70e558d2019-07-09 22:14:20 +0800153config ROCKCHIP_BOOT_MODE_REG
154 default 0xff730094
155
Johan Jonkerf6fc8952022-04-09 18:55:02 +0200156config ROCKCHIP_STIMER_BASE
157 default 0xff810020
158
Simon Glass2cffe662015-08-30 16:55:38 -0600159config SYS_SOC
Kever Yang3a8dcfb2019-03-28 11:01:24 +0800160 default "rk3288"
Simon Glass2cffe662015-08-30 16:55:38 -0600161
huang lin2bf81112015-11-17 14:20:10 +0800162config SYS_MALLOC_F_LEN
Kever Yang6e3a8822019-07-09 22:14:22 +0800163 default 0x2000
huang lin2bf81112015-11-17 14:20:10 +0800164
Simon Glass284cb9c2021-07-10 21:14:31 -0600165config SPL_DRIVERS_MISC
Simon Glassd4c61802016-09-12 23:18:34 -0600166 default y
167
Simon Glassf2a89462016-09-12 23:18:41 -0600168config SPL_LIBCOMMON_SUPPORT
169 default y
170
Simon Glassb16c92c2016-09-12 23:18:43 -0600171config SPL_LIBGENERIC_SUPPORT
172 default y
173
Simon Glassf4d60392021-08-08 12:20:12 -0600174config SPL_SERIAL
Simon Glasse076d6f2016-09-12 23:18:56 -0600175 default y
176
Kever Yang80814362019-07-09 22:14:17 +0800177config TPL_STACK
178 default 0xff718000
179
180config TPL_TEXT_BASE
181 default 0xff704000
182
Jagan Teki59ea6182017-09-12 17:15:47 +0530183source "board/amarula/vyasa-rk3288/Kconfig"
184
Xu Ziyuan535b3dc2016-08-01 08:46:19 +0800185source "board/chipspark/popmetal_rk3288/Kconfig"
Simon Glass9d5d1cc2015-08-30 16:55:42 -0600186
Simon Glassec3be542015-08-30 16:55:41 -0600187source "board/firefly/firefly-rk3288/Kconfig"
188
Simon Glassba8635d2016-11-13 14:22:10 -0700189source "board/google/veyron/Kconfig"
Xu Ziyuan535b3dc2016-08-01 08:46:19 +0800190
Jernej Skrabec971e53a2017-03-30 01:23:14 +0200191source "board/mqmaker/miqi_rk3288/Kconfig"
192
Wadim Egorov6ee2d012017-06-19 12:36:40 +0200193source "board/phytec/phycore_rk3288/Kconfig"
194
Simon Glasse513abb2016-01-21 19:45:24 -0700195source "board/radxa/rock2/Kconfig"
196
jk.kernel@gmail.com01e0c342016-07-26 18:28:27 +0800197source "board/rockchip/evb_rk3288/Kconfig"
Xu Ziyuan3da09a82016-07-05 18:06:30 +0800198
Eddie Cai1e1a79f2017-01-18 11:03:54 +0800199source "board/rockchip/tinker_rk3288/Kconfig"
jk.kernel@gmail.com7a614ac2016-07-26 18:28:30 +0800200
Simon Glass2cffe662015-08-30 16:55:38 -0600201endif