summaryrefslogtreecommitdiff
path: root/drivers/fastboot/fb_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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