
On 20 April 2017 at 20:33, Andy Yan andy.yan@rock-chips.com wrote:
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.
Signed-off-by: Andy Yan andy.yan@rock-chips.com
arch/arm/dts/Makefile | 1 + arch/arm/dts/rk3368-sheep.dts | 283 +++++++++++++++++++++++++++++ arch/arm/mach-rockchip/rk3368/Kconfig | 8 +- board/rockchip/sheep_rk3368/Kconfig | 15 ++ board/rockchip/sheep_rk3368/MAINTAINERS | 6 + board/rockchip/sheep_rk3368/Makefile | 7 + board/rockchip/sheep_rk3368/sheep_rk3368.c | 37 ++++ configs/sheep-rk3368_defconfig | 28 +++ include/configs/sheep_rk3368.h | 22 +++ 9 files changed, 406 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/rk3368-sheep.dts create mode 100644 board/rockchip/sheep_rk3368/Kconfig create mode 100644 board/rockchip/sheep_rk3368/MAINTAINERS create mode 100644 board/rockchip/sheep_rk3368/Makefile create mode 100644 board/rockchip/sheep_rk3368/sheep_rk3368.c create mode 100644 configs/sheep-rk3368_defconfig create mode 100644 include/configs/sheep_rk3368.h
Reviewed-by: Simon Glass sjg@chromium.org