forked from auracaster/openocd
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>
This commit is contained in:
committed by
Andreas Fritiofson
parent
e519099ab7
commit
1567caea2c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user