summaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)Author
2023-05-19common: dfu: Remove leading space charactersRavi Gunasekaran
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-08-04Audit <flash.h> inclusionTom Rini
2022-02-11DFU: Check the number of arguments and argument string strictlyMasami Hiramatsu
2022-02-11DFU: Accept redundant spaces and tabs in dfu_alt_infoMasami Hiramatsu
2022-02-11DFU: Do not copy the entity name over the buffer sizeMasami Hiramatsu
2022-01-28dfu: mtd: skip empty pages when writing page for UBI partitionPatrick Delaunay
2021-11-07dfu: newline after updatingHeinrich Schuchardt
2021-10-26dfu: Sort Kconfig entries alphabeticallyMarek Vasut
2021-10-25dfu: dfu_sf: Read the SPI flash in 16 MiB chunksMarek Vasut
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-06-18dfu: add error callbackPatrick Delaunay
2021-06-18dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay
2021-06-08usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...Aswath Govindraju
2021-05-28dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay
2021-03-25dfu: dfu_sf: avoid double free of SPI deviceHeinrich Schuchardt
2021-02-07dfu: dfu_sf: use correct print codeHeinrich Schuchardt
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski
2021-01-31dfu: add 'SKIP' entityJaehoon Chung
2021-01-31dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski
2021-01-31dfu: Fix handling of UBI partitions in MTD backendGuillermo Rodriguez
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu
2020-11-21dfu: simplify the dependencies of DFU_TFTPAKASHI Takahiro
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro
2020-10-30dfu: export dfu_listAKASHI Takahiro
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt
2020-09-01dfu: DFU_MTD depends on CMD_MTDPARTSHeinrich Schuchardt
2020-05-18common: Drop log.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-05-08configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2020-02-02dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez
2020-01-29dfu: mmc: remove file size limit for io operationsMarek Szyprowski
2020-01-29dfu: mmc: rearrange the codeMarek Szyprowski
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko
2019-12-04dfu: add dependency on the raw NAND coreMiquel Raynal
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal
2019-10-31dfu: add callback for flush and initiated operationPatrick Delaunay
2019-10-31dfu: add DFU virtual backendPatrick Delaunay
2019-10-31dfu: add partition support for MTD backendPatrick Delaunay
2019-10-31dfu: add backend for MTD devicePatrick Delaunay
2019-10-31dfu: allow read with no data without error for EOF indicationPatrick Delaunay