index
:
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_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
release
reset_test
reverse-resume-order
riscv
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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-09
Fix make maintainer-clean for out-of-tree builds.
zwelch
9
-9
/
+9
2009-06-09
Encapsulate the core jtag interface pointer:
zwelch
3
-26
/
+44
2009-06-09
Continue encapsulation of JTAG event callback sub-API:
zwelch
2
-9
/
+12
2009-06-09
Add jtag_event_handler_t:
zwelch
2
-5
/
+18
2009-06-09
Expose jtag_unregister_event_callback with related API declarations.
zwelch
1
-0
/
+1
2009-06-09
Improve encapsulation of JTAG event handling:
zwelch
3
-41
/
+38
2009-06-09
Properly encapsulate core hasKHZ variable.
zwelch
2
-8
/
+4
2009-06-09
Cleanup and encapsulate IR Capture verification:
zwelch
3
-15
/
+21
2009-06-09
Add missing static keywords to a few variables in JTAG core module.
zwelch
1
-5
/
+5
2009-06-09
Move the jtag_error helper routines out of header file:
zwelch
2
-29
/
+37
2009-06-09
Encapsulate jtag_reset_config using accessors:
zwelch
13
-10
/
+37
2009-06-09
Remove superfluous extern for non-existant global variable.
zwelch
1
-2
/
+0
2009-06-09
Add get and set accessors for jtag_speed:
zwelch
11
-18
/
+39
2009-06-09
Encapsulate the jtag_event_callback list; add helper functions if needed.
zwelch
2
-3
/
+1
2009-06-09
Encapsulate the jtag_trst and jtag_srst variables:
zwelch
4
-6
/
+17
2009-06-09
Move extern of nvp_jtag_tap_event from jtag.h to tcl.c.
zwelch
2
-2
/
+2
2009-06-09
Remove superfluous extern of jtag_event_strings from jtag.h.
zwelch
1
-2
/
+0
2009-06-09
Replace 'jtag.c' with 'core.c' in code comments.
zwelch
2
-2
/
+2
2009-06-09
Remove accidental duplicate of hasKHz; fixes pre-init speed setup.
zwelch
2
-3
/
+2
2009-06-09
Split main jtag.c file into two layers:
zwelch
3
-1221
/
+1279
2009-06-09
Merge documentation for jtag_add_statemove from source into header block.
zwelch
2
-32
/
+25
2009-06-09
Move Doxygen documentation for IR/DR scan routines to header file.
zwelch
2
-27
/
+28
2009-06-09
- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.
zwelch
3
-4
/
+4
2009-06-09
Remove non-existant jtag_tap_by_position API declaration.
zwelch
1
-1
/
+0
2009-06-09
Use unsigned type for jtag_tap_count and jtag_tap_by_abs_position.
zwelch
2
-5
/
+5
2009-06-09
Cleanup jtag_tap_by_abs_position:
zwelch
1
-9
/
+4
2009-06-09
Simplify jtag_tap_by_jim_object:
zwelch
1
-13
/
+6
2009-06-09
Simplify and fix bug in jtag_tap_by_string:
zwelch
1
-22
/
+15
2009-06-09
Allow jtag_tap_add to be called from other JTAG code modules.
zwelch
1
-1
/
+1
2009-06-09
Cleanup jtag_tap_count_enabled.
zwelch
1
-8
/
+5
2009-06-09
Change jtag_add_pathmove to set jtag_error rather than call exit():
zwelch
2
-3
/
+14
2009-06-09
Reduce scope or eliminate temporary variables in jtag_add_statemove:
zwelch
1
-18
/
+8
2009-06-09
Move documentation in jtag_add_statemove body to Doxygen block.
zwelch
1
-27
/
+23
2009-06-08
update zy1000 to latest minidriver work
oharboe
3
-1
/
+212
2009-06-08
Factor interface list to its own command:
zwelch
1
-3
/
+21
2009-06-08
Cleanup and simplify handle_interface_command:
zwelch
1
-38
/
+23
2009-06-08
Simplify jtag_add_sleep:
zwelch
1
-5
/
+3
2009-06-08
Simplify jtag_add_reset:
zwelch
1
-6
/
+5
2009-06-08
Simplify jtag_add_clocks:
zwelch
1
-12
/
+7
2009-06-08
Simplify jtag_add_runtest:
zwelch
1
-7
/
+1
2009-06-08
Simplify jtag_add_pathmove:
zwelch
1
-7
/
+4
2009-06-08
Simplify jtag_add_tlr:
zwelch
1
-6
/
+1
2009-06-08
Simplify jtag_add_plain_dr_scan:
zwelch
1
-12
/
+8
2009-06-08
Simplify jtag_add_dr_scan:
zwelch
1
-13
/
+9
2009-06-08
Simplify jtag_add_plain_ir_scan:
zwelch
1
-6
/
+5
2009-06-08
Simplify jtag_add_ir_scan_noverify:
zwelch
1
-6
/
+4
2009-06-08
Simplify jtag_execute_queue:
zwelch
2
-5
/
+11
2009-06-08
Simplify jtag_execute_queue_noclear:
zwelch
1
-10
/
+1
2009-06-08
Cleanup handle_runtest_command:
zwelch
1
-5
/
+3
2009-06-08
Clean up handle_jtag_reset_command:
zwelch
1
-11
/
+5
[next]