summaryrefslogtreecommitdiffstats
path: root/toolbox/nandread.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix nandread to build with old or uapi headers.Elliott Hughes2013-11-111-2/+6
| | | | | Bug: 11559337 Change-Id: I9795a16649dafdfe3df150170265157170cd5a79
* Add missing headers for compilation on x86 targetsOlivier Bailly2010-11-171-1/+1
| | | | Change-Id: I5f4dc797b353a0f01fa00d38375ec303bf863254
* toolbox: nandread: Add options to extract raw images, partial images, and ↵Arve Hjønnevåg2010-03-031-20/+50
| | | | fix bad block check.
* toolbox: Add nandread commandArve Hjønnevåg2009-10-011-0/+256
Extracts a nand image from an mtd partition with page data followed by 64 bytes of extra data.