]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: rk3368: Add core start-up code for RK3368
authorAndreas Färber <afaerber@suse.de>
Mon, 15 May 2017 09:51:18 +0000 (17:51 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 7 Jun 2017 13:29:19 +0000 (07:29 -0600)
commit37a0c6008553f3bbd0db6bb8a88e3f5b0c7606eb
treee6aeaf1b51365e3b43c1b5b0c4542e4698f8b0de
parent27600a583725ed0fa9cd4755a86ed0051bfb8c67
rockchip: rk3368: Add core start-up code for RK3368

The RK3368 is an octa-core Cortex-A53 SoC from Rockchip.
This adds basic support to chain-load U-Boot from Rockchip's
miniloader.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/rk3368.dtsi [new file with mode: 0644]
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3368/Kconfig [new file with mode: 0644]
arch/arm/mach-rockchip/rk3368/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/rk3368/clk_rk3368.c [new file with mode: 0644]
arch/arm/mach-rockchip/rk3368/rk3368.c [new file with mode: 0644]
arch/arm/mach-rockchip/rk3368/syscon_rk3368.c [new file with mode: 0644]
include/configs/rk3368_common.h [new file with mode: 0644]
include/dt-bindings/clock/rk3368-cru.h [new file with mode: 0644]