]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: Add basic support for evb-rk3036 board
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:28 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commitd8b597823b90f43cb3cd1fb82ab1f4804a8ad1e5
tree3f4e03d1732d429f6fabda6a9f127ce869b7730f
parentbe1d5e0388d2e506d875d4b984485526bdf3197f
rockchip: Add basic support for evb-rk3036 board

This add some basic files required to allow the board to dispaly
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>
Moved board Kconfig fragment from previous patch into this one to fix
build error:
Signed-off-by: Simon Glass <sjg@chromium.org>
Series-changes: 8
- moved board Kconfig fragment from previous patch into this one
arch/arm/dts/Makefile
arch/arm/dts/rk3036-sdk.dts [new file with mode: 0644]
arch/arm/mach-rockchip/rk3036/Kconfig
board/evb_rk3036/evb_rk3036/Kconfig [new file with mode: 0644]
board/evb_rk3036/evb_rk3036/MAINTAINERS [new file with mode: 0644]
board/evb_rk3036/evb_rk3036/Makefile [new file with mode: 0644]
board/evb_rk3036/evb_rk3036/evb_rk3036.c [new file with mode: 0644]
configs/evb-rk3036_defconfig [new file with mode: 0644]
include/configs/evb_rk3036.h [new file with mode: 0644]