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
/
arm9tdmi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
1
-4
/
+4
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_handler_t: make argc unsigned
Zachary T Welch
2009-11-13
1
-3
/
+3
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-2
/
+1
*
ETM: update arm[79]tdmi_examine()
David Brownell
2009-11-11
1
-4
/
+5
*
ARM9TDMI uses the new inheritance/nesting scheme
David Brownell
2009-11-05
1
-105
/
+30
*
ARM9TDMI: remove forward decls
David Brownell
2009-11-05
1
-52
/
+57
*
target: remove unused interface fn that clutters code
Øyvind Harboe
2009-11-05
1
-7
/
+0
*
debug interface: get rid of unused pre_debug fn
Øyvind Harboe
2009-11-05
1
-1
/
+0
*
arm9tdmi: more correct fix for vector_catch
David Brownell
2009-10-31
1
-8
/
+5
*
ARM: rename "arm9tdmi vector_catch" to "arm9 ..."
David Brownell
2009-10-25
1
-5
/
+3
*
arm9tdmi vector_catch: reserved means "don't use"
David Brownell
2009-10-23
1
-2
/
+1
*
Improve help for arm9 vector_catch.
Øyvind Harboe
2009-10-23
1
-1
/
+3
*
Shrink symbols exported from arm9tdmi.c and remove a forward ref.
dbrownell
2009-09-28
1
-35
/
+38
*
The "arm9tdmi.c" file is more of a generic ARM9 support file:
dbrownell
2009-09-17
1
-3
/
+17
*
David Brownell <david-b@pacbell.net>
oharboe
2009-09-09
1
-0
/
+1
*
David Brownell <david-b@pacbell.net> Clean up ARM7/ARM9 EmbeddedICE register ...
oharboe
2009-08-18
1
-3
/
+5
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-1
/
+1
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-6
/
+6
*
- Fixes '==' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-1
/
+1
*
fix jtag_add_callback() args. The first argument is nothing special, it's jus...
oharboe
2009-06-19
1
-4
/
+5
*
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
2009-06-18
1
-15
/
+15
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-1
/
+1
*
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-18
1
-15
/
+15
*
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
2009-06-04
1
-6
/
+6
*
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
2009-06-04
1
-7
/
+7
*
no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE
oharboe
2009-06-04
1
-2
/
+2
*
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
2009-06-04
1
-7
/
+7
*
Final step in isolating target_type_s structure:
zwelch
2009-05-31
1
-1
/
+1
*
First step in hiding target_type_s from public interface:
zwelch
2009-05-31
1
-0
/
+1
*
Add wrappers for target->type->examined:
zwelch
2009-05-31
1
-2
/
+2
*
fix memory corruption introduce in 1730
oharboe
2009-05-12
1
-4
/
+4
*
change jtag_add_callback API to be able to support check_value/mask
oharboe
2009-05-11
1
-2
/
+2
*
switch to jtag_add_callback() - USB performance fix
oharboe
2009-05-11
1
-13
/
+15
*
Audit and eliminate redundant #include directives in arm target files.
zwelch
2009-05-11
1
-13
/
+0
*
David Brownell <david-b@pacbell.net> whitespace fixes.
oharboe
2009-05-10
1
-35
/
+10
*
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
2009-05-08
1
-12
/
+12
*
more in_handler typo fixes
oharboe
2009-05-07
1
-4
/
+4
*
remove in_handler usage
oharboe
2009-05-07
1
-39
/
+13
*
remove in_handler usage
oharboe
2009-05-07
1
-58
/
+50
*
remove unecessary setting of deprecated fields to NULL
oharboe
2009-05-06
1
-34
/
+34
*
retire out_mask - not used anywhere
oharboe
2009-05-06
1
-12
/
+12
*
mark usage of in_handler that can be converted into user code
oharboe
2009-05-05
1
-5
/
+5
*
Remove redundant declarations to allow building with -Wredundant-decls.
zwelch
2009-04-29
1
-2
/
+0
*
The following patches was applied:
mifi
2009-04-18
1
-6
/
+6
*
- remove target specific variant and use target->variant member
ntfreak
2008-12-13
1
-36
/
+4
[next]