aboutsummaryrefslogtreecommitdiff
path: root/drivers/fastboot/fb_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07fastboot: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-07-25lib: sparse: allocate FASTBOOT_MAX_BLK_WRITE instead of small numberMattijs Korpershoek1-2/+0
2023-04-04drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih1-0/+8
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih1-2/+1
2023-04-04android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih1-4/+4
2023-02-09Correct SPL use of FASTBOOT_MMC_USER_SUPPORTSimon Glass1-1/+1
2022-08-04Audit <flash.h> inclusionTom Rini1-1/+0
2022-01-28fastboot: only look up real partition names when no alias existsMatthias Schiffer1-17/+12
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-10-12fastboot: fix partition name truncation in environment lookupMatthias Schiffer1-2/+2
2021-08-21Fix flashing of eMMC user area with FastbootOleh Kravchenko1-7/+15
2021-08-21Fix flash and erase of eMMC Boot2 with FastbootOleh Kravchenko1-2/+2
2021-04-12fastboot: Fix possible buffer overrunSean Anderson1-3/+3
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson1-59/+98
2021-02-26fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson1-22/+22
2021-02-26fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson1-23/+18
2021-02-07fastboot: reinit partition after storing GPT or MBRRoman Stratiienko1-0/+2
2021-02-07fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay1-17/+30
2021-02-07fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay1-3/+6
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski1-1/+1
2020-09-01fastboot: Support defining raw partitions without a partition tableFilip Brozovic1-9/+66
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