summaryrefslogtreecommitdiff
path: root/drivers/fastboot
AgeCommit message (Expand)Author
2019-06-14fastboot: Check if partition really exist in getvar_has_slot()Igor Opaniuk
2019-06-14fastboot: getvar: Refactor fastboot_*_get_part_info() usageSam Protsenko
2019-06-14fastboot: Use const qualifier for char *part_nameSam Protsenko
2019-06-14fastboot: Fix slot names reported by getvarSam Protsenko
2019-04-21fastboot: add support for 'getvar platform'Eugeniu Rosca
2019-04-21fastboot: Replace literal 32 with PART_NAME_LENAlex Kiernan
2019-04-21fastboot: Improve error reporting on 'getvar partition-{size, type}'Eugeniu Rosca
2019-04-21fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca
2019-03-16fastboot: common: fix default fastboot_boot on 64-bitNeil Armstrong
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay
2018-10-07Kconfig: sandbox: enable cmd_avb and dependenciesJens Wiklander
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan
2018-05-30fastboot: Add support for 'oem format' commandAlex Kiernan
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan
2018-05-30fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to KconfigAlex Kiernan
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan
2018-05-30fastboot: Fix parameter types in _fb_nand_writeAlex Kiernan
2018-05-30fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan
2018-05-30fastboot: Add missing newlinesAlex Kiernan
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan