aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nand.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-13nand: add NAND_DEVICE_COMMAND_HANDLER macroZachary T Welch1-1/+6
2009-11-12nand: rename device to nandZachary T Welch1-19/+19
2009-11-11add const keyword to some APIsZachary T Welch1-1/+1
2009-11-09src/flash: remove 'extern' and wrap headersZachary T Welch1-10/+17
2009-11-05Add Flash/NAND bank command argument helpers.Zachary T Welch1-0/+5
2009-09-03David Brownelloharboe1-0/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch1-6/+6
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-1/+1
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch1-11/+11
2009-05-19David Brownell <david-b@pacbell.net> NAND: update ids, "nand list" bugfixoharboe1-0/+1
2009-05-18Whitespace cleanup from David Brownell <david-b@pacbell.net>kc8apf1-14/+14
2009-05-124-bit ECC support for Marvell Kirkwood SOCoharboe1-0/+2
2009-04-02Nicolas Pitre nico at cam.org The ECC data is automatically computed and writ...oharboe1-0/+12
2009-04-02Nicolas Pitre nico at cam.org software ECC computation for NAND flashoharboe1-0/+1
2008-02-29Uwe Hermann: oharboe1-6/+4
2008-02-19- add support for the majority of the Samsung ARM SoC family, S3C2410, S3C241...drath1-0/+2
2007-03-26- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)drath1-0/+4
2007-03-15- reworked file i/o. every fileaccess (target, flash, nand, in future configu...drath1-0/+207