index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
flash
/
cfi.c
Age
Commit message (
Expand
)
Author
2009-11-13
flash_driver_t -> struct flash_driver
Zachary T Welch
2009-11-13
flash_sector_t -> struct flash_sector
Zachary T Welch
2009-11-13
cfi_fixup_t -> struct cfi_fixup
Zachary T Welch
2009-11-13
cfi_unlock_addresses_t -> struct cfi_unlock_addresses
Zachary T Welch
2009-11-13
cfi_spansion_pri_ext_t -> struct cfi_spansion_pri_ext
Zachary T Welch
2009-11-13
cfi_atmel_pri_ext_t -> struct cfi_atmel_pri_ext
Zachary T Welch
2009-11-13
cfi_intel_pri_ext_t -> struct cfi_intel_pri_ext
Zachary T Welch
2009-11-13
cfi_flash_bank_t -> struct cfi_flash_bank
Zachary T Welch
2009-11-13
command_handler_t: make argc unsigned
Zachary T Welch
2009-11-13
use FLASH_BANK_COMMAND_HANDLER macro
Zachary T Welch
2009-11-09
flash/<various>.c: remove useless declarations
Zachary T Welch
2009-11-05
Improve cfi.c command argument parsing.
Zachary T Welch
2009-10-14
S29WS-N CFI query fix is to try 0x555 if 0x55 fails.
Øyvind Harboe
2009-09-14
Rolf Meeser <rolfm_9dq@yahoo.de> warning fix in previous commit was wrong. ta...
oharboe
2009-09-14
fix warning
oharboe
2009-09-09
Rolf Meeser <rolfm_9dq@yahoo.de>
oharboe
2009-08-25
Michael Schwingen <rincewind@discworld.dascon.de> a small CFI cleanup
oharboe
2009-07-20
- fix issue with reading device id, bug appeared when flash_address code was ...
ntfreak
2009-06-23
Remove whitespace at end of lines, step 1.
zwelch
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
Remove whitespace that occurs after '('.
zwelch
2009-06-23
- Fixes '[<>]' whitespace
zwelch
2009-06-23
- Fixes '+' whitespace
zwelch
2009-06-23
- Fixes '=' whitespace
zwelch
2009-06-23
- Fixes '<<' whitespace
zwelch
2009-06-23
- Fixes '[*]=' whitespace
zwelch
2009-06-23
- Fixes '[+]=' whitespace
zwelch
2009-06-23
- Replace 'for(' with 'for ('.
zwelch
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
2009-06-21
C99 printf() -Werror fixes
duane
2009-06-18
Transform 'u32' to 'uint32_t' in src/flash.
zwelch
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
Transform 'u8' to 'uint8_t' in src/flash
zwelch
2009-05-31
Add target_run_algorithm wrapper:
zwelch
2009-05-31
Add target_write_memory wrapper:
zwelch
2009-05-31
Add target_read_memory wrapper:
zwelch
2009-05-25
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-22
Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>
kc8apf
2009-05-11
Audit and eliminate redundant #include directives in src/flash sources.
zwelch
2009-05-08
Michael Fischer <fischermi@t-online.de> fix compile problems on Mac
oharboe
2009-04-21
Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashs
oharboe
2009-04-19
Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...
oharboe
2009-04-19
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe
2009-04-18
The following patches was applied:
mifi
2009-04-15
Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driver
oharboe
2008-10-15
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
2008-10-14
Laurentiu Cocanu - fix error handling
oharboe
[next]