aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/sgi575/include/platform_def.h
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2020-02-03 12:14:01 +0530
committerVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2020-02-07 19:24:17 +0530
commitfe2293df83641d1b14d1df1ab7cb60ab4a19bfc7 (patch)
treef0377993fb8c816f4861514336bf91e49be3e414 /plat/arm/board/sgi575/include/platform_def.h
parent2bd5dcb91dd247635500c5d3b9ae6e43cb89caa4 (diff)
downloadtrusted-firmware-a-fe2293df83641d1b14d1df1ab7cb60ab4a19bfc7.tar.gz
plat/arm/sgi: move GIC related constants to board files
In preparation for adding support for Reference Design platforms which have different base addresses for GIC Distributor or Redistributor, move GIC related base addresses to individual platform definition files. Change-Id: Iecf52b4392a30b86905e1cd047c0ff87d59d0191 Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Diffstat (limited to 'plat/arm/board/sgi575/include/platform_def.h')
-rw-r--r--plat/arm/board/sgi575/include/platform_def.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/plat/arm/board/sgi575/include/platform_def.h b/plat/arm/board/sgi575/include/platform_def.h
index 25d24c5b03..95986cf4a3 100644
--- a/plat/arm/board/sgi575/include/platform_def.h
+++ b/plat/arm/board/sgi575/include/platform_def.h
@@ -37,4 +37,9 @@
#define PLAT_VIRT_ADDR_SPACE_SIZE (1ULL << 32)
#endif
+/* GIC related constants */
+#define PLAT_ARM_GICD_BASE UL(0x30000000)
+#define PLAT_ARM_GICC_BASE UL(0x2C000000)
+#define PLAT_ARM_GICR_BASE UL(0x300C0000)
+
#endif /* PLATFORM_DEF_H */