]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: Add basic support for firefly-rk3288
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:41 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:24 +0000 (21:28 -0600)
commit17aa548cedd9a4c063590d29ac27160dc67f47f9
tree0f57ba0e658d3d8891aea4a4cf6581c6b31c75d1
parent1b2fd5bf4eedfaf5af9d8fc219781fb521d12c7a
rockchip: Add basic support for firefly-rk3288

The Firefly RK3288 is a suitable target board for initial mainline Rockchip
support. It includes a good set of peripherals, a recent SoC and it is
readily available.

This adds only some basic files required to allow the baord to display a
serial message in SPL and hang.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/Makefile
arch/arm/dts/rk3288-firefly.dts [new file with mode: 0644]
arch/arm/dts/rk3288-firefly.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/rk3288/Kconfig
board/firefly/firefly-rk3288/Kconfig [new file with mode: 0644]
board/firefly/firefly-rk3288/MAINTAINERS [new file with mode: 0644]
board/firefly/firefly-rk3288/Makefile [new file with mode: 0644]
board/firefly/firefly-rk3288/firefly-rk3288.c [new file with mode: 0644]
configs/firefly-rk3288_defconfig [new file with mode: 0644]
include/configs/firefly-rk3288.h [new file with mode: 0644]
include/configs/rk3288_common.h [new file with mode: 0644]