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
/
arm920t.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM920T: review scope of functions
Antonio Borneo
2010-04-10
1
-1
/
+1
*
arm breakpoints: amended fix comment
Øyvind Harboe
2010-03-21
1
-1
/
+5
*
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
2010-03-19
1
-3
/
+0
*
jtag: retire one instance of jtag_get_end_state() usage
Øyvind Harboe
2010-03-18
1
-6
/
+6
*
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
2010-03-18
1
-4
/
+4
*
jtag: retire tap field
Øyvind Harboe
2010-03-08
1
-16
/
+4
*
ARM: keep a handle to the PC
David Brownell
2010-02-21
1
-3
/
+3
*
arm920t line length cleanup
David Brownell
2010-02-20
1
-115
/
+247
*
atm920t : fix breakpoints and data cache handling
Marc Pignat
2010-02-19
1
-17
/
+103
*
ARM920T scanchain 15 comments/cleanup
David Brownell
2010-02-16
1
-51
/
+112
*
arm920: add virt2phys fn
Marc Pignat
2010-02-12
1
-3
/
+13
*
arm7/9: enable check that DCC downloads have been enabled
Øyvind Harboe
2010-01-13
1
-0
/
+1
*
ARM720: help/usage updates
David Brownell
2010-01-07
1
-10
/
+14
*
ARM: don't clone arm_arch_state() code
David Brownell
2009-12-07
1
-8
/
+2
*
ARM: rename some generic routines
David Brownell
2009-12-07
1
-1
/
+1
*
ARM: move opcode macros to <target/arm_opcodes.h>
David Brownell
2009-12-07
1
-0
/
+1
*
ARM: remove mrc_opcode(), use MRC() or MCR()
David Brownell
2009-12-07
1
-4
/
+16
*
ARM: switch target_to_armv4_5() to target_to_arm()
David Brownell
2009-12-04
1
-2
/
+2
*
ARM: rename armv4_5_state_* as arm_state_*
David Brownell
2009-12-04
1
-1
/
+1
*
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
target: "mcr" and "mrc" are ARM-specific
David Brownell
2009-12-01
1
-2
/
+13
*
remove target_type register_command callback
Zachary T Welch
2009-11-24
1
-9
/
+5
*
arm920t: use register_commands()
Zachary T Welch
2009-11-24
1
-27
/
+47
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-6
/
+6
*
ARM: use arm_reg_current()
David Brownell
2009-11-22
1
-26
/
+40
*
ARM: remove 'armv4_5_common_s' migration #define
David Brownell
2009-11-22
1
-6
/
+6
*
ARM: arm_set_cpsr() handles T and J bits
David Brownell
2009-11-22
1
-1
/
+0
*
ARM: define two register utilities
David Brownell
2009-11-22
1
-5
/
+7
*
ARM: simplify CPSR handling
David Brownell
2009-11-22
1
-4
/
+4
*
ARM: add is_arm_mode()
David Brownell
2009-11-17
1
-4
/
+4
*
ARM: add arm_mode_name()
David Brownell
2009-11-17
1
-1
/
+1
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-28
/
+28
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-10
/
+10
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-9
/
+9
*
ARM9TDMI: remove now-needless "struct arm9tdmi"
David Brownell
2009-11-17
1
-9
/
+7
*
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
-1
/
+1
*
command_t -> struct command
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-2
/
+2
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-27
/
+27
*
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
*
arm_jtag_t -> struct arm_jtag
Zachary T Welch
2009-11-13
1
-3
/
+3
*
arm9tdmi_common_t -> struct arm9tdmi_common
Zachary T Welch
2009-11-13
1
-1
/
+1
*
arm920t_tlb_entry_t -> struct arm920t_tlb_entry
Zachary T Welch
2009-11-13
1
-1
/
+1
*
arm920t_cache_line_t -> struct arm920t_cache_line
Zachary T Welch
2009-11-13
1
-1
/
+1
*
arm7_9_common_t -> struct arm7_9_common
Zachary T Welch
2009-11-13
1
-4
/
+4
*
arm920t_common_t -> struct arm920t_common
Zachary T Welch
2009-11-13
1
-18
/
+18
*
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
1
-3
/
+3
[next]