]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/arm/mach-rockchip/Kconfig
ARM64: rockchip: add support for rk3399 SoC based evb
authorKever Yang <kever.yang@rock-chips.com>
Tue, 19 Jul 2016 13:16:59 +0000 (21:16 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 02:46:45 +0000 (20:46 -0600)
commita381bcf529ff8c33867500cc9a68a100cfe6d22e
tree92e57a709fcd527c5e2977c3f43086a47c0fe311
parent777c834fd476af37340a1e4b15597669e8a0ca31
ARM64: rockchip: add support for rk3399 SoC based evb

RK3399 is a SoC from Rockchip with dual-core Cortex-A72
and quad-core Cortex-A53 CPU. It supports two USB3.0
type-C ports and two USB2.0 EHCI ports. Other interfaces
are very much like RK3288, the DRAM are 32bit width address
and support address from 0 to 4GB-128MB range.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
12 files changed:
arch/arm/Kconfig
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3399/Kconfig [new file with mode: 0644]
arch/arm/mach-rockchip/rk3399/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/rk3399/rk3399.c [new file with mode: 0644]
board/rockchip/evb_rk3399/Kconfig [new file with mode: 0644]
board/rockchip/evb_rk3399/MAINTAINERS [new file with mode: 0644]
board/rockchip/evb_rk3399/Makefile [new file with mode: 0644]
board/rockchip/evb_rk3399/evb-rk3399.c [new file with mode: 0644]
include/configs/evb_rk3399.h [new file with mode: 0644]
include/configs/rk3399_common.h [new file with mode: 0644]