..
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
Makefile.am
Move TCL script files -- Step 1 of 2:
2009-05-27 06:44:43 +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
arm7_9_common.c
Add target_run_algorithm wrapper:
2009-05-31 09:38:20 +00:00
arm7_9_common.h
Submitted by Dean Glazeski <dnglaze@gmail.com>:
2009-05-22 02:27:30 +00:00
arm7tdmi.c
fix memory corruption introduce in 1730
2009-05-12 07:03:50 +00:00
arm7tdmi.h
Audit and eliminate redundant #include directives in arm target files.
2009-05-11 04:46:21 +00:00
arm9tdmi.c
fix memory corruption introduce in 1730
2009-05-12 07:03:50 +00:00
arm9tdmi.h
Audit and eliminate redundant #include directives in arm target files.
2009-05-11 04:46:21 +00:00
arm11.c
Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes
2009-05-18 07:02:12 +00:00
arm11.h
Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes
2009-05-18 07:02:12 +00:00
arm11_dbgtap.c
Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with generic arm code; added comments and whitespace fixes
2009-05-18 07:02:12 +00:00
arm720t.c
switch to jtag_add_callback() - USB performance fix
2009-05-11 07:33:43 +00:00
arm720t.h
Audit and eliminate redundant #include directives in arm target files.
2009-05-11 04:46:21 +00:00
arm920t.c
switch to jtag_add_callback() - USB performance fix
2009-05-11 07:36:16 +00:00
arm920t.h
Audit and eliminate redundant #include directives in arm target files.
2009-05-11 04:46:21 +00:00
arm926ejs.c
switch to jtag_add_callback() - USB performance fix
2009-05-11 07:38:10 +00:00
arm926ejs.h
Audit and eliminate redundant #include directives in arm target files.
2009-05-11 04:46:21 +00:00
arm966e.c
switch to jtag_add_callback() - USB performance fix
2009-05-11 07:39:36 +00:00
arm966e.h
Audit and eliminate redundant #include directives in arm target files.
2009-05-11 04:46:21 +00:00
arm_adi_v5.c
switch to jtag_add_callback() - USB performance fix
2009-05-11 07:26:59 +00:00
arm_adi_v5.h
Added dap baseaddr and dap apid commands
2009-04-27 16:08:25 +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
Audit and eliminate redundant #include directives in arm target files.
2009-05-11 04:46:21 +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
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
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
armv7m.c
Add target_run_algorithm wrapper:
2009-05-31 09:38:20 +00:00
armv7m.h
Audit and eliminate redundant #include directives in arm target files.
2009-05-11 04:46:21 +00:00
avrt.c
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +00:00
avrt.h
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +00:00
breakpoints.c
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +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
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +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
Add target_write_memory wrapper:
2009-05-31 09:37:57 +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
Author: Nicolas Pitre <nico@cam.org>
2009-05-27 21:03:51 +00:00
embeddedice.h
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +00:00
etb.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
etb.h
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +00:00
etm.c
David Brownell <david-b@pacbell.net>:
2009-05-30 01:43:21 +00:00
etm.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
feroceon.c
Add target_write_memory wrapper:
2009-05-31 09:37:57 +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
mips32.c
Author: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-20 05:07:34 +00:00
mips32.h
Author: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-20 05:07:34 +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
mips_ejtag.c
Author: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-20 05:07:34 +00:00
mips_ejtag.h
Author: Spencer Oliver <spen@spen-soft.co.uk>
2009-05-20 05:07:34 +00:00
mips_m4k.c
Add target_write_memory wrapper:
2009-05-31 09:37:57 +00:00
mips_m4k.h
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +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.c
Add target_run_algorithm wrapper:
2009-05-31 09:38:20 +00:00
target.h
Add target_run_algorithm wrapper:
2009-05-31 09:38:20 +00:00
target_request.c
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +00:00
target_request.h
Fix compilation of target_request.h when it is included first.
2009-05-11 04:21:24 +00:00
trace.c
David Brownell <david-b@pacbell.net>: This patch adds annotations to
2009-05-21 09:28:57 +00:00
trace.h
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +00:00
xscale.c
Add target_write_memory wrapper:
2009-05-31 09:37:57 +00:00
xscale.h
Audit and eliminate redundant #include directives in other target files.
2009-05-11 04:56:37 +00:00