index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
change #include "arm7_9_common.h" to <target/arm7_9_common.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "arm11.h" to <target/arm11.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "jtag.h" to <jtag/jtag.h>
Zachary T Welch
2009-12-03
5
-5
/
+5
*
change #include "types.h" to <helper/types.h>
Zachary T Welch
2009-12-03
9
-9
/
+9
*
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
2009-12-03
9
-9
/
+9
*
change #include "replacements.h" to <helper/replacements.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "log.h" to <helper/log.h>
Zachary T Welch
2009-12-03
10
-10
/
+10
*
change #include "jim.h" to <helper/jim.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "fileio.h" to <helper/fileio.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "command.h" to <helper/command.h>
Zachary T Welch
2009-12-03
2
-2
/
+2
*
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
2009-12-03
5
-5
/
+5
*
allow #include directives to use module name
Zachary T Welch
2009-12-03
1
-0
/
+1
*
feroceon.c should be part of ARM7_9_SRC
Nicolas Pitre
2009-12-03
1
-2
/
+2
*
ARM11: don't expose DSCR
David Brownell
2009-12-02
2
-185
/
+7
*
ARM11: store a clean copy of DSCR
David Brownell
2009-12-02
4
-76
/
+56
*
ARM11: don't expose WDTR
David Brownell
2009-12-02
2
-14
/
+11
*
ARM11: don't expose RDTR
David Brownell
2009-12-02
2
-15
/
+11
*
ARM11: streamline debug entry
David Brownell
2009-12-02
1
-25
/
+20
*
ARM11: remove arm11->target
David Brownell
2009-12-02
3
-20
/
+12
*
ARM DPM: tweak initialization
David Brownell
2009-12-02
6
-23
/
+33
*
adding files required for distribution
Zachary T Welch
2009-12-02
1
-0
/
+1
*
fix 'target init' command registration
Zachary T Welch
2009-12-02
1
-6
/
+6
*
target: factor init to 'target init'
Zachary T Welch
2009-12-02
1
-0
/
+23
*
target: factor target_init() into pieces
Zachary T Welch
2009-12-02
1
-69
/
+84
*
ARMv7a/Cortex-A8: report watchpoint trigger insn
David Brownell
2009-12-02
5
-44
/
+33
*
ARM: label SP and LR correctly
David Brownell
2009-12-02
1
-12
/
+12
*
Cortex-A8: basic watchpoint support
David Brownell
2009-12-01
1
-0
/
+66
*
ARM: core DPM support for watchpoints
David Brownell
2009-12-01
4
-41
/
+302
*
ARMv7a: move constants out of Cortex-A8 header
David Brownell
2009-12-01
2
-35
/
+48
*
ARM11: remove previous mcr()/mrc() methods
David Brownell
2009-12-01
1
-75
/
+0
*
Cortex-A8: remove previous mcr()/mrc() methods
David Brownell
2009-12-01
2
-104
/
+1
*
ARM: implement mrc()/mcr() as DPM ops
David Brownell
2009-12-01
1
-0
/
+59
*
target: "mcr" and "mrc" are ARM-specific
David Brownell
2009-12-01
9
-218
/
+228
*
ARMv7-A: stop using CP15 ops
David Brownell
2009-12-01
1
-5
/
+36
*
Cortex-A8: stop using CP15 ops
David Brownell
2009-12-01
1
-16
/
+53
*
XScale: restore_context() cleanup
David Brownell
2009-11-30
1
-38
/
+30
*
XScale: context restore, cleanup/bugfix
David Brownell
2009-11-30
1
-15
/
+29
*
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
2
-5
/
+7
*
target: avoid using interp global variable
Zachary T Welch
2009-11-30
2
-9
/
+11
*
XScale: clean up full_context() (#2)
David Brownell
2009-11-29
1
-39
/
+30
*
XScale: clean up full_context() (#1)
David Brownell
2009-11-29
1
-17
/
+32
*
XScale: debug entry uses new register mapping
David Brownell
2009-11-29
1
-9
/
+10
*
XScale: initial PXA3xx support
Marek Vasut
2009-11-29
2
-11
/
+39
*
ARM11: fix warning on cygwin
David Brownell
2009-11-29
1
-9
/
+22
*
Cortex-M3: don't chain "struct arm" commands
David Brownell
2009-11-28
1
-3
/
+0
*
add more stub handlers to testee target
Zachary T Welch
2009-11-28
1
-2
/
+22
*
explode tcl_target_func into many handlers
Zachary T Welch
2009-11-28
1
-387
/
+521
*
split jim_target into multiple handlers
Zachary T Welch
2009-11-28
1
-109
/
+137
*
ARM11: fix warning on amd64
David Brownell
2009-11-28
1
-1
/
+4
*
ARM11: fix dbgtap JTAG_DEBUG
David Brownell
2009-11-28
1
-2
/
+2
[prev]
[next]