]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: rk3368: add Sheep board
authorAndy Yan <andy.yan@rock-chips.com>
Mon, 15 May 2017 09:53:50 +0000 (17:53 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 7 Jun 2017 13:29:20 +0000 (07:29 -0600)
commite2901ab8f68acaa776f9f3ea8deef316e90543a0
tree5259572e4af4a36fdaec054523578efd76e8dcc3
parentfe9d4e77ea988201d567eb9f67792ed8c54db057
rockchip: rk3368: add Sheep board

Sheep board is designed by Rockchip as a EVB for rk3368.
Currently it is able to boot a linux kernel and system
to console with the miniloader run as fist level loader.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
arch/arm/dts/Makefile
arch/arm/dts/rk3368-sheep.dts [new file with mode: 0644]
arch/arm/mach-rockchip/rk3368/Kconfig
board/rockchip/sheep_rk3368/Kconfig [new file with mode: 0644]
board/rockchip/sheep_rk3368/MAINTAINERS [new file with mode: 0644]
board/rockchip/sheep_rk3368/Makefile [new file with mode: 0644]
board/rockchip/sheep_rk3368/README [new file with mode: 0644]
board/rockchip/sheep_rk3368/sheep_rk3368.c [new file with mode: 0644]
configs/sheep-rk3368_defconfig [new file with mode: 0644]
include/configs/sheep_rk3368.h [new file with mode: 0644]