aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAmbroise Vincent <ambroise.vincent@arm.com>2019-02-28 16:23:53 +0000
committerAmbroise Vincent <ambroise.vincent@arm.com>2019-03-13 15:40:45 +0000
commit0b64c194853d631909317c041d5501ec53c3bfef (patch)
tree5ec144b07f2deb1fefa2ab8106945c51ab2853f5 /include
parentab15922ebd2db1783dbd4db571b582263f8d33ea (diff)
Cortex-A17: Implement workaround for errata 852421
Change-Id: Ic3004fc43229d63c5a59ca74c1837fb0604e1f33 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Diffstat (limited to 'include')
-rw-r--r--include/lib/cpus/aarch32/cortex_a17.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/lib/cpus/aarch32/cortex_a17.h b/include/lib/cpus/aarch32/cortex_a17.h
index 4b052165..89a8eb61 100644
--- a/include/lib/cpus/aarch32/cortex_a17.h
+++ b/include/lib/cpus/aarch32/cortex_a17.h
@@ -19,4 +19,9 @@
******************************************************************************/
#define CORTEX_A17_ACTLR_SMP_BIT (U(1) << 6)
+/*******************************************************************************
+ * Implementation defined register specific definitions.
+ ******************************************************************************/
+#define CORTEX_A17_IMP_DEF_REG1 p15, 0, c15, c0, 1
+
#endif /* CORTEX_A17_H */