summaryrefslogtreecommitdiff
path: root/src/flash/cfi.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-7/+7
* Remove whitespace that occurs before ')'.zwelch2009-06-231-7/+7
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '[<>]' whitespacezwelch2009-06-231-2/+2
* - Fixes '+' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-5/+5
* - Fixes '<<' whitespacezwelch2009-06-231-1/+1
* - Fixes '[*]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-12/+12
* - Replace 'if(' with 'if ('.zwelch2009-06-231-71/+71
* C99 printf() -Werror fixesduane2009-06-211-26/+33
* Transform 'u32' to 'uint32_t' in src/flash.zwelch2009-06-181-54/+54
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-3/+3
* Transform 'u8' to 'uint8_t' in src/flashzwelch2009-06-181-51/+51
* Add target_run_algorithm wrapper:zwelch2009-05-311-2/+2
* Add target_write_memory wrapper:zwelch2009-05-311-66/+66
* Add target_read_memory wrapper:zwelch2009-05-311-9/+9
* Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf2009-05-251-2/+4
* Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf2009-05-221-2/+20
* Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf2009-05-221-2/+4
* Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf2009-05-221-4/+4
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-111-11/+0
* Michael Fischer <fischermi@t-online.de> fix compile problems on Macoharboe2009-05-081-1/+1
* Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashsoharboe2009-04-211-3/+5
* Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...oharboe2009-04-191-34/+29
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-191-4/+4
* The following patches was applied:mifi2009-04-181-56/+56
* Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driveroharboe2009-04-151-3/+11
* Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe2008-10-151-79/+266
* Laurentiu Cocanu - fix error handlingoharboe2008-10-141-10/+33
* Ben Bodley TEKNIQUE <ben@teknique.com> - support for the 1Mb Spansion Flash S...oharboe2008-10-141-0/+2
* - remove build warningsntfreak2008-10-061-1/+0
* Georg Acher <acher@in.tum.de> implements the buffer flash mode for Spansion f...oharboe2008-10-061-3/+71
* search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe2008-08-191-2/+2
* fixed not halted error messagesoharboe2008-08-171-0/+7
* Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash.oharboe2008-07-211-0/+2
* Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)oharboe2008-07-201-0/+2
* fallback for no implementation of multi word CFI write. Successful codepath n...oharboe2008-06-161-7/+11
* Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe2008-04-231-0/+2
* added a couple of LOG_ERROR() messages to improve logfile.oharboe2008-04-081-0/+4
* - Work on fixing erase check. Many implementations are plain broken.oharboe2008-04-031-118/+1
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-80/+80
* - fix warnings during configure cause by ecosboard. default to no, if host cp...drath2008-03-171-87/+86
* Michael Bruck: fixed warningsoharboe2008-03-071-0/+2
* Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe2008-03-021-1/+2
* Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe2008-02-281-21/+44
* - convert all files to unix line-endingdrath2008-02-251-2355/+2355
* - "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe2008-02-251-9/+4