index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
/
cfi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
flash/<various>.c: remove useless declarations
Zachary T Welch
2009-11-09
1
-27
/
+14
*
Improve cfi.c command argument parsing.
Zachary T Welch
2009-11-05
1
-2
/
+6
*
S29WS-N CFI query fix is to try 0x555 if 0x55 fails.
Øyvind Harboe
2009-10-14
1
-24
/
+53
*
Rolf Meeser <rolfm_9dq@yahoo.de> warning fix in previous commit was wrong. ta...
oharboe
2009-09-14
1
-36
/
+38
*
fix warning
oharboe
2009-09-14
1
-1
/
+1
*
Rolf Meeser <rolfm_9dq@yahoo.de>
oharboe
2009-09-09
1
-5
/
+40
*
Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanup
oharboe
2009-08-25
1
-4
/
+4
*
- fix issue with reading device id, bug appeared when flash_address code was ...
ntfreak
2009-07-20
1
-3
/
+4
*
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
1
-7
/
+7
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-7
/
+7
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-5
/
+5
*
- Fixes '<<' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '[*]=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '[+]=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Replace 'for(' with 'for ('.
zwelch
2009-06-23
1
-2
/
+2
*
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-23
1
-12
/
+12
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-71
/
+71
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-26
/
+33
*
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
2009-06-18
1
-54
/
+54
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-3
/
+3
*
Transform 'u8' to 'uint8_t' in src/flash
zwelch
2009-06-18
1
-51
/
+51
*
Add target_run_algorithm wrapper:
zwelch
2009-05-31
1
-2
/
+2
*
Add target_write_memory wrapper:
zwelch
2009-05-31
1
-66
/
+66
*
Add target_read_memory wrapper:
zwelch
2009-05-31
1
-9
/
+9
*
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-25
1
-2
/
+4
*
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
1
-2
/
+20
*
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
1
-2
/
+4
*
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
1
-4
/
+4
*
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-11
1
-11
/
+0
*
Michael Fischer <fischermi@t-online.de> fix compile problems on Mac
oharboe
2009-05-08
1
-1
/
+1
*
Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashs
oharboe
2009-04-21
1
-3
/
+5
*
Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...
oharboe
2009-04-19
1
-34
/
+29
*
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
2009-04-19
1
-4
/
+4
*
The following patches was applied:
mifi
2009-04-18
1
-56
/
+56
*
Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driver
oharboe
2009-04-15
1
-3
/
+11
*
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
2008-10-15
1
-79
/
+266
*
Laurentiu Cocanu - fix error handling
oharboe
2008-10-14
1
-10
/
+33
*
Ben Bodley TEKNIQUE <ben@teknique.com> - support for the 1Mb Spansion Flash S...
oharboe
2008-10-14
1
-0
/
+2
*
- remove build warnings
ntfreak
2008-10-06
1
-1
/
+0
*
Georg Acher <acher@in.tum.de> implements the buffer flash mode for Spansion f...
oharboe
2008-10-06
1
-3
/
+71
*
search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.
oharboe
2008-08-19
1
-2
/
+2
*
fixed not halted error messages
oharboe
2008-08-17
1
-0
/
+7
*
Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash.
oharboe
2008-07-21
1
-0
/
+2
*
Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)
oharboe
2008-07-20
1
-0
/
+2
*
fallback for no implementation of multi word CFI write. Successful codepath n...
oharboe
2008-06-16
1
-7
/
+11
*
Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).
oharboe
2008-04-23
1
-0
/
+2
*
added a couple of LOG_ERROR() messages to improve logfile.
oharboe
2008-04-08
1
-0
/
+4
[next]