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
/
arm7tdmi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: remove 'armv4_5_common_s' migration #define
David Brownell
2009-11-22
1
-2
/
+2
*
ARM: pass 'struct reg *' to register r/w routines
David Brownell
2009-11-20
1
-1
/
+0
*
ARM7TDMI: remove now-needless "struct arm7tdmi"
David Brownell
2009-11-17
1
-7
/
+6
*
target: no implicit #includes of "register.h"
David Brownell
2009-11-16
1
-0
/
+1
*
ARM: memory utils aren't ARM7/ARM9 dependent
David Brownell
2009-11-15
1
-2
/
+3
*
ARM7/ARM9: use shared examine() method
David Brownell
2009-11-13
1
-37
/
+1
*
ETM: simplify ETM initialization code paths
David Brownell
2009-11-13
1
-5
/
+3
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-1
/
+1
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-22
/
+22
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
1
-1
/
+1
*
target_type_t -> struct target_type
Zachary T Welch
2009-11-13
1
-1
/
+1
*
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-13
1
-3
/
+3
*
arm_jtag_t -> struct arm_jtag
Zachary T Welch
2009-11-13
1
-21
/
+21
*
arm7tdmi_common_t -> struct arm7tdmi_common
Zachary T Welch
2009-11-13
1
-3
/
+3
*
arm7_9_common_t -> struct arm7_9_common
Zachary T Welch
2009-11-13
1
-19
/
+19
*
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
1
-3
/
+3
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-1
/
+1
*
ETM: update arm[79]tdmi_examine()
David Brownell
2009-11-11
1
-4
/
+5
*
ARM7TDMI uses the new inheritance/nesting scheme
David Brownell
2009-11-05
1
-66
/
+25
*
ARM7TDMI: remove forward decls
David Brownell
2009-11-05
1
-91
/
+88
*
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
*
David Brownell <david-b@pacbell.net>
oharboe
2009-09-09
1
-0
/
+1
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
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
-3
/
+3
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-7
/
+7
*
- Fixes '==' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-6
/
+6
*
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
-3
/
+4
*
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
2009-06-18
1
-16
/
+16
*
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
-14
/
+14
*
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
-6
/
+6
*
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
-6
/
+6
*
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
*
now builds on 64 and 32 bit systems
oharboe
2009-05-11
1
-1
/
+1
*
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
-11
/
+11
*
Audit and eliminate redundant #include directives in arm target files.
zwelch
2009-05-11
1
-12
/
+0
*
David Brownell <david-b@pacbell.net> whitespace fixes.
oharboe
2009-05-10
1
-7
/
+0
*
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
2009-05-08
1
-6
/
+6
[next]