platform_system_core/fastboot
Anatol Pomazau 230d160a71 Implement 'fastboot format' command
Some filesystems (e.g. ext4) require flushing an initial
fs image, right after erasing it the partition is unusable.

Doing erase,flush emptyfs is a little bit scaring so we have a
separate command that performs it as atomic step:

 - get size of partition
 - create an empty filesystem image
 - erase the partition
 - flush empty fs to the partition

This command applicable only for ext4 filesystem and checks the
partition type before formatting it.

Change-Id: I8529bc1dc64237f1f0d91312f7c0ab1a6e5d8b44
2012-02-03 16:07:18 -08:00
..
Android.mk Implement 'fastboot format' command 2012-02-03 16:07:18 -08:00
bootimg.c fastboot, mkbootimg: support alternate base addresses 2009-04-28 16:05:07 -07:00
engine.c Implement 'fastboot format' command 2012-02-03 16:07:18 -08:00
engineering_key.p12 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fastboot.c Implement 'fastboot format' command 2012-02-03 16:07:18 -08:00
fastboot.h Implement 'fastboot format' command 2012-02-03 16:07:18 -08:00
genkey.sh auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
p12topem.sh auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
protocol.c fastboot: make it so I can actually see the bootloader chatter 2010-07-01 13:54:13 -07:00
signfile.sh auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
usb.h Make fastboot say "no permissions" for non-writable devices. 2009-10-06 18:07:49 -07:00
usb_linux.c fastboot: set the language local string 2012-01-23 13:12:23 -08:00
usb_osx.c fastboot: set the language local string 2012-01-23 13:12:23 -08:00
usb_windows.c Enlarge USB bulk transfer size for faster downloads 2011-03-28 11:45:21 -05:00
usbtest.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
util_linux.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
util_osx.c get rid of utils/executablepath.h, which now lives in the simulator 2009-08-26 14:46:18 -07:00
util_windows.c auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00