From f3d84b4a519345e539aa88707fa3ccc76f9de9b5 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Mon, 16 Oct 2017 19:48:29 +0800 Subject: [PATCH] rockchip: rk3128: enable GICv2 irq support Change-Id: I5bfffa770ca04d7077031cd25345f93d58ba5c6e Signed-off-by: Joseph Chen --- arch/arm/mach-rockchip/Kconfig | 1 + include/configs/rk3128_common.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index d59dad320a..aa418c35b1 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -14,6 +14,7 @@ config ROCKCHIP_RK3036 config ROCKCHIP_RK3128 bool "Support Rockchip RK3128" select CPU_V7 + select GICV2 help The Rockchip RK3128 is a ARM-based SoC with a quad-core Cortex-A7 including NEON and GPU, Mali-400 graphics, several DDR3 options diff --git a/include/configs/rk3128_common.h b/include/configs/rk3128_common.h index af901322ad..b9f01cb5aa 100644 --- a/include/configs/rk3128_common.h +++ b/include/configs/rk3128_common.h @@ -26,6 +26,8 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x60100000 #define CONFIG_SYS_LOAD_ADDR 0x60800800 +#define GICC_BASE 0x1013A000 +#define GICD_BASE 0x10139000 #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */