platform_system_core/fastboot
Dmitry Grinberg 0d4a4cb8aa fastboot: allow format on devices with small buffers
Formatting large partitions on devices with small transfer buffers did
not work before since format used a strange path through the code to
send data. It now uses the normal path. Also cleaned up a bit. FS
code now lives in a separate file and the custom path for format is
gone.

Change-Id: If4e01cabc2e250b7c02ca7ce8c268e51d49e1529
2014-03-13 15:55:11 -07:00
..
Android.mk fastboot: allow format on devices with small buffers 2014-03-13 15:55:11 -07:00
bootimg.c fastboot: add support for some obscure args. 2013-03-07 17:06:41 -08:00
engine.c fastboot: allow format on devices with small buffers 2014-03-13 15:55:11 -07:00
engineering_key.p12 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fastboot.c fastboot: allow format on devices with small buffers 2014-03-13 15:55:11 -07:00
fastboot.h fastboot: allow format on devices with small buffers 2014-03-13 15:55:11 -07:00
fastboot_protocol.txt Revert "fastboot: add preflash command to help with large downloads+flash" 2013-06-26 03:51:29 +00:00
fs.c fastboot: allow format on devices with small buffers 2014-03-13 15:55:11 -07:00
fs.h fastboot: allow format on devices with small buffers 2014-03-13 15:55:11 -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 Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
usb_linux.c Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
usb_osx.c Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
usb_windows.c Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00:00
usbtest.c Remove trailing whitespaces 2012-02-28 07:21:08 -08:00
util.c Wait for device to disappear after reboot-bootloader. 2013-10-17 20:06:32 +00: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: Remove legacy MINGW workarounds 2013-06-28 17:00:41 -07:00