openocd/src/target
zwelch 175867ea32 Encapsulate the jtag_trst and jtag_srst variables:
- Add accessor functions to return their value.
- Use new SRST accessor in cortex_m3.c and mips_m4k.c


git-svn-id: svn://svn.berlios.de/openocd/trunk@2157 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-09 08:39:50 +00:00
..
ecos - reverted some of the changes that possibly broke arm926ejs. Waiting 2008-04-04 13:47:38 +00:00
xscale - added svn props 2008-02-28 10:07:54 +00:00
algorithm.c Audit and remove redundant uses of replacements.h in the tree. 2009-05-12 08:35:17 +00:00
algorithm.h - prepare OpenOCD for branching, created ./trunk/ 2006-06-02 10:36:31 +00:00
arm_adi_v5.c - add support for different TAR autotincrement sizes as per ARM ADI spec. 2009-06-04 13:45:50 +00:00
arm_adi_v5.h - add support for different TAR autotincrement sizes as per ARM ADI spec. 2009-06-04 13:45:50 +00:00
arm_disassembler.c Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm_disassembler.h - added manpage for OpenOCD (thanks to Uwe Hermann) 2007-06-14 09:47:00 +00:00
arm_jtag.c Introduce jtag_get_end_state() fn to clarify code a bit. 2009-06-04 13:14:07 +00:00
arm_jtag.h used by upcoming commits 2009-05-11 06:55:00 +00:00
arm_simulator.c Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm_simulator.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm7_9_common.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
arm7_9_common.h Submitted by Dean Glazeski <dnglaze@gmail.com>: 2009-05-22 02:27:30 +00:00
arm7tdmi.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
arm7tdmi.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm9tdmi.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
arm9tdmi.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm11_dbgtap.c Replace 'jtag.c' with 'core.c' in code comments. 2009-06-09 04:54:09 +00:00
arm11.c Eliminate MixedCaps symbol from public JTAG TAP API: 2009-06-05 00:42:52 +00:00
arm11.h unbreak arm11. TAP_INVALID is used to communicate inband that a special state should be used to lower level fn's in ARM11 code. 2009-06-04 20:05:32 +00:00
arm720t.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
arm720t.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm920t.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
arm920t.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm926ejs.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
arm926ejs.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
arm966e.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
arm966e.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv4_5_cache.c Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv4_5_cache.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv4_5_mmu.c David Brownell <david-b@pacbell.net>: This patch adds annotations to 2009-05-21 09:28:57 +00:00
armv4_5_mmu.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
armv4_5.c David Brownell <david-b@pacbell.net>: This patch adds annotations to 2009-05-21 09:28:57 +00:00
armv4_5.h David Brownell <david-b@pacbell.net> whitespace fixes. 2009-05-10 19:02:07 +00:00
armv7m.c - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp_common_t *swjdp instead of arm_jtag_t *jtag_info 2009-06-02 21:06:12 +00:00
armv7m.h Audit and eliminate redundant #include directives in arm target files. 2009-05-11 04:46:21 +00:00
avrt.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
avrt.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
breakpoints.c Add target breakpoint and watchpoint wrapper: 2009-05-31 11:31:52 +00:00
breakpoints.h Audit and eliminate redundant #include directives in core target files. 2009-05-11 04:38:18 +00:00
cortex_a8.c Final step in isolating target_type_s structure: 2009-05-31 12:38:28 +00:00
cortex_a8.h Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 file 2009-05-04 18:44:12 +00:00
cortex_m3.c Encapsulate the jtag_trst and jtag_srst variables: 2009-06-09 08:39:50 +00:00
cortex_m3.h Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. 2009-04-27 08:29:28 +00:00
embeddedice.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
embeddedice.h Introduce jtag_get_end_state() fn to clarify code a bit. 2009-06-04 13:14:07 +00:00
etb.c Eliminate MixedCaps symbol from public JTAG TAP API: 2009-06-05 00:42:52 +00:00
etb.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
etm_dummy.c Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 2009-05-18 04:44:28 +00:00
etm_dummy.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
etm.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
etm.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
feroceon.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
image.c Consolidate target selection code into single get_target() that handles both names and numbers. Provided by David Brownell <david-b@pacbell.net> 2009-05-18 04:44:28 +00:00
image.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
Makefile.am Final step in isolating target_type_s structure: 2009-05-31 12:38:28 +00:00
mips_ejtag.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
mips_ejtag.h Scrub final vestiges of in_handler from mips target APIs. 2009-06-01 21:53:19 +00:00
mips_m4k.c Encapsulate the jtag_trst and jtag_srst variables: 2009-06-09 08:39:50 +00:00
mips_m4k.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
mips32_dmaacc.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
mips32_dmaacc.h - remove target specific variant and use target->variant member 2008-12-13 12:44:39 +00:00
mips32_pracc.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
mips32_pracc.h Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches 2009-04-21 11:35:58 +00:00
mips32.c Add wrappers for target->type->examined: 2009-05-31 09:38:43 +00:00
mips32.h Author: Spencer Oliver <spen@spen-soft.co.uk> 2009-05-20 05:07:34 +00:00
oocd_trace.c Remove trailing whitespace from oocd_trace source file. 2009-05-30 01:44:22 +00:00
oocd_trace.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
register.c Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
register.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
target_request.c David Brownell <david-b@pacbell.net>: 2009-06-01 03:05:42 +00:00
target_request.h Fix compilation of target_request.h when it is included first. 2009-05-11 04:21:24 +00:00
target_type.h Final step in isolating target_type_s structure: 2009-05-31 12:38:28 +00:00
target.c David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -work-area-backup commands 2009-06-08 06:18:13 +00:00
target.h Improve in-source documentation that was causing Doxygen warnings. 2009-06-03 04:37:51 +00:00
trace.c remove unused include file: inttypes.h 2009-06-05 06:41:54 +00:00
trace.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00
xscale.c Rename jtag_add_end_state to jtag_set_end_state since "add" implies that 2009-06-04 13:18:07 +00:00
xscale.h Audit and eliminate redundant #include directives in other target files. 2009-05-11 04:56:37 +00:00