aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand
AgeCommit message (Expand)AuthorFilesLines
2012-01-23NAND: Misleading report of erased blocksTimo Ketola1-1/+1
2012-01-23i.MX25: Set OOB size (MXC NFC)Timo Ketola1-0/+4
2012-01-23i.MX25: Add support for i.MX25 NAND Flash ControllerTimo Ketola2-6/+21
2012-01-23cleanup: rename armv4_5 to arm for readabilitySpencer Oliver1-4/+4
2012-01-23flash: print bank usage on failureSpencer Oliver1-1/+3
2012-01-18cmd: add missing usage varsSpencer Oliver4-0/+6
2012-01-04Change return value on error.Mathias K5-12/+8
2012-01-04flash: introduce .usage field for nand and nor flash driver structureØyvind Harboe2-6/+10
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe2-6/+6
2011-12-23Renamed mx2.{c,h} to mxc.{c,h} and added copyright noticeErik Ahlén3-3/+9
2011-12-23Added support for i.MX35 NAND Flash Controller (v2)Erik Ahlén2-136/+285
2011-12-23Added command to enable/disable/query BI-swap for MXC NANDErik Ahlén1-0/+51
2011-12-23Made BI-swap optional in mxc.Erik Ahlén2-18/+34
2011-12-23Added board type as a parameter to mx2 NFC as they have different base addres...Erik Ahlén2-43/+62
2011-12-19Renamed mx2/imx27 to mxc.Erik Ahlén3-243/+244
2011-12-19Indentation and white space fixes.Erik Ahlén2-135/+129
2011-11-04at91sam9: fix broken error propagationØyvind Harboe1-0/+1
2011-10-23NAND/CORE: fix clang warningAntonio Borneo1-1/+2
2011-10-23mx2: add error propagation and remove warningsØyvind Harboe1-9/+14
2011-07-10Fix typo in command outputLuca Bruno1-1/+1
2011-05-28Fixed values for Samung NAND chipsDamjan Marion1-2/+2
2011-05-28Improve NAND flash detectionDamjan Marion1-1/+3
2011-05-28Reorganize NAND flash tableDamjan Marion2-76/+81
2011-04-19Make the LPC32xx nand driver support up to 5 address cycles. This will only w...Alexandre Pereira da Silva1-1/+1
2011-04-19Make the LPC32xx slc nand driver the defaultAlexandre Pereira da Silva1-2/+2
2011-03-30Clarify LPC32XX address cycles messageAlexandre Pereira da Silva1-1/+1
2011-03-30Add Micron 2GiB nandAlexandre Pereira da Silva1-0/+2
2011-03-17Fix a bunch of typos.Uwe Hermann2-2/+2
2011-02-18fix compile error under MinGWSimonQian1-3/+3
2011-02-15lpc32xx: Flash driverBjarne Steinsbo5-0/+1932
2011-01-09nit: more LOG_* \n fixesEric Wetzel2-2/+2
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel4-5/+5
2011-01-02NAND/S3CXXXX: remove private "target" copyAntonio Borneo7-33/+16
2011-01-02NAND/ORION: remove private "target" copyAntonio Borneo1-13/+5
2011-01-02NAND/NUC910: remove private "target" copyAntonio Borneo1-21/+7
2011-01-02NAND/MX3: remove private "target" copyAntonio Borneo2-22/+11
2011-01-02NAND/MX2: remove private "target" copyAntonio Borneo2-20/+11
2011-01-02NAND/LPC3180: remove private "target" copyAntonio Borneo2-24/+16
2011-01-02NAND/DAVINCI: remove private "target" copyAntonio Borneo1-27/+17
2011-01-02NAND/AT91SAM9: remove private "target" copyAntonio Borneo1-37/+22
2011-01-02NAND/TCL: prepare for common "target" referenceAntonio Borneo2-3/+26
2011-01-02NAND/TCL: fix segfault on syntax errorAntonio Borneo1-1/+1
2011-01-02NAND/CORE: Comment use of alive_sleep()Antonio Borneo1-0/+1
2011-01-02NAND/CORE: Replace decimal dot in messagesAntonio Borneo1-66/+66
2011-01-02flash/nand: review NAND driver interfaceAntonio Borneo13-47/+2
2010-12-29warnings: use more 'const' for char *Øyvind Harboe2-4/+4
2010-12-15Fix for segfault in handle_nand_dump_command.Paul Richards1-5/+5
2010-11-18build: add common.mkSpencer Oliver1-3/+1
2010-09-29fileio: fileio_size() can now failØyvind Harboe2-3/+14
2010-09-29fileio: refactor struct fileio to be an opaque structureØyvind Harboe2-3/+3