]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: Add core SoC start-up code
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:38 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:24 +0000 (21:28 -0600)
commit2444dae587815e5ba14cb27c32f57bc3b3bbed1d
tree2c4024c27b69054296477d7743dfc54980c8b6f3
parenta8cb4fb56ac53cab89657b7e8295ec001bbf78bf
rockchip: Add core SoC start-up code

Add code for starting up U-Boot SPL and U-Boot proper. This is generic and
makes use of devices provided by the board- or SoC-specific code.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-rockchip/Kconfig [new file with mode: 0644]
arch/arm/mach-rockchip/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/board-spl.c [new file with mode: 0644]
arch/arm/mach-rockchip/board.c [new file with mode: 0644]
arch/arm/mach-rockchip/common.c [new file with mode: 0644]
arch/arm/mach-rockchip/rk3288/Kconfig [new file with mode: 0644]