rockchip: Add basic support for kylin board
authorhuang lin <hl@rock-chips.com>
Mon, 7 Dec 2015 03:08:57 +0000 (11:08 +0800)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Dec 2015 03:51:50 +0000 (20:51 -0700)
commit47b4c228b5ae72598dc38ca2764c11ea1c6693cc
tree04c0ccfa8b8082ed94b6b4e67fda0198173ddcaf
parente390680015c79c8ce390b5245646324eb6f9d9c6
rockchip: Add basic support for kylin board

kylin board use rk3036 SOC, 512M sdram, 8G emmc.
This add some basic files required to allow the board
to output serial message and can run command(mmc info etc).

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/rk3036/Kconfig
board/kylin/kylin_rk3036/Kconfig [new file with mode: 0644]
board/kylin/kylin_rk3036/MAINTAINERS [new file with mode: 0644]
board/kylin/kylin_rk3036/Makefile [new file with mode: 0644]
board/kylin/kylin_rk3036/kylin_rk3036.c [new file with mode: 0644]
configs/kylin-rk3036_defconfig [new file with mode: 0644]
include/configs/kylin_rk3036.h [new file with mode: 0644]