summaryrefslogtreecommitdiff
path: root/drivers/fastboot
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass2-0/+2
2020-05-19part: Drop disk_partition_t typedefSimon Glass2-12/+12
2020-05-18common: Drop flash.h from common headerSimon Glass3-0/+3
2020-01-25fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee2-0/+132
2019-12-04mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal1-2/+2
2019-12-03common: Move command functions out of common.hSimon Glass2-0/+2
2019-11-23fastboot: rockchip: Fix rk3328 default mmc deviceJagan Teki1-1/+0
2019-11-23fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]Jagan Teki1-1/+3
2019-08-11env: Move env_get() to env.hSimon Glass3-0/+3
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-08fastboot: Remove "bootloader-version" variableSam Protsenko1-6/+3
2019-08-08fastboot: getvar: Add "is-userspace" variableSam Protsenko1-0/+9
2019-08-08fastboot: Remove "slot-suffixes" variableSam Protsenko1-9/+0
2019-06-14fastboot: Check if partition really exist in getvar_has_slot()Igor Opaniuk1-5/+34
2019-06-14fastboot: getvar: Refactor fastboot_*_get_part_info() usageSam Protsenko1-16/+42
2019-06-14fastboot: Use const qualifier for char *part_nameSam Protsenko2-3/+4
2019-06-14fastboot: Fix slot names reported by getvarSam Protsenko1-3/+3
2019-04-21fastboot: add support for 'getvar platform'Eugeniu Rosca1-0/+14
2019-04-21fastboot: Replace literal 32 with PART_NAME_LENAlex Kiernan1-3/+3
2019-04-21fastboot: Improve error reporting on 'getvar partition-{size, type}'Eugeniu Rosca1-2/+2
2019-04-21fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca1-1/+1
2019-03-16fastboot: common: fix default fastboot_boot on 64-bitNeil Armstrong1-1/+1
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-1/+1
2018-10-07Kconfig: sandbox: enable cmd_avb and dependenciesJens Wiklander1-0/+2
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan1-2/+2
2018-05-30fastboot: Add support for 'oem format' commandAlex Kiernan2-0/+41
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan7-9/+729
2018-05-30mmc: Separate "mmc swrite" from fastbootAlex Kiernan1-0/+1
2018-05-30fastboot: Migrate FASTBOOT_FLASH_NAND_TRIMFFS to KconfigAlex Kiernan1-0/+7
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan2-6/+34
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan1-0/+15
2018-05-30fastboot: Fix parameter types in _fb_nand_writeAlex Kiernan1-1/+1
2018-05-30fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan1-13/+0
2018-05-30fastboot: Add missing newlinesAlex Kiernan1-14/+14
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan2-19/+6
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan2-0/+63
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2-53/+64
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan4-0/+767