summaryrefslogtreecommitdiffstats
path: root/toolbox/nandread.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix %llx to PRIx64 in nandread.c.Elliott Hughes2014-06-251-17/+18
| | | | Change-Id: I541d1f4efac3c91d1a26f60735c72e799490fcc9
* Remove a pre-uapi hack from nandread.Elliott Hughes2014-02-071-4/+0
| | | | | | We only have uapi headers now. Change-Id: I2c02e10bb3bba4006579772f3ab2a18c2df7535d
* system/core 64-bit cleanup.Elliott Hughes2014-01-161-1/+1
| | | | | | | | | This cleans up most of the size-related problems in system/core. There are still a few changes needed for a clean 64-bit build, but they look like they might require changes to things like the fastboot protocol. Change-Id: I1560425a289fa158e13e2e3173cc3e71976f92c0
* 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.