blob: 57b7962a37c729dc67f5d8e96a1f6aeeab62f0d4 [file] [log] [blame]
Simon Glass2444dae2015-08-30 16:55:38 -06001if ROCKCHIP_RK3288
2
Kever Yang5e283872019-07-09 22:14:15 +08003choice
4 prompt "RK3288 board select"
5
Simon Glasse2e947f2015-08-30 16:55:42 -06006config TARGET_CHROMEBOOK_JERRY
7 bool "Google/Rockchip Veyron-Jerry Chromebook"
Tom Rinie5ec4812017-01-22 19:43:11 -05008 select BOARD_LATE_INIT
Simon Glasse2e947f2015-08-30 16:55:42 -06009 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 Glasse70408c2016-11-13 14:22:16 -070015config TARGET_CHROMEBIT_MICKEY
16 bool "Google/Rockchip Veyron-Mickey Chromebit"
Tom Rinie5ec4812017-01-22 19:43:11 -050017 select BOARD_LATE_INIT
Simon Glasse70408c2016-11-13 14:22:16 -070018 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 Glassc420ef62016-11-13 14:24:54 -070025config TARGET_CHROMEBOOK_MINNIE
26 bool "Google/Rockchip Veyron-Minnie Chromebook"
Tom Rinie5ec4812017-01-22 19:43:11 -050027 select BOARD_LATE_INIT
Simon Glassc420ef62016-11-13 14:24:54 -070028 help
Martin Michlmayr1a581462016-12-17 17:40:26 -080029 Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0
Simon Glassc420ef62016-11-13 14:24:54 -070030 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. Plummer8e2e6012019-01-05 20:12:08 -060036config 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 Skrabec43b5c782017-03-30 01:23:13 +020047config TARGET_EVB_RK3288
48 bool "Evb-RK3288"
49 select BOARD_LATE_INIT
50 help
51 EVB-RK3288 is a RK3288-based development board with 2 USB ports,
52 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
53 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
54 provide access to display pins, I2C, SPI, UART and GPIOs.
55
56config TARGET_FENNEC_RK3288
57 bool "Fennec-RK3288"
58 select BOARD_LATE_INIT
59 help
60 Fennec is a RK3288-based development board with 2 USB ports,
61 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
62 includes on-board eMMC and 2GB of SDRAM. Expansion connectors
63 provide access to display pins, I2C, SPI, UART and GPIOs.
64
65config TARGET_FIREFLY_RK3288
66 bool "Firefly-RK3288"
67 select BOARD_LATE_INIT
68 help
69 Firefly is a RK3288-based development board with 2 USB ports,
70 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
71 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
72 provide access to display pins, I2C, SPI, UART and GPIOs.
73
Jernej Skrabec7da86802017-03-30 01:23:14 +020074config TARGET_MIQI_RK3288
75 bool "MiQi-RK3288"
76 select BOARD_LATE_INIT
77 help
78 MiQi-RK3288 is a RK3288-based development board with 4 USB 2.0
79 ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It
80 has 1 or 2 GiB SDRAM. Expansion connectors provide access to
81 I2C, SPI, UART, GPIOs and fan control.
82
Wadim Egorovbafcf2d2017-06-19 12:36:40 +020083config TARGET_PHYCORE_RK3288
84 bool "phyCORE-RK3288"
85 select BOARD_LATE_INIT
86 help
87 Add basic support for the PCM-947 carrier board, a RK3288 based
88 development board made by PHYTEC. This board works in a combination
89 with the phyCORE-RK3288 System on Module.
90
Jernej Skrabec43b5c782017-03-30 01:23:13 +020091config TARGET_POPMETAL_RK3288
92 bool "PopMetal-RK3288"
93 select BOARD_LATE_INIT
94 help
95 PopMetal is a RK3288-based development board with 3 USB host ports,
96 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
97 Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
98 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
99 GPIOs and display interface.
100
Jagan Tekid55af072017-09-12 17:15:47 +0530101config TARGET_VYASA_RK3288
102 bool "Vyasa-RK3288"
103 select BOARD_LATE_INIT
Jagan Teki532cb7f2017-09-27 23:03:12 +0530104 select ROCKCHIP_BROM_HELPER
Michal Simek58008cb2018-07-23 15:55:15 +0200105 select TPL
Jagan Tekid55af072017-09-12 17:15:47 +0530106 help
107 Vyasa is a RK3288-based development board with 2 USB ports,
108 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
109 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
110 provide access to display pins, I2C, SPI, UART and GPIOs.
111
Simon Glass7c1058f2016-01-21 19:45:24 -0700112config TARGET_ROCK2
113 bool "Radxa Rock 2"
Tom Rinie5ec4812017-01-22 19:43:11 -0500114 select BOARD_LATE_INIT
Simon Glass7c1058f2016-01-21 19:45:24 -0700115 help
116 Rock 2 is a SOM and base-board combination based on RK3288. It
117 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
118 space for a real-time-clock battery. There is also an expansion
119 interface which provides access to many pins.
120
Jernej Skrabec43b5c782017-03-30 01:23:13 +0200121config TARGET_TINKER_RK3288
122 bool "Tinker-RK3288"
123 select BOARD_LATE_INIT
Kever Yang665ebca2019-07-01 11:49:15 +0800124 select TPL
Jernej Skrabec43b5c782017-03-30 01:23:13 +0200125 help
126 Tinker is a RK3288-based development board with 2 USB ports, HDMI,
127 micro-SD card, audio, Gigabit Ethernet. It also includes on-board
128 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
129 I2C, SPI, UART, GPIOs.
130
Kever Yang5e283872019-07-09 22:14:15 +0800131endchoice
132
Simon Glassdae594f2016-01-21 19:45:17 -0700133config ROCKCHIP_FAST_SPL
134 bool "Change the CPU to full speed in SPL"
135 depends on TARGET_CHROMEBOOK_JERRY
136 help
137 Some boards want to boot as fast as possible. We can increase the
138 CPU frequency in SPL if the power supply is configured to the correct
139 voltage. This option is only available on boards which support it
140 and have the required PMIC code.
141
Kever Yang476dcb62019-07-09 22:14:20 +0800142config ROCKCHIP_BOOT_MODE_REG
143 default 0xff730094
144
Simon Glass2444dae2015-08-30 16:55:38 -0600145config SYS_SOC
Kever Yangb1b449b2019-03-28 11:01:24 +0800146 default "rk3288"
Simon Glass2444dae2015-08-30 16:55:38 -0600147
huang lin81178032015-11-17 14:20:10 +0800148config SYS_MALLOC_F_LEN
Kever Yang9489b5c2019-07-09 22:14:22 +0800149 default 0x2000
huang lin81178032015-11-17 14:20:10 +0800150
Simon Glassd3662df2016-09-12 23:18:34 -0600151config SPL_DRIVERS_MISC_SUPPORT
152 default y
153
Simon Glass77d2f7f2016-09-12 23:18:41 -0600154config SPL_LIBCOMMON_SUPPORT
155 default y
156
Simon Glasscc4288e2016-09-12 23:18:43 -0600157config SPL_LIBGENERIC_SUPPORT
158 default y
159
Simon Glasse00f76c2016-09-12 23:18:56 -0600160config SPL_SERIAL_SUPPORT
161 default y
162
Kever Yang443fe402019-07-09 21:58:45 +0800163config TPL_LDSCRIPT
164 default "arch/arm/mach-rockchip/u-boot-tpl.lds"
165
Kever Yang59591262019-07-09 22:14:17 +0800166config TPL_MAX_SIZE
167 default 32768
168
169config TPL_STACK
170 default 0xff718000
171
172config TPL_TEXT_BASE
173 default 0xff704000
174
Jagan Tekid55af072017-09-12 17:15:47 +0530175source "board/amarula/vyasa-rk3288/Kconfig"
176
Xu Ziyuan1c62d992016-08-01 08:46:19 +0800177source "board/chipspark/popmetal_rk3288/Kconfig"
Simon Glasse2e947f2015-08-30 16:55:42 -0600178
Simon Glass17aa5482015-08-30 16:55:41 -0600179source "board/firefly/firefly-rk3288/Kconfig"
180
Simon Glass5e9b1502016-11-13 14:22:10 -0700181source "board/google/veyron/Kconfig"
Xu Ziyuan1c62d992016-08-01 08:46:19 +0800182
Jernej Skrabec7da86802017-03-30 01:23:14 +0200183source "board/mqmaker/miqi_rk3288/Kconfig"
184
Wadim Egorovbafcf2d2017-06-19 12:36:40 +0200185source "board/phytec/phycore_rk3288/Kconfig"
186
Simon Glass7c1058f2016-01-21 19:45:24 -0700187source "board/radxa/rock2/Kconfig"
188
jk.kernel@gmail.comcba6bb12016-07-26 18:28:27 +0800189source "board/rockchip/evb_rk3288/Kconfig"
Xu Ziyuan744368d2016-07-05 18:06:30 +0800190
jk.kernel@gmail.comd7ca67b2016-07-26 18:28:29 +0800191source "board/rockchip/fennec_rk3288/Kconfig"
192
Eddie Cai6f279762017-01-18 11:03:54 +0800193source "board/rockchip/tinker_rk3288/Kconfig"
jk.kernel@gmail.comdd63fbc2016-07-26 18:28:30 +0800194
Simon Glass2444dae2015-08-30 16:55:38 -0600195endif