summaryrefslogtreecommitdiff
path: root/drivers/fastboot/fb_mmc.c
AgeCommit message (Expand)Author
2021-04-12fastboot: Fix possible buffer overrunSean Anderson
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson
2021-02-26fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson
2021-02-26fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson
2021-02-07fastboot: reinit partition after storing GPT or MBRRoman Stratiienko
2021-02-07fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay
2021-02-07fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski
2020-09-01fastboot: Support defining raw partitions without a partition tableFilip Brozovic
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-01-25fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee
2019-08-11env: Move env_get() to env.hSimon Glass
2019-06-14fastboot: Use const qualifier for char *part_nameSam Protsenko
2019-04-21fastboot: Replace literal 32 with PART_NAME_LENAlex Kiernan
2019-04-21fastboot: Improve error reporting on 'getvar partition-{size, type}'Eugeniu Rosca
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan
2018-05-30fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan
2018-05-30fastboot: Add missing newlinesAlex Kiernan
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan