index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
fastboot
/
fb_mmc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
fastboot: fix partition name truncation in environment lookup
Matthias Schiffer
1
-2
/
+2
2021-08-22
Fix flashing of eMMC user area with Fastboot
Oleh Kravchenko
1
-7
/
+15
2021-08-22
Fix flash and erase of eMMC Boot2 with Fastboot
Oleh Kravchenko
1
-2
/
+2
2021-04-13
fastboot: Fix possible buffer overrun
Sean Anderson
1
-3
/
+3
2021-02-26
fastboot: Allow u-boot-style partitions
Sean Anderson
1
-59
/
+98
2021-02-26
fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_name
Sean Anderson
1
-22
/
+22
2021-02-26
fastboot: Remove mmcpart argument from raw_part_get_info_by_name
Sean Anderson
1
-23
/
+18
2021-02-07
fastboot: reinit partition after storing GPT or MBR
Roman Stratiienko
1
-0
/
+2
2021-02-07
fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2
Patrick Delaunay
1
-17
/
+30
2021-02-07
fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORT
Patrick Delaunay
1
-3
/
+6
2021-01-15
disk: dos: rename write_mbr_partition to write_mbr_sector
Marek Szyprowski
1
-1
/
+1
2020-09-01
fastboot: Support defining raw partitions without a partition table
Filip Brozovic
1
-9
/
+66
2020-05-19
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
part: Drop disk_partition_t typedef
Simon Glass
1
-10
/
+10
2020-05-18
common: Drop flash.h from common header
Simon Glass
1
-0
/
+1
2020-01-25
fastboot: mt85xx: add command to flash/erase emmc hwpart
mingming lee
1
-0
/
+102
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2019-06-14
fastboot: Use const qualifier for char *part_name
Sam Protsenko
1
-1
/
+2
2019-04-21
fastboot: Replace literal 32 with PART_NAME_LEN
Alex Kiernan
1
-3
/
+3
2019-04-21
fastboot: Improve error reporting on 'getvar partition-{size, type}'
Eugeniu Rosca
1
-2
/
+2
2018-05-30
net: fastboot: Merge AOSP UDP fastboot
Alex Kiernan
1
-6
/
+78
2018-05-30
fastboot: Rename public fb_ functions to fastboot_
Alex Kiernan
1
-3
/
+17
2018-05-30
fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME
Alex Kiernan
1
-13
/
+0
2018-05-30
fastboot: Add missing newlines
Alex Kiernan
1
-14
/
+14
2018-05-30
fastboot: Refactor fastboot_okay/fail to take response
Alex Kiernan
1
-37
/
+46
2018-05-30
fastboot: Move fastboot to drivers/fastboot
Alex Kiernan
1
-0
/
+406