summaryrefslogtreecommitdiff
path: root/fastboot/device/variables.cpp
AgeCommit message (Expand)Author
2022-05-02fastboot: Fallback to "raw" partition type if fastboot hal isn't presentLuK1337
2021-03-17fastbootd: Add getvar max-fetch-size.Yifan Hong
2020-01-22fastbootd: exporting more propertiesBowgo Tsai
2019-11-19Merge "fastbootd: Disallow certain operations during snapshot updates."David Anderson
2019-11-13fastbootd: exporting CPU ABI infoBowgo Tsai
2019-11-10fastbootd: Disallow certain operations during snapshot updates.David Anderson
2019-10-31fastboot: Implement helper commands for Virtual A/B.David Anderson
2018-11-20fastbootd: Support two super partitions for retrofit devices.David Anderson
2018-11-06fastboot: Query the name of the super partition.David Anderson
2018-10-09Merge "Check validity of partition for getvar:partition-type"Treehugger Robot
2018-10-09Merge "Return partition size in hex format."Treehugger Robot
2018-10-09Check validity of partition for getvar:partition-typeHridya Valsaraju
2018-10-09Return partition size in hex format.Hridya Valsaraju
2018-10-08Check maximum allowed download size for download command.Hridya Valsaraju
2018-10-05Support fastboot variable battery-soc-okHridya Valsaraju
2018-09-28Interface with health HAL to read battery voltageHridya Valsaraju
2018-09-28Add support to read fastboot variable 'off-mode-charge'Hridya Valsaraju
2018-09-28Support fastboot variable 'variant'.Hridya Valsaraju
2018-09-25Support 'fastboot getvar unlocked' command.Hridya Valsaraju
2018-09-08Merge "Integrate with fastboot HAL to get partition type"Treehugger Robot
2018-09-07Integrate with fastboot HAL to get partition typeHridya Valsaraju
2018-09-05fastbootd: Implement getvar hw-revision.David Anderson
2018-09-05fastbootd: Fix getvar max-download-size formatting.David Anderson
2018-09-04fastbootd: Fix partition size testing issues.David Anderson
2018-08-31fastbootd: Implement getvar all.David Anderson
2018-08-31fastbootd: Refactor for getvar all.David Anderson
2018-08-14fastbootd: Complete the implementation of getvar has-slot.David Anderson
2018-08-09fastbootd: Add is-userspace variable.David Anderson
2018-08-09fastbootd: Add commands for logical partitions.David Anderson
2018-08-09fastbootd: Add support for flashing logical partitions.David Anderson
2018-08-09fastbootd: Enable erase and flash commands for physical partitions.David Anderson
2018-08-08fastbootd: Allow returning errors from getvar handlers.David Anderson
2018-08-08fastbootd: Implement the getvar command.Hridya Valsaraju