blob: 53cc9a0dcd21fc126f32f98ca3f01aef500ac4ff [file] [log] [blame]
Simon Glass2cffe662015-08-30 16:55:38 -06001if ROCKCHIP_RK3288
2
Jernej Skrabec3c6372d2017-03-30 01:23:13 +02003config TARGET_CHROMEBOOK_JERRY
4 bool "Google/Rockchip Veyron-Jerry Chromebook"
Tom Rini22d567e2017-01-22 19:43:11 -05005 select BOARD_LATE_INIT
Simon Glassec3be542015-08-30 16:55:41 -06006 help
Jernej Skrabec3c6372d2017-03-30 01:23:13 +02007 Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports,
8 HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
9 WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
10 the keyboard and battery functions.
11
12config TARGET_CHROMEBIT_MICKEY
13 bool "Google/Rockchip Veyron-Mickey Chromebit"
14 select BOARD_LATE_INIT
15 help
16 Mickey is a small RK3288-based device with one USB 3.0 port, HDMI
17 and WiFi. It has a separate power port and is designed to connect
18 to the HDMI input of a monitor or TV. It has no internal battery.
19 Typically a USB hub or wireless keyboard/touchpad is used to get
20 keyboard and mouse access.
21
22config TARGET_CHROMEBOOK_MINNIE
23 bool "Google/Rockchip Veyron-Minnie Chromebook"
24 select BOARD_LATE_INIT
25 help
26 Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0
27 ports, micro HDMI, a 10.1-inch 1280x800 EDP display, micro-SD card,
28 HD camera, touchpad, WiFi and Bluetooth. It includes a Chrome OS
29 EC (Cortex-M3) to provide access to the keyboard and battery
30 functions. It includes 2 or 4GB of SDRAM and 16 or 32GB of
31 internal MMC. The product name is ASUS Chromebook Flip.
Simon Glassec3be542015-08-30 16:55:41 -060032
Xu Ziyuan3da09a82016-07-05 18:06:30 +080033config TARGET_EVB_RK3288
34 bool "Evb-RK3288"
Tom Rini22d567e2017-01-22 19:43:11 -050035 select BOARD_LATE_INIT
Xu Ziyuan3da09a82016-07-05 18:06:30 +080036 help
37 EVB-RK3288 is a RK3288-based development board with 2 USB ports,
38 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
39 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
40 provide access to display pins, I2C, SPI, UART and GPIOs.
41
jk.kernel@gmail.comb1aeb092016-07-26 18:28:29 +080042config TARGET_FENNEC_RK3288
43 bool "Fennec-RK3288"
Tom Rini22d567e2017-01-22 19:43:11 -050044 select BOARD_LATE_INIT
jk.kernel@gmail.comb1aeb092016-07-26 18:28:29 +080045 help
46 Fennec is a RK3288-based development board with 2 USB ports,
47 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
48 includes on-board eMMC and 2GB of SDRAM. Expansion connectors
49 provide access to display pins, I2C, SPI, UART and GPIOs.
50
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020051config TARGET_FIREFLY_RK3288
52 bool "Firefly-RK3288"
53 select BOARD_LATE_INIT
54 help
55 Firefly 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 1GB of SDRAM. Expansion connectors
58 provide access to display pins, I2C, SPI, UART and GPIOs.
59
Jernej Skrabec971e53a2017-03-30 01:23:14 +020060config TARGET_MIQI_RK3288
61 bool "MiQi-RK3288"
62 select BOARD_LATE_INIT
63 help
64 MiQi-RK3288 is a RK3288-based development board with 4 USB 2.0
65 ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It
66 has 1 or 2 GiB SDRAM. Expansion connectors provide access to
67 I2C, SPI, UART, GPIOs and fan control.
68
Wadim Egorov6ee2d012017-06-19 12:36:40 +020069config TARGET_PHYCORE_RK3288
70 bool "phyCORE-RK3288"
71 select BOARD_LATE_INIT
72 help
73 Add basic support for the PCM-947 carrier board, a RK3288 based
74 development board made by PHYTEC. This board works in a combination
75 with the phyCORE-RK3288 System on Module.
76
jk.kernel@gmail.com7a614ac2016-07-26 18:28:30 +080077config TARGET_POPMETAL_RK3288
78 bool "PopMetal-RK3288"
Tom Rini22d567e2017-01-22 19:43:11 -050079 select BOARD_LATE_INIT
jk.kernel@gmail.com7a614ac2016-07-26 18:28:30 +080080 help
81 PopMetal is a RK3288-based development board with 3 USB host ports,
82 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
83 Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
84 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
85 GPIOs and display interface.
86
Simon Glasse513abb2016-01-21 19:45:24 -070087config TARGET_ROCK2
88 bool "Radxa Rock 2"
Tom Rini22d567e2017-01-22 19:43:11 -050089 select BOARD_LATE_INIT
Simon Glasse513abb2016-01-21 19:45:24 -070090 help
91 Rock 2 is a SOM and base-board combination based on RK3288. It
92 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
93 space for a real-time-clock battery. There is also an expansion
94 interface which provides access to many pins.
95
Jernej Skrabec3c6372d2017-03-30 01:23:13 +020096config TARGET_TINKER_RK3288
97 bool "Tinker-RK3288"
98 select BOARD_LATE_INIT
99 help
100 Tinker is a RK3288-based development board with 2 USB ports, HDMI,
101 micro-SD card, audio, Gigabit Ethernet. It also includes on-board
102 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
103 I2C, SPI, UART, GPIOs.
104
Simon Glass94906e42016-01-21 19:45:17 -0700105config ROCKCHIP_FAST_SPL
106 bool "Change the CPU to full speed in SPL"
107 depends on TARGET_CHROMEBOOK_JERRY
108 help
109 Some boards want to boot as fast as possible. We can increase the
110 CPU frequency in SPL if the power supply is configured to the correct
111 voltage. This option is only available on boards which support it
112 and have the required PMIC code.
113
Simon Glass2cffe662015-08-30 16:55:38 -0600114config SYS_SOC
115 default "rockchip"
116
huang lin2bf81112015-11-17 14:20:10 +0800117config SYS_MALLOC_F_LEN
118 default 0x0800
119
Simon Glassd4c61802016-09-12 23:18:34 -0600120config SPL_DRIVERS_MISC_SUPPORT
121 default y
122
Simon Glassf2a89462016-09-12 23:18:41 -0600123config SPL_LIBCOMMON_SUPPORT
124 default y
125
Simon Glassb16c92c2016-09-12 23:18:43 -0600126config SPL_LIBGENERIC_SUPPORT
127 default y
128
Simon Glasse076d6f2016-09-12 23:18:56 -0600129config SPL_SERIAL_SUPPORT
130 default y
131
Xu Ziyuan535b3dc2016-08-01 08:46:19 +0800132source "board/chipspark/popmetal_rk3288/Kconfig"
Simon Glass9d5d1cc2015-08-30 16:55:42 -0600133
Simon Glassec3be542015-08-30 16:55:41 -0600134source "board/firefly/firefly-rk3288/Kconfig"
135
Simon Glassba8635d2016-11-13 14:22:10 -0700136source "board/google/veyron/Kconfig"
Xu Ziyuan535b3dc2016-08-01 08:46:19 +0800137
Jernej Skrabec971e53a2017-03-30 01:23:14 +0200138source "board/mqmaker/miqi_rk3288/Kconfig"
139
Wadim Egorov6ee2d012017-06-19 12:36:40 +0200140source "board/phytec/phycore_rk3288/Kconfig"
141
Simon Glasse513abb2016-01-21 19:45:24 -0700142source "board/radxa/rock2/Kconfig"
143
jk.kernel@gmail.com01e0c342016-07-26 18:28:27 +0800144source "board/rockchip/evb_rk3288/Kconfig"
Xu Ziyuan3da09a82016-07-05 18:06:30 +0800145
jk.kernel@gmail.comb1aeb092016-07-26 18:28:29 +0800146source "board/rockchip/fennec_rk3288/Kconfig"
147
Eddie Cai1e1a79f2017-01-18 11:03:54 +0800148source "board/rockchip/tinker_rk3288/Kconfig"
jk.kernel@gmail.com7a614ac2016-07-26 18:28:30 +0800149
Simon Glass2cffe662015-08-30 16:55:38 -0600150endif