summaryrefslogtreecommitdiff
path: root/src/flash/nand
Commit message (Expand)AuthorAgeFilesLines
* Fixed values for Samung NAND chipsDamjan Marion2011-05-281-2/+2
* Improve NAND flash detectionDamjan Marion2011-05-281-1/+3
* Reorganize NAND flash tableDamjan Marion2011-05-282-76/+81
* Make the LPC32xx nand driver support up to 5 address cycles. This will only w...Alexandre Pereira da Silva2011-04-191-1/+1
* Make the LPC32xx slc nand driver the defaultAlexandre Pereira da Silva2011-04-191-2/+2
* Clarify LPC32XX address cycles messageAlexandre Pereira da Silva2011-03-301-1/+1
* Add Micron 2GiB nandAlexandre Pereira da Silva2011-03-301-0/+2
* Fix a bunch of typos.Uwe Hermann2011-03-172-2/+2
* fix compile error under MinGWSimonQian2011-02-181-3/+3
* lpc32xx: Flash driverBjarne Steinsbo2011-02-155-0/+1932
* nit: more LOG_* \n fixesEric Wetzel2011-01-092-2/+2
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-054-5/+5
* NAND/S3CXXXX: remove private "target" copyAntonio Borneo2011-01-027-33/+16
* NAND/ORION: remove private "target" copyAntonio Borneo2011-01-021-13/+5
* NAND/NUC910: remove private "target" copyAntonio Borneo2011-01-021-21/+7
* NAND/MX3: remove private "target" copyAntonio Borneo2011-01-022-22/+11
* NAND/MX2: remove private "target" copyAntonio Borneo2011-01-022-20/+11
* NAND/LPC3180: remove private "target" copyAntonio Borneo2011-01-022-24/+16
* NAND/DAVINCI: remove private "target" copyAntonio Borneo2011-01-021-27/+17
* NAND/AT91SAM9: remove private "target" copyAntonio Borneo2011-01-021-37/+22
* NAND/TCL: prepare for common "target" referenceAntonio Borneo2011-01-022-3/+26
* NAND/TCL: fix segfault on syntax errorAntonio Borneo2011-01-021-1/+1
* NAND/CORE: Comment use of alive_sleep()Antonio Borneo2011-01-021-0/+1
* NAND/CORE: Replace decimal dot in messagesAntonio Borneo2011-01-021-66/+66
* flash/nand: review NAND driver interfaceAntonio Borneo2011-01-0213-47/+2
* warnings: use more 'const' for char *Øyvind Harboe2010-12-292-4/+4
* Fix for segfault in handle_nand_dump_command.Paul Richards2010-12-151-5/+5
* build: add common.mkSpencer Oliver2010-11-181-3/+1
* fileio: fileio_size() can now failØyvind Harboe2010-09-292-3/+14
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-292-3/+3
* flash: fix error handlingØyvind Harboe2010-09-211-29/+3
* warnings: fix alignment warningsØyvind Harboe2010-09-201-2/+2
* flash: add nuc910 nand driverSpencer Oliver2010-07-194-2/+306
* nand: nand probe also outputs manufacturerSpencer Oliver2010-07-191-1/+2
* nand/mx2: review scope of symbolsAntonio Borneo2010-06-211-1/+1
* arm_io: -Wshadow warning fixØyvind Harboe2010-06-161-6/+6
* nand: when verify failed, it didn't return an errorØyvind Harboe2010-06-161-6/+10
* -Wshadow fixesØyvind Harboe2010-06-141-1/+1
* nand : Add Freescale iMX27 nand flash controller supportgcembed2010-05-204-0/+900
* NAND/davinci: Fix segfault for hwecc4_infix readsJon Povey2010-05-181-12/+62
* NAND: catch read errors when building BBTJon Povey2010-05-181-1/+4
* Change kb/s to KiB/s in messages about kibibytesJon Povey2010-05-161-3/+3
* NAND: fix first and last handling in nand_build_bbtJon Povey2010-05-141-3/+5
* NAND: fix off-by-one error in erase command argument rangeJon Povey2010-05-141-1/+1
* NAND/TCL: review scope of functionsAntonio Borneo2010-04-102-3/+4
* NAND/ARM_IO: review scope of functionsAntonio Borneo2010-04-101-1/+1
* NAND/CORE: review scope of functionsAntonio Borneo2010-04-102-10/+8
* NAND/MX3: review scope of dataAntonio Borneo2010-04-101-1/+1
* change %x and %d to PRIx32 and PRId32 where needed for cygwinDaniel Bäder2010-03-251-4/+4
* lpc3180: LPC3180(LPC3250) SLC driver implementedrichard vegh2010-03-162-9/+441