aboutsummaryrefslogtreecommitdiff
path: root/src/flash/cfi.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-24disable cfi_write_words(). Broken for spansion, fallbackoharboe1-2357/+2360
2008-02-18- add new non-cfi SST flash device. Thanks Øyvind Harboentfreak1-1/+4
2008-01-27- added autoprobe functionalitymifi1-0/+15
2008-01-21- Eleminated leading tabs/white spacebodylove1-4/+4
2008-01-21- updated docs for cfi command, added missing ft2232_layout namesntfreak1-4/+4
2007-12-17- only some cosmetic changes, convert \r\n to unixmifi1-3/+3
2007-12-16- removed some compiler warningsmifi1-23/+30
2007-12-14- added the patch CFI-BE-Fixes-Blockwrite-Support.diffmifi1-82/+302
2007-12-14- added patch from Dominic to unlock the ATMEL flash in cfi_read_atmel_pri_extmifi1-1/+7
2007-12-10- Fixing two compiler warningsmifi1-1/+1
2007-12-10- Stripped trailing spaces (patch preparation)bodylove1-250/+250
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-43/+33
2007-05-29- split fileio handling into fileio part and image handlingdrath1-150/+260
2007-04-11- disabled excessive debug output in jtag.hdrath1-27/+746
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-8/+3
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath1-8/+49
2006-11-22- added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath1-29/+63
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-0/+4
2006-09-07- integrated patch from Magnus Lundin that fixes at91sam7 flash timing bugs a...drath1-6/+11
2006-08-06- fixed a minor problem with the GDB server that could drop the first packet ...drath1-0/+8
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath1-0/+6
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+1194