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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-09
Encapsulate the jtag_trst and jtag_srst variables:
zwelch
2
-2
/
+2
2009-06-09
Replace 'jtag.c' with 'core.c' in code comments.
zwelch
1
-1
/
+1
2009-06-08
David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...
oharboe
1
-1
/
+1
2009-06-08
David Brownell <david-b@pacbell.net>
oharboe
1
-7
/
+26
2009-06-07
David Brownell <david-b@pacbell.net>:
zwelch
1
-3
/
+19
2009-06-07
Fix regression in mdw output; identified by Magnus Lundin.
zwelch
1
-3
/
+3
2009-06-05
remove unused include file: inttypes.h
oharboe
1
-2
/
+0
2009-06-05
remove unused include file: inttypes.h
oharboe
1
-2
/
+0
2009-06-05
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
1
-1
/
+1
2009-06-05
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2
-2
/
+2
2009-06-04
unbreak arm11. TAP_INVALID is used to communicate inband that a special state...
oharboe
1
-1
/
+1
2009-06-04
- add support for different TAR autotincrement sizes as per ARM ADI spec.
ntfreak
3
-12
/
+34
2009-06-04
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
17
-69
/
+69
2009-06-04
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
16
-65
/
+65
2009-06-04
no longer use jtag_add_xxx() to set end state to TAP_DRPAUSE
oharboe
3
-5
/
+5
2009-06-04
no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...
oharboe
5
-14
/
+14
2009-06-04
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
16
-65
/
+65
2009-06-03
Improve in-source documentation that was causing Doxygen warnings.
zwelch
1
-3
/
+3
2009-06-02
- change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp...
ntfreak
4
-45
/
+76
2009-06-02
some trivial minidriver fixes
oharboe
1
-1
/
+5
2009-06-01
Scrub final vestiges of in_handler from mips target APIs.
zwelch
3
-6
/
+6
2009-06-01
fix warning for a variable that GCC thought might be uninitialized(which it c...
oharboe
1
-1
/
+1
2009-06-01
David Brownell <david-b@pacbell.net>:
zwelch
2
-203
/
+203
2009-05-31
Final step in isolating target_type_s structure:
zwelch
18
-173
/
+180
2009-05-31
Whitespace-only updates to automake input files:
zwelch
1
-10
/
+80
2009-05-31
First step in hiding target_type_s from public interface:
zwelch
16
-2
/
+23
2009-05-31
Add target_examine_one wrapper:
zwelch
3
-2
/
+13
2009-05-31
Add target breakpoint and watchpoint wrapper:
zwelch
3
-4
/
+55
2009-05-31
Add target_get_name wrapper:
zwelch
4
-6
/
+21
2009-05-31
Add target_step wrapper:
zwelch
2
-0
/
+13
2009-05-31
Add target_get_gdb_reg_list wrapper:
zwelch
2
-1
/
+17
2009-05-31
Add target_bulk_write_memory wrapper:
zwelch
2
-1
/
+21
2009-05-31
Add wrappers for target->type->examined:
zwelch
10
-33
/
+62
2009-05-31
Add target_run_algorithm wrapper:
zwelch
4
-4
/
+30
2009-05-31
Add target_write_memory wrapper:
zwelch
7
-26
/
+45
2009-05-31
Add target_read_memory wrapper:
zwelch
6
-23
/
+42
2009-05-31
Simplify the handle_md_command routine in target.c:
zwelch
1
-58
/
+61
2009-05-31
Make nvp_target_event static; remove its external declaration.
zwelch
2
-3
/
+1
2009-05-31
Make target_buffer_get_uXX interfaces work with constant buffers.
zwelch
2
-6
/
+6
2009-05-30
Eliminate duplicated code in the handle_mw_command memory write loop.
zwelch
1
-20
/
+4
2009-05-30
Remove trailing whitespace from oocd_trace source file.
zwelch
1
-52
/
+52
2009-05-30
David Brownell <david-b@pacbell.net>:
zwelch
2
-3
/
+10
2009-05-27
Author: Nicolas Pitre <nico@cam.org>
kc8apf
1
-0
/
+7
2009-05-27
Move TCL script files -- Step 1 of 2:
zwelch
116
-4362
/
+0
2009-05-24
Added the options calc_checksum to the flash driver.
mifi
1
-1
/
+1
2009-05-24
Nicolas Pitre <nico@cam.org>: Update sheevaplug interface script:
zwelch
1
-0
/
+6
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+1
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-2
/
+10
2009-05-24
Freddie Chopin <freddie_chopin@op.pl>:
zwelch
3
-1
/
+14
2009-05-23
Change the setting for the sam7se512 and sam7x256
mifi
2
-3
/
+4
[next]