summaryrefslogtreecommitdiff
path: root/drivers/dfu
Commit message (Expand)AuthorAgeFilesLines
* 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 chunksMarek 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...Aswath 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
* dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro2020-10-303-4/+22
* dfu: fix dfu tftp on sandboxHeinrich Schuchardt2020-09-011-3/+4
* dfu: DFU_MTD depends on CMD_MTDPARTSHeinrich Schuchardt2020-09-011-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay2020-05-081-0/+5
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2020-02-051-36/+57
|\
| * dfu: mmc: remove file size limit for io operationsMarek Szyprowski2020-01-291-16/+30
| * dfu: mmc: rearrange the codeMarek Szyprowski2020-01-291-27/+34
* | dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez2020-02-022-1/+13
|/
* dfu: Add optional timeout parameterAndy Shevchenko2020-01-072-0/+21
* dfu: add dependency on the raw NAND coreMiquel Raynal2019-12-041-0/+1
* mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal2019-12-031-1/+1
* dfu: add callback for flush and initiated operationPatrick Delaunay2019-10-311-0/+19
* dfu: add DFU virtual backendPatrick Delaunay2019-10-314-1/+61
* dfu: add partition support for MTD backendPatrick Delaunay2019-10-311-1/+80
* dfu: add backend for MTD devicePatrick Delaunay2019-10-314-1/+243
* dfu: allow read with no data without error for EOF indicationPatrick Delaunay2019-10-311-0/+2
* dfu: allow to manage DFU on several devicesPatrick Delaunay2019-10-311-1/+59