summaryrefslogtreecommitdiffstats
path: root/drivers/fastboot
Commit message (Expand)AuthorAgeFilesLines
* fastboot: Fix possible buffer overrunSean Anderson2021-04-121-3/+3
* fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-262-0/+77
* fastboot: Allow u-boot-style partitionsSean Anderson2021-02-261-59/+98
* fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson2021-02-261-22/+22
* fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson2021-02-261-23/+18
* fastboot: reinit partition after storing GPT or MBRRoman Stratiienko2021-02-071-0/+2
* fastboot: add command to select the eMMC boot configurationPatrick Delaunay2021-02-072-0/+43
* fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay2021-02-072-0/+43
* fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay2021-02-072-24/+49
* fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay2021-02-072-8/+23
* fastboot: Implement generic fastboot_set_reboot_flagRoman Kovalivskyi2021-02-071-1/+15
* Revert "fastboot: Add default fastboot_set_reboot_flag implementation"Roman Kovalivskyi2021-02-073-56/+0
* disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski2021-01-151-1/+1
* fastboot: getvar: fix partition-size return valueGary Bisson2020-09-011-2/+2
* fastboot: Add default fastboot_set_reboot_flag implementationRoman Kovalivskyi2020-09-013-0/+56
* fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi2020-09-011-0/+38
* fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi2020-09-012-2/+2
* fastboot: Support defining raw partitions without a partition tableFilip Brozovic2020-09-011-9/+66
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-182-0/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-182-12/+12
* common: Drop flash.h from common headerSimon Glass2020-05-183-0/+3
* fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee2020-01-252-0/+132
* mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-031-2/+2
* common: Move command functions out of common.hSimon Glass2019-12-022-0/+2
* fastboot: rockchip: Fix rk3328 default mmc deviceJagan Teki2019-11-231-1/+0
* fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]Jagan Teki2019-11-231-1/+3
* env: Move env_get() to env.hSimon Glass2019-08-113-0/+3
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* fastboot: Remove "bootloader-version" variableSam Protsenko2019-08-081-6/+3
* fastboot: getvar: Add "is-userspace" variableSam Protsenko2019-08-081-0/+9
* fastboot: Remove "slot-suffixes" variableSam Protsenko2019-08-081-9/+0
* fastboot: Check if partition really exist in getvar_has_slot()Igor Opaniuk2019-06-141-5/+34
* fastboot: getvar: Refactor fastboot_*_get_part_info() usageSam Protsenko2019-06-141-16/+42
* fastboot: Use const qualifier for char *part_nameSam Protsenko2019-06-142-3/+4
* fastboot: Fix slot names reported by getvarSam Protsenko2019-06-141-3/+3
* fastboot: add support for 'getvar platform'Eugeniu Rosca2019-04-211-0/+14
* fastboot: Replace literal 32 with PART_NAME_LENAlex Kiernan2019-04-211-3/+3
* fastboot: Improve error reporting on 'getvar partition-{size, type}'Eugeniu Rosca2019-04-211-2/+2
* fastboot: getvar: correct/rename "has_slot" to "has-slot"Eugeniu Rosca2019-04-211-1/+1
* 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