]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: Add core Soc start-up code for rv1108
authorAndy Yan <andy.yan@rock-chips.com>
Thu, 1 Jun 2017 10:00:55 +0000 (18:00 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 7 Jun 2017 13:29:25 +0000 (07:29 -0600)
commit2c1e11dd52e7d1db79b33e3e4c2fded573b70a9d
treea9455228f9398503057b848850b5ec2303e99895
parentbae2f282a96e400a2bbcc8a545598289f36e1c32
rockchip: Add core Soc start-up code for rv1108

RV1108 is embedded with an ARM Cortex-A7 single core and a DSP core
from Rockchip. It is designed for varies application scenario such
as car DVR, sports DV, secure camera and UAV camera.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rv1108/Kconfig [new file with mode: 0644]
arch/arm/mach-rockchip/rv1108/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/rv1108/clk_rv1108.c [new file with mode: 0644]
arch/arm/mach-rockchip/rv1108/rv1108.c [new file with mode: 0644]
arch/arm/mach-rockchip/rv1108/syscon_rv1108.c [new file with mode: 0644]
drivers/sysreset/Makefile
drivers/sysreset/sysreset_rv1108.c [new file with mode: 0644]
include/configs/rv1108_common.h [new file with mode: 0644]