2015-08-30 22:55:38 +00:00
|
|
|
if ROCKCHIP_RK3288
|
|
|
|
|
2015-08-30 22:55:41 +00:00
|
|
|
config TARGET_FIREFLY_RK3288
|
|
|
|
bool "Firefly-RK3288"
|
|
|
|
help
|
|
|
|
Firefly is a RK3288-based development board with 2 USB ports,
|
|
|
|
HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
|
|
|
|
also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
|
|
|
|
provide access to display pins, I2C, SPI, UART and GPIOs.
|
|
|
|
|
2016-07-05 10:06:30 +00:00
|
|
|
config TARGET_EVB_RK3288
|
|
|
|
bool "Evb-RK3288"
|
|
|
|
help
|
|
|
|
EVB-RK3288 is a RK3288-based development board with 2 USB ports,
|
|
|
|
HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It
|
|
|
|
also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
|
|
|
|
provide access to display pins, I2C, SPI, UART and GPIOs.
|
|
|
|
|
2016-07-26 10:28:29 +00:00
|
|
|
config TARGET_FENNEC_RK3288
|
|
|
|
bool "Fennec-RK3288"
|
|
|
|
help
|
|
|
|
Fennec is a RK3288-based development board with 2 USB ports,
|
|
|
|
HDMI, micro-SD card, audio, WiFi and Gigabit Ethernet. It also
|
|
|
|
includes on-board eMMC and 2GB of SDRAM. Expansion connectors
|
|
|
|
provide access to display pins, I2C, SPI, UART and GPIOs.
|
|
|
|
|
2016-07-26 10:28:30 +00:00
|
|
|
config TARGET_POPMETAL_RK3288
|
|
|
|
bool "PopMetal-RK3288"
|
|
|
|
help
|
|
|
|
PopMetal is a RK3288-based development board with 3 USB host ports,
|
|
|
|
1 micro USB OTG port, HDMI, VGA, micro-SD card, audio, WiFi, Gigabit
|
|
|
|
Ethernet and lots of sensors. It also includes on-board 8 GeMMC and
|
|
|
|
2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
|
|
|
|
GPIOs and display interface.
|
|
|
|
|
2016-08-01 00:46:19 +00:00
|
|
|
config TARGET_MINIARM_RK3288
|
|
|
|
bool "miniarm-RK3288"
|
|
|
|
help
|
|
|
|
Miniarm is a RK3288-based development board with 2 USB ports, HDMI,
|
|
|
|
micro-SD card, audio, Gigabit Ethernet. It also includes on-board
|
|
|
|
8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
|
|
|
|
I2C, SPI, UART, GPIOs.
|
|
|
|
|
2015-08-30 22:55:42 +00:00
|
|
|
config TARGET_CHROMEBOOK_JERRY
|
|
|
|
bool "Google/Rockchip Veyron-Jerry Chromebook"
|
|
|
|
help
|
|
|
|
Jerry is a RK3288-based clamshell device with 2 USB 3.0 ports,
|
|
|
|
HDMI, an 11.9 inch EDP display, micro-SD card, touchpad and
|
|
|
|
WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to
|
|
|
|
the keyboard and battery functions.
|
|
|
|
|
2016-01-22 02:45:24 +00:00
|
|
|
config TARGET_ROCK2
|
|
|
|
bool "Radxa Rock 2"
|
|
|
|
help
|
|
|
|
Rock 2 is a SOM and base-board combination based on RK3288. It
|
|
|
|
includes Ethernet, HDMI, 3 USB, micro-SD, audio, SATA, WiFi and
|
|
|
|
space for a real-time-clock battery. There is also an expansion
|
|
|
|
interface which provides access to many pins.
|
|
|
|
|
2016-01-22 02:45:17 +00:00
|
|
|
config ROCKCHIP_FAST_SPL
|
|
|
|
bool "Change the CPU to full speed in SPL"
|
|
|
|
depends on TARGET_CHROMEBOOK_JERRY
|
|
|
|
help
|
|
|
|
Some boards want to boot as fast as possible. We can increase the
|
|
|
|
CPU frequency in SPL if the power supply is configured to the correct
|
|
|
|
voltage. This option is only available on boards which support it
|
|
|
|
and have the required PMIC code.
|
|
|
|
|
2015-08-30 22:55:38 +00:00
|
|
|
config SYS_SOC
|
|
|
|
default "rockchip"
|
|
|
|
|
2015-11-17 06:20:10 +00:00
|
|
|
config SYS_MALLOC_F_LEN
|
|
|
|
default 0x0800
|
|
|
|
|
2016-09-13 05:18:34 +00:00
|
|
|
config SPL_DRIVERS_MISC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:41 +00:00
|
|
|
config SPL_LIBCOMMON_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:43 +00:00
|
|
|
config SPL_LIBGENERIC_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-09-13 05:18:56 +00:00
|
|
|
config SPL_SERIAL_SUPPORT
|
|
|
|
default y
|
|
|
|
|
2016-08-01 00:46:19 +00:00
|
|
|
source "board/chipspark/popmetal_rk3288/Kconfig"
|
2015-08-30 22:55:42 +00:00
|
|
|
|
2015-08-30 22:55:41 +00:00
|
|
|
source "board/firefly/firefly-rk3288/Kconfig"
|
|
|
|
|
2016-11-13 21:22:10 +00:00
|
|
|
source "board/google/veyron/Kconfig"
|
2016-08-01 00:46:19 +00:00
|
|
|
|
2016-01-22 02:45:24 +00:00
|
|
|
source "board/radxa/rock2/Kconfig"
|
|
|
|
|
2016-07-26 10:28:27 +00:00
|
|
|
source "board/rockchip/evb_rk3288/Kconfig"
|
2016-07-05 10:06:30 +00:00
|
|
|
|
2016-07-26 10:28:29 +00:00
|
|
|
source "board/rockchip/fennec_rk3288/Kconfig"
|
|
|
|
|
2016-08-01 00:46:19 +00:00
|
|
|
source "board/rockchip/miniarm_rk3288/Kconfig"
|
2016-07-26 10:28:30 +00:00
|
|
|
|
2015-08-30 22:55:38 +00:00
|
|
|
endif
|