aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2019-03-13 15:53:52 +0000
committerGitHub <noreply@github.com>2019-03-13 15:53:52 +0000
commit620d9832f96ffcaf86d38b703ca913438d6eea7c (patch)
tree205aea93f4eb0fda522d6515728b6cd47f406e61 /include
parentab15922ebd2db1783dbd4db571b582263f8d33ea (diff)
parentbe10dcde5226ab28ae4bc71f74b26bbbb030cb4b (diff)
downloadplatform_external_arm-trusted-firmware-620d9832f96ffcaf86d38b703ca913438d6eea7c.tar.gz
platform_external_arm-trusted-firmware-620d9832f96ffcaf86d38b703ca913438d6eea7c.tar.bz2
platform_external_arm-trusted-firmware-620d9832f96ffcaf86d38b703ca913438d6eea7c.zip
Merge pull request #1883 from ambroise-arm/av/a17-errata
Apply workarounds for errata of Cortex-A17
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 4b0521650..89a8eb610 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 */