aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand/core.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/flash/nand directorySpencer Oliver1-222/+179
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe1-2/+2
2011-10-23NAND/CORE: fix clang warningAntonio Borneo1-1/+2
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 Marion1-75/+79
2011-03-30Add Micron 2GiB nandAlexandre Pereira da Silva1-0/+2
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
2010-05-18NAND: catch read errors when building BBTJon Povey1-1/+4
2010-05-14NAND: fix first and last handling in nand_build_bbtJon Povey1-3/+5
2010-05-14NAND: fix off-by-one error in erase command argument rangeJon Povey1-1/+1
2010-04-10NAND/CORE: review scope of functionsAntonio Borneo1-1/+8
2009-12-18NAND write data page refactoring.Dean Glazeski1-59/+65
2009-12-18NAND read data page refactor.Dean Glazeski1-45/+23
2009-12-04rename nand.h to flash//nand/core.hZachary T Welch1-2/+0
2009-12-04split nand.c into nand/{core,fileio,tcl}.cZachary T Welch1-0/+917