summaryrefslogtreecommitdiff
path: root/src/flash/cfi.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* disable cfi_write_words(). Broken for spansion, fallbackoharboe2008-02-241-2357/+2360
* - add new non-cfi SST flash device. Thanks Øyvind Harboentfreak2008-02-181-1/+4
* - added autoprobe functionalitymifi2008-01-271-0/+15
* - Eleminated leading tabs/white spacebodylove2008-01-211-4/+4
* - updated docs for cfi command, added missing ft2232_layout namesntfreak2008-01-211-4/+4
* - only some cosmetic changes, convert \r\n to unixmifi2007-12-171-3/+3
* - removed some compiler warningsmifi2007-12-161-23/+30
* - added the patch CFI-BE-Fixes-Blockwrite-Support.diffmifi2007-12-141-82/+302
* - added patch from Dominic to unlock the ATMEL flash in cfi_read_atmel_pri_extmifi2007-12-141-1/+7
* - Fixing two compiler warningsmifi2007-12-101-1/+1
* - Stripped trailing spaces (patch preparation)bodylove2007-12-101-250/+250
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-43/+33
* - split fileio handling into fileio part and image handlingdrath2007-05-291-150/+260
* - disabled excessive debug output in jtag.hdrath2007-04-111-27/+746
* - fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath2007-03-261-8/+3
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-8/+49
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-29/+63
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-0/+4
* - integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath2006-09-071-6/+11
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-061-0/+8
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-0/+6
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+1194