3 config TARGET_CHROMEBOOK_JERRY
4 bool "Google/Rockchip Veyron-Jerry Chromebook"
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.
12 config TARGET_CHROMEBIT_MICKEY
13 bool "Google/Rockchip Veyron-Mickey Chromebit"
14 select BOARD_LATE_INIT
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.
22 config TARGET_CHROMEBOOK_MINNIE
23 bool "Google/Rockchip Veyron-Minnie Chromebook"
24 select BOARD_LATE_INIT
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.
33 config TARGET_CHROMEBOOK_SPEEDY
34 bool "Google/Rockchip Veyron-Speedy Chromebook"
35 select BOARD_LATE_INIT
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.
44 config TARGET_EVB_RK3288
46 select BOARD_LATE_INIT
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.
53 config TARGET_FENNEC_RK3288
55 select BOARD_LATE_INIT
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.
62 config TARGET_FIREFLY_RK3288
64 select BOARD_LATE_INIT
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.
71 config TARGET_MIQI_RK3288
73 select BOARD_LATE_INIT
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.
80 config TARGET_PHYCORE_RK3288
82 select BOARD_LATE_INIT
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.
88 config TARGET_POPMETAL_RK3288
89 bool "PopMetal-RK3288"
90 select BOARD_LATE_INIT
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.
98 config TARGET_VYASA_RK3288
100 select BOARD_LATE_INIT
101 select ROCKCHIP_BROM_HELPER
104 select TPL_BOOTROM_SUPPORT
107 select TPL_DRIVERS_MISC_SUPPORT
108 select TPL_LIBCOMMON_SUPPORT
109 select TPL_LIBGENERIC_SUPPORT
110 select TPL_NEEDS_SEPARATE_TEXT_BASE if SPL
111 select TPL_OF_CONTROL
112 select TPL_OF_PLATDATA
115 select TPL_SERIAL_SUPPORT
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.
125 select BOARD_LATE_INIT
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.
132 config TARGET_TINKER_RK3288
134 select BOARD_LATE_INIT
136 Tinker is a RK3288-based development board with 2 USB ports, HDMI,
137 micro-SD card, audio, Gigabit Ethernet. It also includes on-board
138 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
139 I2C, SPI, UART, GPIOs.
141 config ROCKCHIP_FAST_SPL
142 bool "Change the CPU to full speed in SPL"
143 depends on TARGET_CHROMEBOOK_JERRY
145 Some boards want to boot as fast as possible. We can increase the
146 CPU frequency in SPL if the power supply is configured to the correct
147 voltage. This option is only available on boards which support it
148 and have the required PMIC code.
153 config SYS_MALLOC_F_LEN
156 config SPL_DRIVERS_MISC_SUPPORT
159 config SPL_LIBCOMMON_SUPPORT
162 config SPL_LIBGENERIC_SUPPORT
165 config SPL_SERIAL_SUPPORT
168 source "board/amarula/vyasa-rk3288/Kconfig"
170 source "board/chipspark/popmetal_rk3288/Kconfig"
172 source "board/firefly/firefly-rk3288/Kconfig"
174 source "board/google/veyron/Kconfig"
176 source "board/mqmaker/miqi_rk3288/Kconfig"
178 source "board/phytec/phycore_rk3288/Kconfig"
180 source "board/radxa/rock2/Kconfig"
182 source "board/rockchip/evb_rk3288/Kconfig"
184 source "board/rockchip/fennec_rk3288/Kconfig"
186 source "board/rockchip/tinker_rk3288/Kconfig"