summaryrefslogtreecommitdiff
path: root/drivers/fastboot
Commit message (Expand)AuthorAgeFilesLines
* fastboot: common: fix default fastboot_boot on 64-bitNeil Armstrong2019-03-161-1/+1
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-1/+1
* Kconfig: sandbox: enable cmd_avb and dependenciesJens Wiklander2018-10-071-0/+2
* usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan2018-05-301-2/+2
* fastboot: Add support for 'oem format' commandAlex Kiernan2018-05-302-0/+41
* net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2018-05-307-9/+729
* mmc: Separate "mmc swrite" from fastbootAlex Kiernan2018-05-301-0/+1
* fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to KconfigAlex Kiernan2018-05-301-0/+7
* fastboot: Rename public fb_ functions to fastboot_Alex Kiernan2018-05-302-6/+34
* fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan2018-05-301-0/+15
* fastboot: Fix parameter types in _fb_nand_writeAlex Kiernan2018-05-301-1/+1
* fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan2018-05-301-13/+0
* fastboot: Add missing newlinesAlex Kiernan2018-05-301-14/+14
* fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan2018-05-302-19/+6
* fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan2018-05-302-0/+63
* fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2018-05-302-53/+64
* fastboot: Move fastboot to drivers/fastbootAlex Kiernan2018-05-304-0/+767