aboutsummaryrefslogtreecommitdiff
path: root/drivers/fastboot/fb_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-10/+10
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-01-25fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee1-0/+102
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-06-14fastboot: Use const qualifier for char *part_nameSam Protsenko1-1/+2
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
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan1-6/+78
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan1-3/+17
2018-05-30fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAMEAlex Kiernan1-13/+0
2018-05-30fastboot: Add missing newlinesAlex Kiernan1-14/+14
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan1-37/+46
2018-05-30fastboot: Move fastboot to drivers/fastbootAlex Kiernan1-0/+406