summaryrefslogtreecommitdiff
path: root/src/flash
Commit message (Expand)AuthorAgeFilesLines
* SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe2009-04-272-539/+539
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-274-2/+543
* Philippe Vachon <philippe@cowpig.ca> 64 bit host fixesoharboe2009-04-271-4/+8
* Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe2009-04-212-7/+7
* Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe2009-04-211-2/+5
* Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashsoharboe2009-04-214-17/+117
* Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...oharboe2009-04-194-115/+185
* Zach Welch <zw@superlucidity.net> add missing initializers in nand.coharboe2009-04-191-1/+1
* Zach Welch <zw@superlucidity.net> trim logic in tms470.coharboe2009-04-191-2/+2
* Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe2009-04-1918-34/+37
* The following patches was applied:mifi2009-04-1823-631/+654
* Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driveroharboe2009-04-151-3/+11
* Improved (for humans) error reporting for flash programming errors.mlu2009-04-141-1/+21
* - add svn props from previous commitntfreak2009-04-031-126/+126
* Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line.oharboe2009-04-031-1/+1
* Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe2009-04-022-5/+68
* Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe2009-04-021-0/+126
* Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe2009-04-022-7/+12
* Nicolas Pitre nico at cam.org This at least should make the "nand info" comma...oharboe2009-04-021-0/+8
* Nicolas Pitre nico at cam.org Allocating a 6-byte memory location with malloc...oharboe2009-04-021-3/+1
* Cortex-M3 cleanup and performance patchmlu2009-04-021-1/+1
* Audrius Urmanavičius <didele.deze@gmail.com> cleanup flash filloharboe2009-03-051-3/+3
* - add missing svn props from previous commitntfreak2009-03-021-256/+256
* Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ...oharboe2009-03-013-1/+259
* Nicolas Pitre nico at cam.org support for NAND controllers without explicit ...oharboe2009-03-011-6/+36
* Nicolas Pitre nico at cam.org don't ignore bad options passed to the "nand w...oharboe2009-03-011-2/+4
* Nicolas Pitre nico at cam.org The code unconditionally writes into the oob ar...oharboe2009-03-011-1/+4
* Nicolas Pitre nico at cam.org spellingoharboe2009-03-011-2/+2
* - stm32x flash driver - add support for stm32105/107 (connectivity line)ntfreak2009-02-261-1/+33
* John Woods <johnrw@gmail.com> fix checks for addresses at upper end of the un...oharboe2009-02-191-3/+3
* Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2009-02-182-26/+5
* - issue warning when flash image exceeds configured flash size.ntfreak2009-02-121-0/+4
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-1/+1
* Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf2009-01-201-0/+2
* Fix support for ADuC702x flash. Courtesy of Michael Ashton <data@gtf.org>kc8apf2009-01-201-62/+298
* John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedupsoharboe2009-01-052-53/+104
* eol-style nativeoharboe2009-01-032-1007/+1007
* John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe2009-01-024-3/+1015
* Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe2008-12-281-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-1316-371/+338
* Clean up references to old tap_state nameskc8apf2008-12-131-1/+1
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-32/+32
* - typo with flash bank help commandntfreak2008-12-111-1/+1
* - str9xpec driver now working with new jtag tap configntfreak2008-12-032-31/+14
* "Theodore A. Roth" <taroth@gmail.com> fixes to distcheckoharboe2008-12-011-1/+2
* jtag newtap change & huge manual updateduane2008-11-302-91/+105
* - fix issue with luminary flash driver and tail bytesntfreak2008-11-271-12/+43
* - stm32x flash driver: add support for low density devicesntfreak2008-11-271-1/+33
* jtag_get_device() now returns NULL and reports error instead of invoking exit()oharboe2008-11-191-258/+265
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-38/+38