aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-05-08Michael Fischer <fischermi@t-online.de> fix compile problems on Macoharboe1-1/+1
2009-05-08in_handler in_check_mask and in_check_value now removed from field. Last big ...oharboe1-15/+15
2009-05-07Deleted at9sam7_old driver. Nobody has complained about the new one yet.oharboe4-1058/+2
2009-05-07Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ...zwelch2-27/+17
2009-05-06remove unecessary setting of deprecated fields to NULLoharboe1-45/+45
2009-05-06retire out_mask - not used anywhereoharboe1-15/+15
2009-05-03Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe1-4/+4
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch1-2/+5
2009-04-30Print out warning when LPC calc_checksum will cause verification to fail.oharboe1-0/+9
2009-04-30Fix signed/unsigned comparison.zwelch1-1/+1
2009-04-30no changeoharboe1-62/+63
2009-04-30flash fillX now has a verify stageoharboe1-0/+16
2009-04-29Clear FLASH_SR error flags after flash errors to avoid reset befor further fl...mlu1-1/+10
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch1-1/+0
2009-04-27SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and...oharboe2-539/+539
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe4-2/+543
2009-04-27Philippe Vachon <philippe@cowpig.ca> 64 bit host fixesoharboe1-4/+8
2009-04-21Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warningsoharboe2-7/+7
2009-04-21Zach Welch <zw@superlucidity.net> fix str9x type-punned pointeroharboe1-2/+5
2009-04-21Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashsoharboe4-17/+117
2009-04-19Michael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash sup...oharboe4-115/+185
2009-04-19Zach Welch <zw@superlucidity.net> add missing initializers in nand.coharboe1-1/+1
2009-04-19Zach Welch <zw@superlucidity.net> trim logic in tms470.coharboe1-2/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisonsoharboe18-34/+37
2009-04-18The following patches was applied:mifi23-631/+654
2009-04-15Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driveroharboe1-3/+11
2009-04-14Improved (for humans) error reporting for flash programming errors.mlu1-1/+21
2009-04-03- add svn props from previous commitntfreak1-126/+126
2009-04-03Nicolas Pitre nico at cam.org list the new flag in the "nand write" help line.oharboe1-1/+1
2009-04-02Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe2-5/+68
2009-04-02Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe1-0/+126
2009-04-02Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe2-7/+12
2009-04-02Nicolas Pitre nico at cam.org This at least should make the "nand info" comma...oharboe1-0/+8
2009-04-02Nicolas Pitre nico at cam.org Allocating a 6-byte memory location with malloc...oharboe1-3/+1
2009-04-02Cortex-M3 cleanup and performance patchmlu1-1/+1
2009-03-05Audrius Urmanavičius <didele.deze@gmail.com> cleanup flash filloharboe1-3/+3
2009-03-02- add missing svn props from previous commitntfreak1-256/+256
2009-03-01Nicolas Pitre nico at cam.org support for NAND flash used with Marvell Orion ...oharboe3-1/+259
2009-03-01Nicolas Pitre nico at cam.org support for NAND controllers without explicit ...oharboe1-6/+36
2009-03-01Nicolas Pitre nico at cam.org don't ignore bad options passed to the "nand w...oharboe1-2/+4
2009-03-01Nicolas Pitre nico at cam.org The code unconditionally writes into the oob ar...oharboe1-1/+4
2009-03-01Nicolas Pitre nico at cam.org spellingoharboe1-2/+2
2009-02-26- stm32x flash driver - add support for stm32105/107 (connectivity line)ntfreak1-1/+33
2009-02-19John Woods <johnrw@gmail.com> fix checks for addresses at upper end of the un...oharboe1-3/+3
2009-02-18Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2-26/+5
2009-02-12- issue warning when flash image exceeds configured flash size.ntfreak1-0/+4
2009-02-03- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf1-1/+1
2009-01-20Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>kc8apf1-0/+2
2009-01-20Fix support for ADuC702x flash. Courtesy of Michael Ashton <data@gtf.org>kc8apf1-62/+298
2009-01-05John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedupsoharboe2-53/+104