summaryrefslogtreecommitdiff
path: root/drivers/fastboot
AgeCommit message (Expand)Author
2023-04-05drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih
2023-04-05android: boot: replace android_image_check_headerSafae Ouajih
2023-04-05android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih
2023-02-10Correct SPL uses of FASTBOOT_FLASH_NANDSimon Glass
2023-02-10Correct SPL uses of FASTBOOT_FLASH_MMCSimon Glass
2023-02-09Correct SPL use of FASTBOOT_MMC_USER_SUPPORTSimon Glass
2023-02-09Correct SPL uses of FASTBOOT_FLASHSimon Glass
2023-01-11fastboot: Add OEM run commandSean Anderson
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2022-08-04Audit <flash.h> inclusionTom Rini
2022-01-28fastboot: only look up real partition names when no alias existsMatthias Schiffer
2022-01-28fastboot: fix fastboot_set_reboot_flag()Roman Stratiienko
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-15net: fastboot: make UDP port net: configurableChristian Gmeiner
2021-10-12fastboot: fix partition name truncation in environment lookupMatthias Schiffer
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-21Fix flashing of eMMC user area with FastbootOleh Kravchenko
2021-08-21Fix flash and erase of eMMC Boot2 with FastbootOleh Kravchenko
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-04-12fastboot: Fix possible buffer overrunSean Anderson
2021-02-26fastboot: add UUU command UCmd and ACmd supportHeiko Schocher
2021-02-26fastboot: Allow u-boot-style partitionsSean Anderson
2021-02-26fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson
2021-02-26fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson
2021-02-07fastboot: reinit partition after storing GPT or MBRRoman Stratiienko
2021-02-07fastboot: add command to select the eMMC boot configurationPatrick Delaunay
2021-02-07fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay
2021-02-07fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2Patrick Delaunay
2021-02-07fastboot: mmc: Add CONFIG_FASTBOOT_MMC_USER_SUPPORTPatrick Delaunay
2021-02-07fastboot: Implement generic fastboot_set_reboot_flagRoman Kovalivskyi
2021-02-07Revert "fastboot: Add default fastboot_set_reboot_flag implementation"Roman Kovalivskyi
2021-01-15disk: dos: rename write_mbr_partition to write_mbr_sectorMarek Szyprowski
2020-09-01fastboot: getvar: fix partition-size return valueGary Bisson
2020-09-01fastboot: Add default fastboot_set_reboot_flag implementationRoman Kovalivskyi
2020-09-01fastboot: Add support for 'reboot fastboot' commandRoman Kovalivskyi
2020-09-01fastboot: Extend fastboot_set_reboot_flag with reboot reasonRoman Kovalivskyi
2020-09-01fastboot: Support defining raw partitions without a partition tableFilip Brozovic
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-01-25fastboot: mt85xx: add command to flash/erase emmc hwpartmingming lee
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal
2019-12-02common: Move command functions out of common.hSimon Glass
2019-11-23fastboot: rockchip: Fix rk3328 default mmc deviceJagan Teki
2019-11-23fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]Jagan Teki
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-08fastboot: Remove "bootloader-version" variableSam Protsenko