platform_system_core/fastboot
Colin Cross f838788e6a fastboot: add support for auto-resparsing large files
Add support to fastboot for automatically using libsparse to break large
files, whether they are in sparse or normal format, into multiple sparse
files that can each fit into the target's memory.  Allows flashing
images that are larger than the size of the available memory on the
target.

By default, any file over 512MB will be sparsed into 512MB chunks.  The
limit can be modified with the -m argument, or sparsing can be forced
with -S or avoided with -N.  If -m is not specified, the target can
override the default by implementing getvar:max-download-size

Change-Id: I6c59381c3d24475c4f2587ea877200b96971cbd7
2012-07-09 22:17:58 -07:00
..
Android.mk fastboot: add support for auto-resparsing large files 2012-07-09 22:17:58 -07:00
bootimg.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
engine.c fastboot: add support for auto-resparsing large files 2012-07-09 22:17:58 -07:00
engineering_key.p12 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fastboot.c fastboot: add support for auto-resparsing large files 2012-07-09 22:17:58 -07:00
fastboot.h fastboot: add support for auto-resparsing large files 2012-07-09 22:17:58 -07: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: add support for auto-resparsing large files 2012-07-09 22:17:58 -07:00
signfile.sh auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
usb.h Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
usb_linux.c fastboot: Keep borked bootloaders happy by shrinking URB len. 2012-04-18 15:31:23 -07:00
usb_osx.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
usb_windows.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
usbtest.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
util_linux.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
util_osx.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
util_windows.c fastboot: add support for auto-resparsing large files 2012-07-09 22:17:58 -07:00