aboutsummaryrefslogtreecommitdiff
path: root/src/target/cortex_a.h
diff options
context:
space:
mode:
authorOlivier Schonken <olivier.schonken@gmail.com>2015-01-20 14:17:20 +0200
committerPaul Fertser <fercerpav@gmail.com>2015-02-11 16:17:58 +0000
commit6e32887f917b8e5a870e2d485139820ee5161b4f (patch)
treeeab24e30009b04f513f4c4bf31aeb3417cadd19d /src/target/cortex_a.h
parent3f9f7de7b0dc57e435d90ebde2bccf31bf4f0270 (diff)
downloadriscv-openocd-6e32887f917b8e5a870e2d485139820ee5161b4f.zip
riscv-openocd-6e32887f917b8e5a870e2d485139820ee5161b4f.tar.gz
riscv-openocd-6e32887f917b8e5a870e2d485139820ee5161b4f.tar.bz2
cortex_a: Add Cortex-A5 identification
Add Cortex-A5 identification to ROM-table display, and also to cortex_a_init_debug_access. This change is mostly cosmetic. Change-Id: I7b1dd8755d70d45eb5f315aa1918d44a813b3cdf Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> Reviewed-on: http://openocd.zylin.com/2483 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@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 94d80f9..ebf79b8 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_A5_PARTNUM 0xc05
#define CORTEX_A7_PARTNUM 0xc07
#define CORTEX_A8_PARTNUM 0xc08
#define CORTEX_A9_PARTNUM 0xc09