]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: add support for rk3288 PopMetal board
authorjk.kernel@gmail.com <jk.kernel@gmail.com>
Tue, 26 Jul 2016 10:28:30 +0000 (18:28 +0800)
committerSimon Glass <sjg@chromium.org>
Sun, 31 Jul 2016 13:24:20 +0000 (07:24 -0600)
commitdd63fbc70a5fa59677c86695ebad341834fec172
tree9077281d2a27bc52f75059137106e21dd5a4caa3
parentd7ca67b7cdd67f79637a8a0097277a68294fa3d8
rockchip: add support for rk3288 PopMetal board

PopMetal is a rockchip rk3288 based board made by ChipSpark, which has
many interface such as HDMI, VGA, USB, micro-SD card, WiFi, Audio and
Gigabit Ethernet.

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/Makefile
arch/arm/dts/rk3288-popmetal.dts [new file with mode: 0644]
arch/arm/dts/rk3288-popmetal.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3288/Kconfig
board/chipspark/popmetal_rk3288/Kconfig [new file with mode: 0644]
board/chipspark/popmetal_rk3288/MAINTAINERS [new file with mode: 0644]
board/chipspark/popmetal_rk3288/Makefile [new file with mode: 0644]
board/chipspark/popmetal_rk3288/popmetal-rk3288.c [new file with mode: 0644]
configs/popmetal-rk3288_defconfig [new file with mode: 0644]
doc/README.rockchip
include/configs/popmetal_rk3288.h [new file with mode: 0644]