summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2017-02-20 13:58:48 +0000
committerGitHub <noreply@github.com>2017-02-20 13:58:48 +0000
commit1a80e88526c1bc48ea02b9d8c3121ddc18dc0e70 (patch)
treee513b51ca84c987cf2c1f8b6eff9bdf7cbbebefa /include/plat
parent108e4df7f167bccc2c9ccef87bdd62d15c3aa74b (diff)
parent09fad4989ed8912e4831ed63b5e4482f7fab2531 (diff)
Merge pull request #841 from dp-arm/dp/debug-regs
Disable secure self-hosted debug
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 a2fe0d58..7cfaf59a 100644
--- a/include/plat/arm/css/common/css_def.h
+++ b/include/plat/arm/css/common/css_def.h
@@ -101,6 +101,13 @@
#define SSC_VERSION_DESIGNER_ID_MASK 0xff
#define SSC_VERSION_PART_NUM_MASK 0xfff
+/* SSC debug configuration registers */
+#define SSC_DBGCFG_SET 0x14
+#define SSC_DBGCFG_CLR 0x18
+
+#define SPIDEN_INT_CLR_SHIFT 6
+#define SPIDEN_SEL_SET_SHIFT 7
+
#ifndef __ASSEMBLY__
/* SSC_VERSION related accessors */