aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.h
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2014-10-14 11:55:27 +0200
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2015-01-10 00:57:09 +0000
commit1567caea2cbaf5dfc42454d6a7baf177baec0b85 (patch)
tree079f7abeebb3d1a80e7b2fea643a7e90fbe1d6f2 /src/target/cortex_a.h
parente519099ab7fac4517eaee7dde3275e7b839460ff (diff)
cortex_a: Add support for A7 MPCore
A7 MPCore needs unlocking the debug registers same as with A15 MPCore. Found out by hacking on the code. Change-Id: I613cb4fb35007b85b4a9a401577b47768bc1a08b Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Reviewed-on: http://openocd.zylin.com/2344 Tested-by: jenkins Reviewed-by: Kamal Dasu <kamal.dasu@gmail.com> Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'src/target/cortex_a.h')
-rw-r--r--src/target/cortex_a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/cortex_a.h b/src/target/cortex_a.h
index 043d96f9..94d80f92 100644
--- a/src/target/cortex_a.h
+++ b/src/target/cortex_a.h
@@ -35,6 +35,7 @@
#define CORTEX_A_COMMON_MAGIC 0x411fc082
#define CORTEX_A15_COMMON_MAGIC 0x413fc0f1
+#define CORTEX_A7_PARTNUM 0xc07
#define CORTEX_A8_PARTNUM 0xc08
#define CORTEX_A9_PARTNUM 0xc09
#define CORTEX_A15_PARTNUM 0xc0f