summaryrefslogtreecommitdiff
path: root/drivers/fastboot
AgeCommit message (Expand)AuthorFilesLines
2023-09-07drivers: fastboot: Fix the error of writing sparse file with fastbootXingyu Wu2-0/+7
2023-09-07drivers: fastboot: Add logical-block-size in getvar commandXingyu Wu1-0/+18
2023-09-07driver: fastboot: Add new flag to load image file without partitionXingyu Wu1-0/+47
2021-08-22Fix flashing of eMMC user area with FastbootOleh Kravchenko1-7/+15
2021-08-22Fix flash and erase of eMMC Boot2 with FastbootOleh Kravchenko1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-04-13fastboot: Fix possible buffer overrunSean Anderson1-3/+3
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2-0/+77
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson1-59/+98
2021-02-26fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson1-22/+22
2021-02-26fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson1-23/+18
2021-02-07fastboot: reinit partition after storing GPT or MBRRoman Stratiienko1-0/+2
2021-02-07fastboot: add command to select the eMMC boot configurationPatrick Delaunay2-0/+43
2021-02-07fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay2-0/+43
2021-02-07fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay2-24/+49
2021-02-07fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay2-8/+23
2021-02-07fastboot: Implement generic fastboot_set_reboot_flagRoman Kovalivskyi1-1/+15
2021-02-07Revert "fastboot: Add default fastboot_set_reboot_flag implementation"Roman Kovalivskyi3-56/+0
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski1-1/+1
2020-09-01fastboot: getvar: fix partition-size return valueGary Bisson1-2/+2
2020-09-01fastboot: Add default fastboot_set_reboot_flag implementationRoman Kovalivskyi3-0/+56
2020-09-01fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi1-0/+38
2020-09-01fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi2-2/+2
2020-09-01fastboot: Support defining raw partitions without a partition tableFilip Brozovic1-9/+66
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