summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Flash super partition with fastboot flashall"Treehugger Robot2018-08-011-0/+1
|\
| * Flash super partition with fastboot flashallHridya Valsaraju2018-08-011-2/+3
* | Add product-services.img for `fastboot flashall`.Dario Freni2018-07-311-2/+7
|/
* Refactor libfastbootAaron Wisner2018-07-191-96/+98
* Clarify 'fastboot flash' help.Elliott Hughes2018-05-241-3/+4
* fastboot: better temporary file errors.Elliott Hughes2018-05-221-2/+4
* Wipe metadata when we wipe userdata and cache.Paul Crowley2018-04-251-14/+14
* fastboot: sparse_file_len() returns int64_t.Tao Bao2018-04-241-1/+5
* Move fastboot over to ParseByteCount.Elliott Hughes2018-04-191-52/+9
* Remove header version check for command "fastboot boot boot.img"Hridya Valsaraju2018-04-161-6/+0
* Remove unused variable.Elliott Hughes2018-04-101-3/+2
* Remove -i vendor id matching.Elliott Hughes2018-04-101-19/+1
* Remove legacy slot-suffix support.Elliott Hughes2018-04-101-55/+8
* Add fastboot_test.cpp and test --os-version/--os-patch-level parsing.Elliott Hughes2018-04-101-17/+25
* Minimal changes to build fastboot as a library.Elliott Hughes2018-04-091-2/+1
* Add fastboot --os-version and --os-patch-level.Elliott Hughes2018-04-091-123/+134
* Remove the "needs_erase" workaround.Elliott Hughes2018-04-051-35/+6
* Remove lock_bootloader/unlock_bootloader.Elliott Hughes2018-04-041-21/+2
* Remove `reboot emergency`.Elliott Hughes2018-04-041-7/+0
* Clean up fastboot help:Elliott Hughes2018-04-031-108/+72
* Merge "Add a header-version argument to fastboot"Treehugger Robot2018-04-031-8/+21
|\
| * Add a header-version argument to fastbootHridya Valsaraju2018-04-021-8/+21
* | Improve fastboot verbose output.Elliott Hughes2018-04-021-41/+16
* | Modernize fastboot output format.Elliott Hughes2018-04-021-5/+11
|/
* Merge "Add "require partition-exists=" support."Elliott Hughes2018-03-281-73/+91
|\
| * Add "require partition-exists=" support.Elliott Hughes2018-03-281-73/+91
* | Adding odm.img for `fastboot flashall`Bowgo Tsai2018-03-281-0/+1
* | Adding product.img for `fastboot flashall`Bowgo Tsai2018-03-261-0/+1
|/
* Fix fastboot memory corruption.Elliott Hughes2018-01-181-1/+4
* fastboot: show how long extraction takes.Elliott Hughes2017-11-101-7/+10
* Merge "fastboot: handle small flash block sizes correctly"Connor O'Brien2017-11-031-3/+2
|\
| * fastboot: handle small flash block sizes correctlyConnor O'Brien2017-11-021-3/+2
* | fastboot: Don't give parsing error for unsupported 'getvar erase-block-size'.Tao Bao2017-11-021-1/+1
|/
* fastboot should fail if it runs out of space while unzipping.Elliott Hughes2017-10-271-60/+37
* fastboot: bail out if failed to generate fs imageJin Qian2017-08-231-1/+1
* fastboot: Add --disable-verity and --disable-verification options.David Zeuthen2017-08-071-0/+58
* fastboot: use filename instead of fd to generate filesystem imageJin Qian2017-05-311-8/+11
* Fix "fastboot flashing".Elliott Hughes2017-05-151-4/+4
* fastboot: Add DTS partition support for 'flashall' commandDmitry Shmidt2017-05-151-0/+1
* Fix "fastboot oem".Elliott Hughes2017-05-111-5/+3
* Merge "Show the "platform tools" version in adb/fastboot --version."Treehugger Robot2017-05-091-1/+1
|\
| * Show the "platform tools" version in adb/fastboot --version.Elliott Hughes2017-05-091-1/+1
* | Make fastboot command-line parsing a bit more like adb.Elliott Hughes2017-05-091-229/+173
|/
* Merge "Clean up the partition name mapping in fastboot."Elliott Hughes2017-05-041-60/+35
|\
| * Clean up the partition name mapping in fastboot.Elliott Hughes2017-05-041-60/+35
* | Remove bogus _LARGEFILE_SOURCE.Elliott Hughes2017-05-041-2/+0
|/
* Add dtbo image support for device tree overlayYueyao Zhu2017-05-031-0/+3
* Merge changes I5b1a1ce0,I483a18f9Treehugger Robot2017-04-281-0/+21
|\
| * fastboot: Add 'get_staged' commandJocelyn Bohr2017-04-271-0/+8
| * fastboot: Add 'stage' commandJocelyn Bohr2017-04-261-0/+13