]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/rock2_defconfig
rockchip: Add support for Raxda Rock 2
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:45:24 +0000 (19:45 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:37 +0000 (20:42 -0700)
commit7c1058fadc8d7c25c6c1313d939897a091500fbe
treea2b131247ad893139453150191ed6905bf78f3db
parentcf629bb2ba769f2257f43336adef2cdf4acff9bf
rockchip: Add support for Raxda Rock 2

This board includes an RK3288 SoC on a SOM. It can be mounted on a
base-board which provides a wide range of peripherals.

So far this is verified to boot to a prompt from a microSD card. The serial
console works as well as HDMI.

Thanks to Tom Cubie for sending me a board.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/Makefile
arch/arm/mach-rockchip/rk3288-board-spl.c
arch/arm/mach-rockchip/rk3288/Kconfig
board/radxa/rock2/Kconfig [new file with mode: 0644]
board/radxa/rock2/MAINTAINERS [new file with mode: 0644]
board/radxa/rock2/Makefile [new file with mode: 0644]
board/radxa/rock2/rock2.c [new file with mode: 0644]
configs/rock2_defconfig [new file with mode: 0644]
doc/README.rockchip
include/configs/rock2.h [new file with mode: 0644]