summaryrefslogtreecommitdiffstats
path: root/drivers/fastboot/fb_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* fastboot: Fix possible buffer overrunSean Anderson2021-04-121-3/+3
* 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: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay2021-02-071-17/+30
* fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay2021-02-071-3/+6
* disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski2021-01-151-1/+1
* 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
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-10/+10
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee2020-01-251-0/+102
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* fastboot: Use const qualifier for char *part_nameSam Protsenko2019-06-141-1/+2
* 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
* net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2018-05-301-6/+78
* fastboot: Rename public fb_ functions to fastboot_Alex Kiernan2018-05-301-3/+17
* fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan2018-05-301-13/+0
* fastboot: Add missing newlinesAlex Kiernan2018-05-301-14/+14
* fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2018-05-301-37/+46
* fastboot: Move fastboot to drivers/fastbootAlex Kiernan2018-05-301-0/+406