aboutsummaryrefslogtreecommitdiffstats
path: root/mtdutils
Commit message (Expand)AuthorAgeFilesLines
* mtdutils: fix crash on large erase blockFUKAUMI Naoki2012-10-141-1/+8
* rewrite mtd_restore_raw_partition to use the new aosp codeKoushik Dutta2011-11-211-95/+28
* wipKoushik Dutta2011-11-162-7/+1
|\
| * Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
| * Fix x86 build.Ying Wang2011-02-081-2/+0
| * Free allocated struct after freeing fieldChristian Lindeberg2011-01-191-1/+1
* | Deleted check for equality in flash image header and partitionatinm2011-07-211-19/+0
* | bml_over_mtd: Take care of bad blocks on "boot" partition for Samsung Galaxy ...codeworkx2011-04-252-4/+821
* | Merge from ClockworkMod recoveryKoushik Dutta2010-12-186-412/+301
|\ \ | |/ |/|
| * recovery: Autodetection of device flash typeSteve Kondik2010-11-141-24/+24
| * Supress "warning: comparison between signed and unsigned integer expressions"...Antonio Vazquez2010-11-131-1/+1
| * Refactor recovery's block device handling to work across variant hardware in ...Koushik Dutta2010-11-109-712/+293
| * begin to abstract out the file system and mount information. known issue: cre...Koushik Dutta2010-06-142-7/+7
| * revert change from zinxKoushik Dutta2010-05-251-4/+0
| * add a utility erase_image. possible fix for d/s flashing bug from zinxKoushik Dutta2010-05-212-0/+14
| * add a static flash_image to the utilitiesKoushik Dutta2010-05-061-0/+12
| * Fix the module class fail.Steve Kondik2010-04-061-1/+1
| * Fix the build.Steve Kondik2010-04-061-3/+4
| * Create a static arm dump_image utility.Koushik K. Dutta2010-04-051-0/+11
| * working erase_image and options in recovery nowKoushik K. Dutta2010-03-192-29/+28
| * added erase_flash, utility to erase mtd partitionMagnus Eriksson2010-03-192-0/+91
| * nandroid backup is now implemented in CKoushik K. Dutta2010-03-122-25/+49
| * tabs vs spaces.Koushik K. Dutta2010-03-121-18/+19
| * delete script before running it, otherwise you have potential recovery loopsKoushik K. Dutta2010-03-111-2/+0
| * run amend scripts from the command lineKoushik K. Dutta2010-03-071-13/+12
| * merge busybox and other tools into recovery.Koushik K. Dutta2010-03-031-18/+4
| * fix buildKoushik K. Dutta2010-02-241-0/+1
| * clean upKoushik K. Dutta2010-02-241-27/+1
| * Patch from Magnus to fix issues with bad blocks and dumping a boot image. Nee...Koushik K. Dutta2010-02-242-84/+12
| * missing fileKoushik K. Dutta2010-02-221-0/+17
| * roll recovery tools into a single binary. fix up nandroid to work without dev...Koushik K. Dutta2010-02-222-13/+27
| * add mkfstab.sh script to create an fstab on any device. clean up dump_image t...Koushik K. Dutta2010-02-211-3/+5
| * fix build breakKoushik K. Dutta2010-02-211-2/+2
| * more fixesKoushik K. Dutta2010-02-201-6/+8
| * nearly working nandroid, built against libcKoushik K. Dutta2010-02-204-0/+239
| * Add static flash_image for recoveryKoushik K. Dutta2010-02-151-0/+9
| * make offsets in firmware update header not point to bad blocksDoug Zongker2010-01-132-4/+43
* | fix comparison of ECC stats before and after mtd readsDoug Zongker2010-11-031-0/+2
* | close update package before installing; allow remountDoug Zongker2010-09-143-1/+11
* | add the ability to seek to a raw location while reading MTD partitionDoug Zongker2010-09-142-0/+8
* | stop treating all-zero blocks as badDoug Zongker2010-09-121-8/+1
* | block is bad if ioctl() returns nonzeroDoug Zongker2010-09-091-2/+5
* | make offsets in firmware update header not point to bad blocksDoug Zongker2010-01-132-4/+43
|/
* use MEMGETBADBLOCK to look for bad blocks when reading MTD partitionsDoug Zongker2009-12-141-5/+12
* only build flash_image for engDoug Zongker2009-07-231-0/+1
* skip over all-zero blocks when reading MTD partitionDoug Zongker2009-07-011-1/+12
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-0/+972
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-036-972/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+2
* Initial ContributionThe Android Open Source Project2008-10-216-0/+970