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-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
/
cfi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-31
Add target_read_memory wrapper:
zwelch
1
-9
/
+9
2009-05-25
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
-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-11
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
1
-11
/
+0
2009-05-08
Michael Fischer <fischermi@t-online.de> fix compile problems on Mac
oharboe
1
-1
/
+1
2009-04-21
Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashs
oharboe
1
-3
/
+5
2009-04-19
Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...
oharboe
1
-34
/
+29
2009-04-19
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
1
-4
/
+4
2009-04-18
The following patches was applied:
mifi
1
-56
/
+56
2009-04-15
Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driver
oharboe
1
-3
/
+11
2008-10-15
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
1
-79
/
+266
2008-10-14
Laurentiu Cocanu - fix error handling
oharboe
1
-10
/
+33
2008-10-14
Ben Bodley TEKNIQUE <ben@teknique.com> - support for the 1Mb Spansion Flash S...
oharboe
1
-0
/
+2
2008-10-06
- remove build warnings
ntfreak
1
-1
/
+0
2008-10-06
Georg Acher <acher@in.tum.de> implements the buffer flash mode for Spansion f...
oharboe
1
-3
/
+71
2008-08-19
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
oharboe
1
-2
/
+2
2008-08-17
fixed not halted error messages
oharboe
1
-0
/
+7
2008-07-21
Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash.
oharboe
1
-0
/
+2
2008-07-20
Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)
oharboe
1
-0
/
+2
2008-06-16
fallback for no implementation of multi word CFI write. Successful codepath n...
oharboe
1
-7
/
+11
2008-04-23
Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).
oharboe
1
-0
/
+2
2008-04-08
added a couple of LOG_ERROR() messages to improve logfile.
oharboe
1
-0
/
+4
2008-04-03
- Work on fixing erase check. Many implementations are plain broken.
oharboe
1
-118
/
+1
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-80
/
+80
2008-03-17
- fix warnings during configure cause by ecosboard. default to no, if host cp...
drath
1
-87
/
+86
2008-03-07
Michael Bruck: fixed warnings
oharboe
1
-0
/
+2
2008-03-02
Uwe Hermann tightned up comments, etc. to follow OpenOCD policy
oharboe
1
-1
/
+2
2008-02-28
Pavel Chromy cleaned up checks for halted, error messages, etc.
oharboe
1
-21
/
+44
2008-02-25
- convert all files to unix line-ending
drath
1
-2355
/
+2355
2008-02-25
- "flash write_binary" is now "flash write_bank" to clarify the focus of the
oharboe
1
-9
/
+4
2008-02-24
disable cfi_write_words(). Broken for spansion, fallback
oharboe
1
-2357
/
+2360
2008-02-18
- add new non-cfi SST flash device. Thanks Øyvind Harboe
ntfreak
1
-1
/
+4
2008-01-27
- added autoprobe functionality
mifi
1
-0
/
+15
2008-01-21
- Eleminated leading tabs/white space
bodylove
1
-4
/
+4
2008-01-21
- updated docs for cfi command, added missing ft2232_layout names
ntfreak
1
-4
/
+4
2007-12-17
- only some cosmetic changes, convert \r\n to unix
mifi
1
-3
/
+3
2007-12-16
- removed some compiler warnings
mifi
1
-23
/
+30
2007-12-14
- added the patch CFI-BE-Fixes-Blockwrite-Support.diff
mifi
1
-82
/
+302
2007-12-14
- added patch from Dominic to unlock the ATMEL flash in cfi_read_atmel_pri_ext
mifi
1
-1
/
+7
2007-12-10
- Fixing two compiler warnings
mifi
1
-1
/
+1
2007-12-10
- Stripped trailing spaces (patch preparation)
bodylove
1
-250
/
+250
2007-08-10
- renamed M5960 USB JTAG to "flyswatter"
drath
1
-43
/
+33
2007-05-29
- split fileio handling into fileio part and image handling
drath
1
-150
/
+260
2007-04-11
- disabled excessive debug output in jtag.h
drath
1
-27
/
+746
2007-03-26
- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
drath
1
-8
/
+3
2007-01-22
- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)
drath
1
-8
/
+49
2006-11-22
- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...
drath
1
-29
/
+63
2006-09-28
- str9x flash support (Thanks to Spencer Oliver)
drath
1
-0
/
+4
[prev]
[next]