]> git.sur5r.net Git - u-boot/commit
rockchip: rk3188: Add Radxa Rock board
authorHeiko Stübner <heiko@sntech.de>
Sun, 26 Mar 2017 19:09:55 +0000 (21:09 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:01:57 +0000 (20:01 -0600)
commit47197682ef8288a610ad22eeac9ec92689a9648d
tree636b98155eb33f5dfbd6f1b0bf01227695554151
parentab4458bdb5074ababe09f2538cb9f25901121ebb
rockchip: rk3188: Add Radxa Rock board

The Rock is a RK3188 based single board computer by Radxa.
Currently it still relies on the proprietary DDR init and
cannot use the generic SPL, but at least is able to boot
a linux kernel and system up to a regular login prompt.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Fix sort order in defconfig, enable CONFIG_SPL_TINY_MEMSET:
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/Makefile
arch/arm/dts/rk3188-radxarock.dts [new file with mode: 0644]
arch/arm/mach-rockchip/rk3188/Kconfig
board/radxa/rock/Kconfig [new file with mode: 0644]
board/radxa/rock/MAINTAINERS [new file with mode: 0644]
board/radxa/rock/Makefile [new file with mode: 0644]
board/radxa/rock/rock.c [new file with mode: 0644]
configs/rock_defconfig [new file with mode: 0644]
include/configs/rock.h [new file with mode: 0644]