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
/
flash
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-09
- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.
zwelch
1
-1
/
+1
2009-06-05
remove unused include file: inttypes.h
oharboe
2
-5
/
+0
2009-06-05
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
1
-1
/
+1
2009-06-04
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
1
-8
/
+8
2009-06-04
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
1
-5
/
+5
2009-06-04
no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...
oharboe
1
-8
/
+8
2009-06-04
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
1
-5
/
+5
2009-06-01
David Brownell <david-b@pacbell.net>:
zwelch
7
-578
/
+505
2009-05-31
Whitespace-only updates to automake input files:
zwelch
1
-9
/
+51
2009-05-31
Add target_bulk_write_memory wrapper:
zwelch
1
-2
/
+1
2009-05-31
Add target_run_algorithm wrapper:
zwelch
10
-11
/
+11
2009-05-31
Add target_write_memory wrapper:
zwelch
9
-81
/
+81
2009-05-31
Add target_read_memory wrapper:
zwelch
5
-16
/
+16
2009-05-29
Add documentation to flash.h:
zwelch
1
-12
/
+245
2009-05-27
Fix potentialyl unaligned memory accesses in mflash driver.
zwelch
1
-2
/
+3
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
2
-23
/
+66
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
2
-11
/
+501
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
2
-14
/
+0
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
2
-27
/
+5
2009-05-27
unsik Kim <donari75@gmail.com>:
zwelch
1
-13
/
+13
2009-05-25
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
1
-2
/
+4
2009-05-24
David Brownell <david-b@pacbell.net>: minor davinci_nand bugfix
zwelch
1
-2
/
+4
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-34
/
+75
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
3
-1
/
+747
2009-05-22
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
1
-2
/
+20
2009-05-22
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
1
-2
/
+4
2009-05-22
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
1
-4
/
+4
2009-05-22
Author: David Brownell <david-b@pacbell.net>
kc8apf
1
-28
/
+3
2009-05-21
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
2
-9
/
+12
2009-05-19
David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfix
oharboe
2
-4
/
+8
2009-05-18
Consolidate target selection code into single get_target() that handles both ...
kc8apf
6
-13
/
+13
2009-05-18
Whitespace cleanup from David Brownell <david-b@pacbell.net>
kc8apf
12
-343
/
+342
2009-05-16
fix naming of at91sam7 driver
oharboe
1
-2
/
+2
2009-05-14
use TAP_INVALID enum instead of -1
oharboe
1
-5
/
+5
2009-05-12
- add missing svn props from svn 1768 commit
ntfreak
1
-174
/
+174
2009-05-12
4-bit ECC support for Marvell Kirkwood SOC
oharboe
4
-2
/
+195
2009-05-11
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
27
-243
/
+21
2009-05-11
Audit and eliminate redundant #include directives in src/flash headers.
zwelch
15
-17
/
+13
2009-05-11
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
2
-2
/
+0
2009-05-10
Extend autotools build to create shared library libopenocd with libtool:
zwelch
1
-2
/
+2
2009-05-08
Michael Fischer <fischermi@t-online.de> fix compile problems on Mac
oharboe
1
-1
/
+1
2009-05-08
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
1
-15
/
+15
2009-05-07
Deleted at9sam7_old driver. Nobody has complained about the new one yet.
oharboe
4
-1058
/
+2
2009-05-07
Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...
zwelch
2
-27
/
+17
2009-05-06
remove unecessary setting of deprecated fields to NULL
oharboe
1
-45
/
+45
2009-05-06
retire out_mask - not used anywhere
oharboe
1
-15
/
+15
2009-05-03
Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes
oharboe
1
-4
/
+4
2009-05-02
Update autotools scripts to require automake 1.6. The configure.in script
zwelch
1
-2
/
+5
2009-04-30
Print out warning when LPC calc_checksum will cause verification to fail.
oharboe
1
-0
/
+9
2009-04-30
Fix signed/unsigned comparison.
zwelch
1
-1
/
+1
[next]