android_bootable_recovery/mtdutils
Doug Zongker bec02d57fb skip over all-zero blocks when reading MTD partition
We fail to detect certain bad blocks (marked in the factory as bad, I
think?) when reading mtd partitions.  These come back as a block of
all zeros.  Since it's fairly unlikely a legitimate boot or recovery
block will contain 128k of zeros, change mtdutils to skip over such
blocks.

Arve says https://review.source.android.com/10535 may be a long-term
fix for this, but he isn't yet sure.
2009-07-01 12:09:29 -07:00
..
Android.mk auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
flash_image.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
mounts.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
mounts.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00
mtdutils.c skip over all-zero blocks when reading MTD partition 2009-07-01 12:09:29 -07:00
mtdutils.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:42 -08:00