index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
fastboot
/
fb_mmc.c
Age
Commit message (
Expand
)
Author
2022-01-28
fastboot: only look up real partition names when no alias exists
Matthias Schiffer
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-10-12
fastboot: fix partition name truncation in environment lookup
Matthias Schiffer
2021-08-21
Fix flashing of eMMC user area with Fastboot
Oleh Kravchenko
2021-08-21
Fix flash and erase of eMMC Boot2 with Fastboot
Oleh Kravchenko
2021-04-12
fastboot: Fix possible buffer overrun
Sean Anderson
2021-02-26
fastboot: Allow u-boot-style partitions
Sean Anderson
2021-02-26
fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name
Sean Anderson
2021-02-26
fastboot: Remove mmcpart argument from raw_part_get_info_by_name
Sean Anderson
2021-02-07
fastboot: reinit partition after storing GPT or MBR
Roman Stratiienko
2021-02-07
fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2
Patrick Delaunay
2021-02-07
fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT
Patrick Delaunay
2021-01-15
disk: dos: rename write_mbr_partition to write_mbr_sector
Marek Szyprowski
2020-09-01
fastboot: Support defining raw partitions without a partition table
Filip Brozovic
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