aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fastboot
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-205-5/+3
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-195-3/+5
* fastboot: Remove <common.h> and add needed includesTom Rini2024-05-075-5/+3
* Merge tag 'u-boot-dfu-20240419' of https://source.denx.de/u-boot/custodians/u...Tom Rini2024-04-192-0/+37
|\
| * fastboot: introduce 'oem board' subcommandAlexey Romanov2024-04-182-0/+37
* | Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini2024-04-183-26/+29
|/
* fastboot: Update help text with respect to CMDLINETom Rini2024-04-101-0/+4
* Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini2024-04-103-29/+26
|\
| * fastboot: Remove dependencies on CMDLINESimon Glass2024-04-102-17/+14
| * fastboot: Change fastboot_buf_addr to an addressSimon Glass2024-04-102-16/+16
* | fastboot: add oem console command supportIon Agorria2024-01-092-0/+46
* | fastboot: implement "getvar all"Ion Agorria2024-01-092-13/+67
* | fastboot: multiresponse supportIon Agorria2024-01-091-0/+10
|/
* cmd: bcb: extend BCB C API to allow read/write the fieldsDmitrii Merkurev2023-11-161-1/+13
* cmd: bcb: support various block device interfaces for BCB commandDmitrii Merkurev2023-11-161-1/+1
* fastboot: Depend on CMDLINETom Rini2023-11-071-0/+1
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-243-0/+3
* Kconfigs: Correct default of "0" on hex type entriesTom Rini2023-08-091-1/+1
* Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer2023-08-081-1/+1
* lib: sparse: allocate FASTBOOT_MAX_BLK_WRITE instead of small numberMattijs Korpershoek2023-07-251-2/+0
* fastboot: Only call the bootm command if it is enabledSamuel Holland2023-05-311-1/+1
* net: share fastboot boot handle logic between transportsDmitrii Merkurev2023-05-051-0/+32
* net: add fastboot TCP supportDmitrii Merkurev2023-05-052-1/+14
* drivers: fastboot: zImage flashing is not supported for v3, v4Safae Ouajih2023-04-041-0/+8
* android: boot: replace android_image_check_headerSafae Ouajih2023-04-041-2/+1
* android: boot: rename andr_img_hdr -> andr_boot_img_hdr_v0Safae Ouajih2023-04-041-4/+4
* Correct SPL uses of FASTBOOT_FLASH_NANDSimon Glass2023-02-102-3/+3
* Correct SPL uses of FASTBOOT_FLASH_MMCSimon Glass2023-02-103-5/+5
* Correct SPL use of FASTBOOT_MMC_USER_SUPPORTSimon Glass2023-02-091-1/+1
* Correct SPL uses of FASTBOOT_FLASHSimon Glass2023-02-091-2/+2
* fastboot: Add OEM run commandSean Anderson2023-01-112-5/+18
* fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay2023-01-113-103/+61
* Audit <flash.h> inclusionTom Rini2022-08-043-3/+0
* fastboot: only look up real partition names when no alias existsWIP/2022-01-28-fastboot-updatesMatthias Schiffer2022-01-281-17/+12
* fastboot: fix fastboot_set_reboot_flag()Roman Stratiienko2022-01-281-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-192-3/+3
* net: fastboot: make UDP port net: configurableChristian Gmeiner2022-01-151-0/+7
* fastboot: fix partition name truncation in environment lookupMatthias Schiffer2021-10-121-2/+2
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-1/+0
* Fix flashing of eMMC user area with FastbootOleh Kravchenko2021-08-211-7/+15
* Fix flash and erase of eMMC Boot2 with FastbootOleh Kravchenko2021-08-211-2/+2
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-021-1/+1
* fastboot: Fix possible buffer overrunSean Anderson2021-04-121-3/+3
* fastboot: add UUU command UCmd and ACmd supportHeiko Schocher2021-02-262-0/+77
* fastboot: Allow u-boot-style partitionsSean Anderson2021-02-261-59/+98
* fastboot: Move part_get_info_by_name_or_alias after raw_part_get_info_by_nameSean Anderson2021-02-261-22/+22
* fastboot: Remove mmcpart argument from raw_part_get_info_by_nameSean Anderson2021-02-261-23/+18
* fastboot: reinit partition after storing GPT or MBRRoman Stratiienko2021-02-071-0/+2
* fastboot: add command to select the eMMC boot configurationPatrick Delaunay2021-02-072-0/+43
* fastboot: add command to select the default emmc hwpart for bootPatrick Delaunay2021-02-072-0/+43