aboutsummaryrefslogtreecommitdiff
path: root/src/flash/cfi.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-7/+7
2009-06-23Remove whitespace that occurs before ')'.zwelch1-7/+7
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '[<>]' whitespacezwelch1-2/+2
2009-06-23- Fixes '+' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-5/+5
2009-06-23- Fixes '<<' whitespacezwelch1-1/+1
2009-06-23- Fixes '[*]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '[+]=' whitespacezwelch1-1/+1
2009-06-23- Replace 'for(' with 'for ('.zwelch1-2/+2
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-12/+12
2009-06-23- Replace 'if(' with 'if ('.zwelch1-71/+71
2009-06-21C99 printf() -Werror fixesduane1-26/+33
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-54/+54
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-3/+3
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-51/+51
2009-05-31Add target_run_algorithm wrapper:zwelch1-2/+2
2009-05-31Add target_write_memory wrapper:zwelch1-66/+66
2009-05-31Add target_read_memory wrapper:zwelch1-9/+9
2009-05-25Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+4
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+20
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-2/+4
2009-05-22Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es>kc8apf1-4/+4
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch1-11/+0
2009-05-08Michael Fischer <fischermi@t-online.de> fix compile problems on Macoharboe1-1/+1
2009-04-21Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashsoharboe1-3/+5
2009-04-19Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...oharboe1-34/+29
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe1-4/+4
2009-04-18The following patches was applied:mifi1-56/+56
2009-04-15Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driveroharboe1-3/+11
2008-10-15Laurentiu Cocanu - memory read/write and exit() error path fixesoharboe1-79/+266
2008-10-14Laurentiu Cocanu - fix error handlingoharboe1-10/+33
2008-10-14Ben Bodley TEKNIQUE <ben@teknique.com> - support for the 1Mb Spansion Flash S...oharboe1-0/+2
2008-10-06- remove build warningsntfreak1-1/+0
2008-10-06Georg Acher <acher@in.tum.de> implements the buffer flash mode for Spansion f...oharboe1-3/+71
2008-08-19search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts.oharboe1-2/+2
2008-08-17fixed not halted error messagesoharboe1-0/+7
2008-07-21Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash.oharboe1-0/+2
2008-07-20Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)oharboe1-0/+2
2008-06-16fallback for no implementation of multi word CFI write. Successful codepath n...oharboe1-7/+11
2008-04-23Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe1-0/+2
2008-04-08added a couple of LOG_ERROR() messages to improve logfile.oharboe1-0/+4
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe1-118/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-80/+80
2008-03-17- fix warnings during configure cause by ecosboard. default to no, if host cp...drath1-87/+86
2008-03-07Michael Bruck: fixed warningsoharboe1-0/+2
2008-03-02Uwe Hermann tightned up comments, etc. to follow OpenOCD policyoharboe1-1/+2
2008-02-28Pavel Chromy cleaned up checks for halted, error messages, etc.oharboe1-21/+44
2008-02-25- convert all files to unix line-endingdrath1-2355/+2355
2008-02-25- "flash write_binary" is now "flash write_bank" to clarify the focus of theoharboe1-9/+4