aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
authorPatrick Stewart <patstew@gmail.com>2015-09-28 13:51:58 +0100
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>2015-12-29 12:35:50 +0000
commitbf4cf766310768198cfa766467d47bdb180f9b27 (patch)
tree21f27635302092f1fa27605bc0544a54463bcf85 /src/target/armv7a.h
parent67f24e67347329cb3cd2f72aa84308e0b978cdc5 (diff)
arm_debug: Support multiple APs per DAP and remove DAP from armv7* structs
Separate out the values from adiv5_dap that are associated with a specific AP into a new struct, so we can properly support multiple APs. Remove the DAP struct from the armv7* structs, because we can have multiple CPUs per DAP, and we shouldn't have multiple DAP structs. Tidy up a few places where ap_current is used incorrectly. Change-Id: I0c6ef4b49cc86b140366347aaf9b76c07cbab0a8 Signed-off-by: Patrick Stewart <patstew@gmail.com> Reviewed-on: http://openocd.zylin.com/2984 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de> Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r--src/target/armv7a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index a71aa23c..cb7eb01f 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -104,8 +104,6 @@ struct armv7a_common {
int common_magic;
struct reg_cache *core_cache;
- struct adiv5_dap dap;
-
/* Core Debug Unit */
struct arm_dpm dpm;
uint32_t debug_base;