platform_system_core/fastboot
Jeff Brown b64063737e Fix kernel panics in fastboot on OS X.
The kernel panic seems to be related to the driver trying to allocate
too many pages from the IO mapper.  That may be caused by the fact
that we try to perform a 100+ MiB transfer in a single IO operation.
This change breaks the transfer down into 1 MiB chunks.

So far after a day of testing, no kernel panics have occurred compared
to 5 in the previous 24 hours!

Change-Id: I8d27a546e0c0bf4fe2f0fc7fcad65a88d3e6bee0
2010-05-21 13:24:25 -07:00
..
Android.mk Fix adb, fastboot to compile in Windows SDK under Linux. 2010-04-23 13:07:17 -07:00
bootimg.c fastboot, mkbootimg: support alternate base addresses 2009-04-28 16:05:07 -07:00
engine.c Add wall-clock timing for each fastboot Action. 2010-02-25 14:05:33 -05:00
engineering_key.p12 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08:00
fastboot.c fastboot: Add more vendor usb ids 2010-05-14 14:48:39 -07:00
fastboot.h auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -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 auto import from //depot/cupcake/@135843 2009-03-03 19:32:55 -08: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 Fix flashstation breakage. 2009-10-07 17:24:39 -07:00
usb_osx.c Fix kernel panics in fastboot on OS X. 2010-05-21 13:24:25 -07:00
usb_windows.c Make fastboot say "no permissions" for non-writable devices. 2009-10-06 18:07:49 -07: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