]> git.baikalelectronics.ru Git - uboot.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)
commit652c91eb3d0dc4fbfbd26a3269d9780ebf73fe04
treea9455228f9398503057b848850b5ec2303e99895
parent47f20ce2a7c1fd603c5d5b6e641350649ddc9804
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]