index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
fastboot
/
fb_mmc.c
Age
Commit message (
Expand
)
Author
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop image.h from common header
Simon Glass
2020-05-18
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
common: Drop flash.h from common header
Simon Glass
2020-01-25
fastboot: mt85xx: add command to flash/erase emmc hwpart
mingming lee
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-06-14
fastboot: Use const qualifier for char *part_name
Sam Protsenko
2019-04-21
fastboot: Replace literal 32 with PART_NAME_LEN
Alex Kiernan
2019-04-21
fastboot: Improve error reporting on 'getvar partition-{size, type}'
Eugeniu Rosca
2018-05-30
net: fastboot: Merge AOSP UDP fastboot
Alex Kiernan
2018-05-30
fastboot: Rename public fb_ functions to fastboot_
Alex Kiernan
2018-05-30
fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME
Alex Kiernan
2018-05-30
fastboot: Add missing newlines
Alex Kiernan
2018-05-30
fastboot: Refactor fastboot_okay/fail to take response
Alex Kiernan
2018-05-30
fastboot: Move fastboot to drivers/fastboot
Alex Kiernan