aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dfu
Commit message (Expand)AuthorAgeFilesLines
* dfu: add scsi backendCaleb Connolly2024-11-204-1/+447
* dfu: sf: rely on DT for spi speed and modeNeil Armstrong2024-10-241-1/+15
* net: introduce alternative implementation as net/lwip/Jerome Forissier2024-10-161-0/+1
* Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-111-8/+8
|\
| * global: Rename SPL_ to XPL_Simon Glass2024-10-111-8/+8
* | dfu: define a callback function for the dfu_alt_info environment variableRasmus Villemoes2024-10-012-1/+18
* | dfu: fix Kconfig dependenciesJerome Forissier2024-09-131-1/+1
|/
* drivers: dfu: Remove duplicate newlinesMarek Vasut2024-07-221-1/+0
* Merge tag 'v2024.07-rc5' into nextWIP/24Jun2024-nextTom Rini2024-06-241-0/+1
|\
| * dfu: add missing dependency for SPI flash DFU driverHeinrich Schuchardt2024-06-061-0/+1
* | Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-208-8/+0
|/
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-198-0/+8
* dfu: Remove <common.h> and add needed includesTom Rini2024-05-078-8/+0
* dfu: add CONFIG_DFU_NAME_MAX_SIZE configurationJaehoon Chung2023-11-211-0/+9
* dfu: Make DFU_TFTP depend on NETDEVICESTom Rini2023-11-071-0/+1
* dfu: mmc: Add support for exposing whole mmc deviceMarek Vasut2023-10-311-0/+10
* dfu: mtd: mark bad the MTD block on erase errorPatrick Delaunay2023-10-131-8/+22
* dfu: mtd: fix the trace when limit is reachedPatrick Delaunay2023-10-131-2/+2
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-243-0/+3
* dfu: Add proper dependency for CONFIG_DFU_MMCAshok Reddy Soma2023-07-171-0/+1
* dfu: mtd: remove direct call of mtdparts_init functionPatrick Delaunay2023-06-162-16/+19
* common: dfu: Remove leading space charactersRavi Gunasekaran2023-05-311-0/+2
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-3/+3
* Audit <flash.h> inclusionTom Rini2022-08-041-1/+0
* DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu2022-02-117-97/+133
* DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu2022-02-116-14/+37
* DFU: Do not copy the entity name over the buffer sizeMasami Hiramatsu2022-02-111-1/+1
* dfu: mtd: skip empty pages when writing page for UBI partitionPatrick Delaunay2022-01-281-1/+21
* dfu: newline after updatingHeinrich Schuchardt2021-11-071-0/+1
* dfu: Sort Kconfig entries alphabeticallyMarek Vasut2021-10-261-7/+7
* dfu: dfu_sf: Read the SPI flash in 16 MiB chunksWIP/2021-10-25-assorted-updatesMarek Vasut2021-10-251-2/+12
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-1/+0
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-025-7/+7
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-024-8/+8
* dfu: add error callbackPatrick Delaunay2021-06-181-0/+12
* dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay2021-06-181-4/+1
* usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...WIP/2021-06-08-kconfig-migrationsAswath Govindraju2021-06-081-0/+20
* dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay2021-05-281-1/+3
* dfu: dfu_sf: avoid double free of SPI deviceHeinrich Schuchardt2021-03-251-1/+17
* dfu: dfu_sf: use correct print codeHeinrich Schuchardt2021-02-071-1/+1
* dfu: add 'SCRIPT' entityMarek Szyprowski2021-01-312-3/+27
* dfu: add 'SKIP' entityJaehoon Chung2021-01-312-1/+10
* dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski2021-01-311-3/+4
* dfu: Fix handling of UBI partitions in MTD backendGuillermo Rodriguez2021-01-311-2/+2
* dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu2020-12-311-3/+17
* dfu: simplify the dependencies of DFU_TFTPAKASHI Takahiro2020-11-211-2/+1
* dfu: add dfu_write_by_alt()AKASHI Takahiro2020-10-301-0/+47
* dfu: export dfu_listAKASHI Takahiro2020-10-301-1/+1
* common: update: add a generic interface for FIT imageAKASHI Takahiro2020-10-301-0/+1
* dfu: modify an argument type for an addressAKASHI Takahiro2020-10-301-3/+3