summaryrefslogtreecommitdiffstats
path: root/fastboot
Commit message (Expand)AuthorAgeFilesLines
* Merge "fastboot: wipe overlayfs for partition"Treehugger Robot2018-10-271-2/+30
|\
| * fastboot: wipe overlayfs for partitionMark Salyzyn2018-10-261-2/+30
* | Merge "fastbootd: Remove metadata merging code."David Anderson2018-10-262-40/+5
|\ \
| * | fastbootd: Remove metadata merging code.David Anderson2018-10-262-40/+5
* | | Merge "More Mac build fixes."Yuchao Zhou2018-10-261-1/+1
|\ \ \
| * | | More Mac build fixes.Elliott Hughes2018-10-261-1/+1
| | |/ | |/|
* | | Merge "fastboot: Resize logical partitions when using the flash command."David Anderson2018-10-261-5/+8
|\ \ \ | |/ / |/| |
| * | fastboot: Resize logical partitions when using the flash command.David Anderson2018-10-251-5/+8
* | | Merge "fastboot: Check that reboot to userspace succeeded."Treehugger Robot2018-10-251-0/+3
|\| | | |/ |/|
| * fastboot: Check that reboot to userspace succeeded.David Anderson2018-10-251-0/+3
* | libbase: add O_CLOEXEC to <android-base/file.h>.Elliott Hughes2018-10-241-4/+0
* | Add a simple MappedFile to libbase and switch fastboot and libziparchive over.Elliott Hughes2018-10-232-7/+6
|/
* Merge "fastboot: use constants.h values"Treehugger Robot2018-10-184-20/+20
|\
| * fastboot: use constants.h valuesMark Salyzyn2018-10-184-20/+20
* | Rename vbmeta_mainline to vbmeta_system.David Anderson2018-10-151-4/+4
|/
* Merge "Do not calculate CRC for sparse images during fastboot flash"Treehugger Robot2018-10-101-1/+1
|\
| * Do not calculate CRC for sparse images during fastboot flashHridya Valsaraju2018-10-101-1/+1
* | Merge "set_active command should update current slot information."Treehugger Robot2018-10-103-2/+17
|\ \
| * | set_active command should update current slot information.Hridya Valsaraju2018-10-103-2/+17
| |/
* | Merge "Check validity of partition for getvar:partition-type"Treehugger Robot2018-10-091-0/+7
|\ \
| * | Check validity of partition for getvar:partition-typeHridya Valsaraju2018-10-091-0/+7
| |/
* | Merge "Return partition size in hex format."Treehugger Robot2018-10-092-3/+5
|\ \
| * | Return partition size in hex format.Hridya Valsaraju2018-10-092-3/+5
| |/
* | Merge "Check maximum allowed download size for download command."Treehugger Robot2018-10-083-2/+3
|\ \
| * | Check maximum allowed download size for download command.Hridya Valsaraju2018-10-083-2/+3
| |/
* | Merge changes Id6c00c76,Ibc74a12fTreehugger Robot2018-10-081-1/+9
|\ \
| * | Check return status of ReadFileToString() in GetDeviceLockStatus()Hridya Valsaraju2018-10-081-1/+4
| * | Validate partition name when searching for physical partitions.Hridya Valsaraju2018-10-081-0/+5
| |/
* | Merge "Allow erase, set_active and download commands only on unlocked devices."Treehugger Robot2018-10-081-0/+16
|\ \ | |/ |/|
| * Allow erase, set_active and download commands only on unlocked devices.Hridya Valsaraju2018-10-081-0/+16
* | Merge "Allow Conformance tests to verify userspace fastboot."Treehugger Robot2018-10-083-0/+23
|\ \
| * | Allow Conformance tests to verify userspace fastboot.Hridya Valsaraju2018-10-053-0/+23
| |/
* | Merge "Support fastboot variable battery-soc-ok"Treehugger Robot2018-10-074-19/+61
|\ \
| * | Support fastboot variable battery-soc-okHridya Valsaraju2018-10-054-19/+61
| |/
* | Merge "Don't hardcode the super partition name."Treehugger Robot2018-10-042-4/+6
|\ \
| * | Don't hardcode the super partition name.David Anderson2018-10-012-4/+6
* | | liblp: Remove the guid field from LpMetadataPartition.David Anderson2018-10-032-9/+2
| |/ |/|
* | Merge "Remove tests for sparse images with CRC from fuzzy_fastboot"Treehugger Robot2018-10-021-36/+0
|\ \
| * | Remove tests for sparse images with CRC from fuzzy_fastbootHridya Valsaraju2018-10-021-36/+0
* | | Merge "fastboot: remove engine.cpp/engine.h"Tom Cherry2018-10-0211-398/+259
|\ \ \
| * | | fastboot: remove engine.cpp/engine.hTom Cherry2018-09-2511-398/+259
* | | | Interface with health HAL to read battery voltageHridya Valsaraju2018-09-287-1/+42
* | | | Add support to read fastboot variable 'off-mode-charge'Hridya Valsaraju2018-09-284-0/+26
| |/ / |/| |
* | | Support fastboot variable 'variant'.Hridya Valsaraju2018-09-284-0/+24
| |/ |/|
* | Merge "Support 'fastboot getvar unlocked' command."Treehugger Robot2018-09-264-1/+32
|\ \
| * | Support 'fastboot getvar unlocked' command.Hridya Valsaraju2018-09-254-1/+32
* | | Merge "Pass OEM commands to HAL"Treehugger Robot2018-09-264-3/+37
|\ \ \ | |_|/ |/| |
| * | Pass OEM commands to HALHridya Valsaraju2018-09-254-3/+37
| |/
* | fastboot: clean up CheckRequirementsTom Cherry2018-09-217-198/+266
* | Use vector<char> instead of char* and malloc() for imagesTom Cherry2018-09-207-126/+104