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
/
arm720t.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
2011-06-04
1
-5
/
+0
*
types: write memory now uses const
Øyvind Harboe
2011-04-01
1
-1
/
+1
*
debug: debug entry error propagation
Øyvind Harboe
2010-07-19
1
-6
/
+16
*
arm: add error propagation for enable/disable mmu caches
Øyvind Harboe
2010-07-19
1
-12
/
+33
*
arm: add error propagation to generic get_ttb fn
Øyvind Harboe
2010-07-19
1
-4
/
+12
*
arm720t: -Wshadow warning fix
Øyvind Harboe
2010-06-15
1
-4
/
+4
*
TARGET: removed unused parameters
Antonio Borneo
2010-06-12
1
-3
/
+1
*
TARGET: removed unsed parameter
Antonio Borneo
2010-06-12
1
-2
/
+2
*
TARGET: fix handling return code of MMU translation
Antonio Borneo
2010-06-12
1
-4
/
+0
*
arm mmu: error propagation added for address translation
Øyvind Harboe
2010-06-11
1
-1
/
+4
*
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
2010-03-19
1
-1
/
+0
*
jtag: retire one instance of jtag_get_end_state() usage
Øyvind Harboe
2010-03-18
1
-2
/
+2
*
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
2010-03-18
1
-3
/
+3
*
jtag: retire tap field
Øyvind Harboe
2010-03-08
1
-4
/
+2
*
ARM: keep a handle to the PC
David Brownell
2010-02-21
1
-3
/
+3
*
arm720t: virt2phys callback added
Øyvind Harboe
2010-02-12
1
-4
/
+14
*
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
-2
/
+4
*
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: 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
-7
/
+4
*
arm720t: use register_commands()
Zachary T Welch
2009-11-24
1
-15
/
+23
*
use COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-2
/
+2
*
ARM: remove 'armv4_5_common_s' migration #define
David Brownell
2009-11-22
1
-2
/
+2
*
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 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
-7
/
+7
*
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
2009-11-17
1
-2
/
+2
*
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
2009-11-17
1
-3
/
+3
*
ARM7TDMI: remove now-needless "struct arm7tdmi"
David Brownell
2009-11-17
1
-10
/
+9
*
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
-2
/
+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
-3
/
+3
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-21
/
+21
*
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
-2
/
+2
*
arm7tdmi_common_t -> struct arm7tdmi_common
Zachary T Welch
2009-11-13
1
-1
/
+1
*
arm7_9_common_t -> struct arm7_9_common
Zachary T Welch
2009-11-13
1
-1
/
+1
*
arm720t_common_t -> struct arm720t_common
Zachary T Welch
2009-11-13
1
-12
/
+12
*
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
1
-1
/
+1
[next]