blob: c5dcd061cfd0a46f2ac8a1515364b5893591453c [file] [log] [blame]
Simon Glass2444dae2015-08-30 16:55:38 -06001if ROCKCHIP_RK3288
2
Simon Glasse2e947f2015-08-30 16:55:42 -06003config TARGET_CHROMEBOOK_JERRY
4 bool "Google/Rockchip Veyron-Jerry Chromebook"
Tom Rinie5ec4812017-01-22 19:43:11 -05005 select BOARD_LATE_INIT
Simon Glasse2e947f2015-08-30 16:55:42 -06006 help
7 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
Simon Glasse70408c2016-11-13 14:22:16 -070012config TARGET_CHROMEBIT_MICKEY
13 bool "Google/Rockchip Veyron-Mickey Chromebit"
Tom Rinie5ec4812017-01-22 19:43:11 -050014 select BOARD_LATE_INIT
Simon Glasse70408c2016-11-13 14:22:16 -070015 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
Simon Glassc420ef62016-11-13 14:24:54 -070022config TARGET_CHROMEBOOK_MINNIE
23 bool "Google/Rockchip Veyron-Minnie Chromebook"
Tom Rinie5ec4812017-01-22 19:43:11 -050024 select BOARD_LATE_INIT
Simon Glassc420ef62016-11-13 14:24:54 -070025 help
Martin Michlmayr1a581462016-12-17 17:40:26 -080026 Minnie is a RK3288-based convertible clamshell device with 2 USB 3.0
Simon Glassc420ef62016-11-13 14:24:54 -070027 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.
32
Marty E. Plummer8e2e6012019-01-05 20:12:08 -060033config TARGET_CHROMEBOOK_SPEEDY
34 bool "Google/Rockchip Veyron-Speedy Chromebook"
35 select BOARD_LATE_INIT
36 help
37 Speedy is a RK3288-based clamshell device with 2 USB 2.0 ports,
38 micro HDMI, an 11.6 inch display, micro-SD card,
39 HD camera, touchpad, wifi and Bluetooth. It includes a Chrome OS
40 EC (Cortex-M3) to provide access to the keyboard and battery
41 functions. It includes 2 or 4GB of SDRAM and 16GB of internal MMC.
42 The product name is Asus Chromebook C201PA.
43
Jernej Skrabec43b5c782017-03-30 01:23:13 +020044config TARGET_EVB_RK3288
45 bool "Evb-RK3288"
46 select BOARD_LATE_INIT
47 help
48 EVB-RK3288 is a RK3288-based development board with 2 USB ports,
49 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
50 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
51 provide access to display pins, I2C, SPI, UART and GPIOs.
52
53config TARGET_FENNEC_RK3288
54 bool "Fennec-RK3288"
55 select BOARD_LATE_INIT
56 help
57 Fennec is a RK3288-based development board with 2 USB ports,
58 HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
59 includes on-board eMMC and 2GB of SDRAM. Expansion connectors
60 provide access to display pins, I2C, SPI, UART and GPIOs.
61
62config TARGET_FIREFLY_RK3288
63 bool "Firefly-RK3288"
64 select BOARD_LATE_INIT
65 help
66 Firefly is a RK3288-based development board with 2 USB ports,
67 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
68 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
69 provide access to display pins, I2C, SPI, UART and GPIOs.
70
Jernej Skrabec7da86802017-03-30 01:23:14 +020071config TARGET_MIQI_RK3288
72 bool "MiQi-RK3288"
73 select BOARD_LATE_INIT
74 help
75 MiQi-RK3288 is a RK3288-based development board with 4 USB 2.0
76 ports, HDMI, micro-SD card, 16 GB eMMC and Gigabit Ethernet. It
77 has 1 or 2 GiB SDRAM. Expansion connectors provide access to
78 I2C, SPI, UART, GPIOs and fan control.
79
Wadim Egorovbafcf2d2017-06-19 12:36:40 +020080config TARGET_PHYCORE_RK3288
81 bool "phyCORE-RK3288"
82 select BOARD_LATE_INIT
83 help
84 Add basic support for the PCM-947 carrier board, a RK3288 based
85 development board made by PHYTEC. This board works in a combination
86 with the phyCORE-RK3288 System on Module.
87
Jernej Skrabec43b5c782017-03-30 01:23:13 +020088config TARGET_POPMETAL_RK3288
89 bool "PopMetal-RK3288"
90 select BOARD_LATE_INIT
91 help
92 PopMetal is a RK3288-based development board with 3 USB host ports,
93 1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
94 Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
95 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
96 GPIOs and display interface.
97
Jagan Tekid55af072017-09-12 17:15:47 +053098config TARGET_VYASA_RK3288
99 bool "Vyasa-RK3288"
100 select BOARD_LATE_INIT
Jagan Teki532cb7f2017-09-27 23:03:12 +0530101 select ROCKCHIP_BROM_HELPER
Michal Simek58008cb2018-07-23 15:55:15 +0200102 select TPL
Jagan Tekid55af072017-09-12 17:15:47 +0530103 help
104 Vyasa is a RK3288-based development board with 2 USB ports,
105 HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
106 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
107 provide access to display pins, I2C, SPI, UART and GPIOs.
108
Simon Glass7c1058f2016-01-21 19:45:24 -0700109config TARGET_ROCK2
110 bool "Radxa Rock 2"
Tom Rinie5ec4812017-01-22 19:43:11 -0500111 select BOARD_LATE_INIT
Simon Glass7c1058f2016-01-21 19:45:24 -0700112 help
113 Rock 2 is a SOM and base-board combination based on RK3288. It
114 includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
115 space for a real-time-clock battery. There is also an expansion
116 interface which provides access to many pins.
117
Jernej Skrabec43b5c782017-03-30 01:23:13 +0200118config TARGET_TINKER_RK3288
119 bool "Tinker-RK3288"
120 select BOARD_LATE_INIT
Kever Yang665ebca2019-07-01 11:49:15 +0800121 select TPL
Jernej Skrabec43b5c782017-03-30 01:23:13 +0200122 help
123 Tinker is a RK3288-based development board with 2 USB ports, HDMI,
124 micro-SD card, audio, Gigabit Ethernet. It also includes on-board
125 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
126 I2C, SPI, UART, GPIOs.
127
Simon Glassdae594f2016-01-21 19:45:17 -0700128config ROCKCHIP_FAST_SPL
129 bool "Change the CPU to full speed in SPL"
130 depends on TARGET_CHROMEBOOK_JERRY
131 help
132 Some boards want to boot as fast as possible. We can increase the
133 CPU frequency in SPL if the power supply is configured to the correct
134 voltage. This option is only available on boards which support it
135 and have the required PMIC code.
136
Simon Glass2444dae2015-08-30 16:55:38 -0600137config SYS_SOC
Kever Yangb1b449b2019-03-28 11:01:24 +0800138 default "rk3288"
Simon Glass2444dae2015-08-30 16:55:38 -0600139
huang lin81178032015-11-17 14:20:10 +0800140config SYS_MALLOC_F_LEN
141 default 0x0800
142
Simon Glassd3662df2016-09-12 23:18:34 -0600143config SPL_DRIVERS_MISC_SUPPORT
144 default y
145
Simon Glass77d2f7f2016-09-12 23:18:41 -0600146config SPL_LIBCOMMON_SUPPORT
147 default y
148
Simon Glasscc4288e2016-09-12 23:18:43 -0600149config SPL_LIBGENERIC_SUPPORT
150 default y
151
Simon Glasse00f76c2016-09-12 23:18:56 -0600152config SPL_SERIAL_SUPPORT
153 default y
154
Jagan Tekid55af072017-09-12 17:15:47 +0530155source "board/amarula/vyasa-rk3288/Kconfig"
156
Xu Ziyuan1c62d992016-08-01 08:46:19 +0800157source "board/chipspark/popmetal_rk3288/Kconfig"
Simon Glasse2e947f2015-08-30 16:55:42 -0600158
Simon Glass17aa5482015-08-30 16:55:41 -0600159source "board/firefly/firefly-rk3288/Kconfig"
160
Simon Glass5e9b1502016-11-13 14:22:10 -0700161source "board/google/veyron/Kconfig"
Xu Ziyuan1c62d992016-08-01 08:46:19 +0800162
Jernej Skrabec7da86802017-03-30 01:23:14 +0200163source "board/mqmaker/miqi_rk3288/Kconfig"
164
Wadim Egorovbafcf2d2017-06-19 12:36:40 +0200165source "board/phytec/phycore_rk3288/Kconfig"
166
Simon Glass7c1058f2016-01-21 19:45:24 -0700167source "board/radxa/rock2/Kconfig"
168
jk.kernel@gmail.comcba6bb12016-07-26 18:28:27 +0800169source "board/rockchip/evb_rk3288/Kconfig"
Xu Ziyuan744368d2016-07-05 18:06:30 +0800170
jk.kernel@gmail.comd7ca67b2016-07-26 18:28:29 +0800171source "board/rockchip/fennec_rk3288/Kconfig"
172
Eddie Cai6f279762017-01-18 11:03:54 +0800173source "board/rockchip/tinker_rk3288/Kconfig"
jk.kernel@gmail.comdd63fbc2016-07-26 18:28:30 +0800174
Simon Glass2444dae2015-08-30 16:55:38 -0600175endif