aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand
AgeCommit message (Expand)AuthorFilesLines
2019-05-14nand/tcl: pass CMD to nand_list_walker()Paul Fertser1-3/+3
2019-05-14nand/fileio: change prototype of nand_fileio_start()Paul Fertser3-6/+6
2019-04-07Set empty usage field for commands that do not need parametersAntonio Borneo1-0/+1
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo1-1/+2
2019-01-27command: initialize the command mode for every commandAntonio Borneo1-0/+1
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin1-0/+1
2016-12-08Convert to non-recursive makeAndreas Fritiofson1-41/+38
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar1-2/+4
2016-05-24Make #include guard naming consistentMarc Schink12-33/+40
2016-05-24Remove FSF address from GPL noticesMarc Schink34-99/+37
2016-05-20nand: change use_raw to booleanIvo Manca2-2/+2
2016-05-20nand: fix return valueIvo Manca1-1/+1
2016-02-29helper/fileio: Remove nested structMarc Schink3-8/+8
2015-11-03helper/fileio: Use size_t for file size.Marc Schink2-4/+4
2014-02-06flash: declare fixed arrays constSpencer Oliver1-4/+4
2013-11-07target: use target_buffer_set_u32_arraySpencer Oliver1-3/+1
2013-10-31Remove unnecessary castsAndreas Fritiofson1-1/+1
2013-10-31nand/mx*: Remove unused host endianness flagAndreas Fritiofson4-21/+1
2013-10-31Clean up many C99 integer types format specifiersPaul Fertser1-5/+5
2013-10-16flash: mxc nfc(v1) : fix incorrect address in spare area for biswap commandGaëtan Carlier1-2/+2
2013-06-05update files to correct FSF addressSpencer Oliver33-34/+34
2013-04-02Added support for ARMv7-M in arm io.Henrik Nilsson1-25/+87
2013-03-15target: Retire target_bulk_write_memory()Andreas Fritiofson1-5/+1
2012-08-24build: fix memory leaksSpencer Oliver1-4/+12
2012-02-22Sometime in the past, nand_fileio_finish started to return ERROR_OK (with the...Stian Skjelsad1-1/+1
2012-02-06doxygen: use correct comment syntaxSpencer Oliver2-2/+2
2012-02-06build: cleanup src/flash/nand directorySpencer Oliver32-2380/+2085
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