From 04dc98916d9acb57e0f5595534151a24ba4dc684 Mon Sep 17 00:00:00 2001 From: drath Date: Mon, 16 Apr 2007 14:58:16 +0000 Subject: - explicitly disable monitor mode on ARM7/9 targets - added "prepare_reset_halt()" to target_type_t, which allows reset_halt to be prepared before a reset is asserted, possibly preventing communication with the target - arm7/9 devices now use a breakpoint at 0x0 or reset vector catching for debug out of reset git-svn-id: svn://svn.berlios.de/openocd/trunk@141 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/arm7_9_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/target/arm7_9_common.h') diff --git a/src/target/arm7_9_common.h b/src/target/arm7_9_common.h index fd9a9e1b..5e7d54a9 100644 --- a/src/target/arm7_9_common.h +++ b/src/target/arm7_9_common.h @@ -55,6 +55,7 @@ typedef struct arm7_9_common_s int has_vector_catch; int reinit_embeddedice; + int debug_entry_from_reset; struct working_area_s *dcc_working_area; @@ -108,6 +109,7 @@ int arm7_9_deassert_reset(target_t *target); int arm7_9_reset_request_halt(target_t *target); int arm7_9_early_halt(target_t *target); int arm7_9_soft_reset_halt(struct target_s *target); +int arm7_9_prepare_reset_halt(struct target_s *target); int arm7_9_halt(target_t *target); int arm7_9_debug_entry(target_t *target); -- cgit v1.2.3