aboutsummaryrefslogtreecommitdiff
path: root/drivers/fastboot
AgeCommit message (Expand)Author
2024-04-19Merge tag 'u-boot-dfu-20240419' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-18fastboot: introduce 'oem board' subcommandAlexey Romanov
2024-04-10fastboot: Update help text with respect to CMDLINETom Rini
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini
2024-04-10fastboot: Remove dependencies on CMDLINESimon Glass
2024-04-10fastboot: Change fastboot_buf_addr to an addressSimon Glass
2024-01-09fastboot: add oem console command supportIon Agorria
2024-01-09fastboot: implement "getvar all"Ion Agorria
2024-01-09fastboot: multiresponse supportIon Agorria
2023-11-16cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev
2023-11-16cmd: bcb: support various block device interfaces for BCB commandDmitrii Merkurev
2023-11-07fastboot: Depend on CMDLINETom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer
2023-07-25lib: sparse: allocate FASTBOOT_MAX_BLK_WRITE instead of small numberMattijs Korpershoek
2023-05-31fastboot: Only call the bootm command if it is enabledSamuel Holland
2023-05-05net: share fastboot boot handle logic between transportsDmitrii Merkurev
2023-05-05net: add fastboot TCP supportDmitrii Merkurev
2023-04-04drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih
2023-04-04android: boot: replace android_image_check_headerSafae Ouajih
2023-04-04android: 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