index
:
riscv-tools/riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
arm11.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-0
/
+1
2009-11-16
target: don't implicitly include "algorithm.h"
David Brownell
1
-0
/
+1
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
1
-0
/
+1
2009-11-15
ARM11: use now-generic memory utils
David Brownell
1
-11
/
+2
2009-11-15
ARM11: fixup method table
David Brownell
1
-45
/
+43
2009-11-15
target: make "examined" flag be per-target
David Brownell
1
-6
/
+0
2009-11-13
ARM11: ETM + ETB support
David Brownell
1
-1
/
+15
2009-11-13
ARM11: revert etmr/etmw commands
David Brownell
1
-83
/
+0
2009-11-13
ARM11: switch to new "arm" base type
David Brownell
1
-32
/
+28
2009-11-13
target: remove unused "bitfield" infrastructure
David Brownell
1
-6
/
+21
2009-11-13
command_t -> struct command
Zachary T Welch
1
-1
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-2
/
+2
2009-11-13
target_t -> struct target
Zachary T Welch
1
-34
/
+34
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-12
/
+12
2009-11-13
target_type_t -> struct target_type
Zachary T Welch
1
-1
/
+1
2009-11-13
breakpoint_t -> struct breakpoint
Zachary T Welch
1
-3
/
+3
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-2
/
+2
2009-11-13
watchpoint_t -> struct watchpoint
Zachary T Welch
1
-2
/
+2
2009-11-13
arm11_sc7_action_t -> struct arm11_sc7_action
Zachary T Welch
1
-2
/
+2
2009-11-13
arm11_reg_state_t -> struct arm11_reg_state
Zachary T Welch
1
-7
/
+7
2009-11-13
arm11_common_t -> struct arm11_common
Zachary T Welch
1
-34
/
+34
2009-11-13
arm11_reg_defs_t -> struct arm11_reg_defs
Zachary T Welch
1
-6
/
+6
2009-11-13
reg_param_t -> struct reg_param
Zachary T Welch
1
-1
/
+1
2009-11-13
mem_param_t -> struct mem_param
Zachary T Welch
1
-1
/
+1
2009-11-13
scan_field_t -> struct scan_field
Zachary T Welch
1
-4
/
+4
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-1
/
+1
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
1
-3
/
+4
2009-11-13
use COMMAND_HELPER for command helper functions
Zachary T Welch
1
-3
/
+2
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-5
/
+4
2009-11-10
arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain
Michael Bruck
1
-0
/
+61
2009-11-10
ARM11: remove old mrc/mcr commands
Øyvind Harboe
1
-102
/
+0
2009-11-08
Add private header for ARM11 internals.
Zachary T Welch
1
-0
/
+1
2009-11-08
ARM11: remove exports and forward decls
Zachary T Welch
1
-109
/
+138
2009-11-06
Fix arm11 vcr command parsing.
Zachary T Welch
1
-0
/
+1
2009-11-05
Improve arm11 command argument parsing.
Zachary T Welch
1
-7
/
+7
2009-11-05
arm11: check if target is halted before executing mrc/mcr commands.
Øyvind Harboe
1
-0
/
+7
2009-11-05
ARM11: added mrc/mcr support to arm11 code.
Øyvind Harboe
1
-0
/
+53
2009-11-05
target: remove unused interface fn that clutters code
Øyvind Harboe
1
-7
/
+0
2009-10-14
portability updates
David Brownell
1
-2
/
+2
2009-10-14
Work in progress on arm11 reset. Assert srst.
Øyvind Harboe
1
-6
/
+50
2009-10-13
Cleanup: nuke trailling whitespaces
Yauheni Kaliuta
1
-1
/
+1
2009-10-13
Delete commented out code. Add a bit of error checking.
Øyvind Harboe
1
-41
/
+20
2009-10-12
More error propagation fixes.
Øyvind Harboe
1
-1
/
+3
2009-10-12
arm11 burst writes are now only enabled for writes larger than 1 word. Single...
Øyvind Harboe
1
-2
/
+11
2009-10-12
Retire arm11 no_increment. Intended for future expansion to read/write to por...
Øyvind Harboe
1
-8
/
+22
2009-10-12
Propagate wDTR/rDTR failure immediately, otherwise it's followed up by timeou...
Øyvind Harboe
1
-0
/
+1
2009-10-10
printf format warning fixes
David Brownell
1
-2
/
+4
2009-10-09
ARM11 error checking
Øyvind Harboe
1
-37
/
+85
2009-10-07
buildfix
dbrownell
1
-0
/
+1
2009-10-07
add timeouts and fix syntax error handling of mrc/mcr commands.
oharboe
1
-1
/
+2
[next]