aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2019-11-26 21:24:44 +0530
committerVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2019-11-29 14:26:18 +0530
commita85405ce1ec4598511a3ca2407e7226dc62e5f35 (patch)
treeaaa4a3128400dfeb6ff20a5aec58f650199373af
parent9411432b716b657dd5686a0bf17e25d91d644a55 (diff)
GIC-Clayton: Fix the GICR base addressRD-INFRA-MC-2019.12.13topics/refinfra-mcrefinfra-mc
Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
-rw-r--r--include/drivers/arm/gicv3.h2
-rw-r--r--plat/arm/css/sgi/include/sgi_base_platform_def.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/drivers/arm/gicv3.h b/include/drivers/arm/gicv3.h
index c4f42d04d..e8007432b 100644
--- a/include/drivers/arm/gicv3.h
+++ b/include/drivers/arm/gicv3.h
@@ -81,7 +81,7 @@
/*******************************************************************************
* GICv3 Re-distributor interface registers & constants
******************************************************************************/
-#define GICR_PCPUBASE_SHIFT 0x11
+#define GICR_PCPUBASE_SHIFT 0x12
#define GICR_SGIBASE_OFFSET U(65536) /* 64 KB */
#define GICR_CTLR U(0x0)
#define GICR_IIDR U(0x04)
diff --git a/plat/arm/css/sgi/include/sgi_base_platform_def.h b/plat/arm/css/sgi/include/sgi_base_platform_def.h
index da148624c..95d9d6666 100644
--- a/plat/arm/css/sgi/include/sgi_base_platform_def.h
+++ b/plat/arm/css/sgi/include/sgi_base_platform_def.h
@@ -133,7 +133,7 @@
/* GIC related constants */
#define PLAT_ARM_GICD_BASE 0x30000000
#define PLAT_ARM_GICC_BASE 0x2C000000
-#define PLAT_ARM_GICR_BASE 0x300C0000
+#define PLAT_ARM_GICR_BASE 0x30140000
/* Map the secure region for access from S-EL0 */
#define PLAT_ARM_SECURE_MAP_DEVICE MAP_REGION_FLAT( \