summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorAntonio Niño Díaz <antonio.ninodiaz@arm.com>2018-10-31 15:47:21 +0100
committerGitHub <noreply@github.com>2018-10-31 15:47:21 +0100
commitd03823d4882ae0c318cc0be4131b04a1e05e9cb1 (patch)
tree2257d542ce90d066e89c218c5963bb0964edae76 /include/plat
parentb3f7c42d376f0459162cf1d94815e4e4e5dbb433 (diff)
parentb62b5b923371dd9040903c6b320281ac1f37adcb (diff)
Merge pull request #1650 from chandnich/sgiclark-ares-support
Sgiclark ares support
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/arm/css/common/css_def.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/plat/arm/css/common/css_def.h b/include/plat/arm/css/common/css_def.h
index 048c58a3..38533197 100644
--- a/include/plat/arm/css/common/css_def.h
+++ b/include/plat/arm/css/common/css_def.h
@@ -26,6 +26,11 @@
#define SSC_REG_BASE 0x2a420000
#define SSC_GPRETN (SSC_REG_BASE + 0x030)
+/* System ID Registers Unit */
+#define SID_REG_BASE 0x2a4a0000
+#define SID_SYSTEM_ID_OFFSET 0x40
+#define SID_SYSTEM_CFG_OFFSET 0x70
+
/* The slave_bootsecure controls access to GPU, DMC and CS. */
#define CSS_NIC400_SLAVE_BOOTSECURE 8
@@ -123,6 +128,8 @@
#define SSC_VERSION_DESIGNER_ID_MASK 0xff
#define SSC_VERSION_PART_NUM_MASK 0xfff
+#define SID_SYSTEM_ID_PART_NUM_MASK 0xfff
+
/* SSC debug configuration registers */
#define SSC_DBGCFG_SET 0x14
#define SSC_DBGCFG_CLR 0x18