summaryrefslogtreecommitdiff
path: root/drivers/dfu
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass5-7/+7
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass4-8/+8
2021-06-18dfu: add error callbackPatrick Delaunay1-0/+12
2021-06-18dfu: dfu_mtd: set max_buf_size to erasesize also for NOR devicesPatrick Delaunay1-4/+1
2021-06-09usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SI...Aswath Govindraju1-0/+20
2021-05-28dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supportedPatrick Delaunay1-1/+3
2021-03-25dfu: dfu_sf: avoid double free of SPI deviceHeinrich Schuchardt1-1/+17
2021-02-07dfu: dfu_sf: use correct print codeHeinrich Schuchardt1-1/+1
2021-01-31dfu: add 'SCRIPT' entityMarek Szyprowski2-3/+27
2021-01-31dfu: add 'SKIP' entityJaehoon Chung2-1/+10
2021-01-31dfu: mmc: use the default MMC device if entity specifies it as -1Marek Szyprowski1-3/+4
2021-01-31dfu: Fix handling of UBI partitions in MTD backendGuillermo Rodriguez1-2/+2
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu1-3/+17
2020-11-21dfu: simplify the dependencies of DFU_TFTPAKASHI Takahiro1-2/+1
2020-10-30dfu: add dfu_write_by_alt()AKASHI Takahiro1-0/+47
2020-10-30dfu: export dfu_listAKASHI Takahiro1-1/+1
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro1-0/+1
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro1-3/+3
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro3-4/+22
2020-09-01dfu: fix dfu tftp on sandboxHeinrich Schuchardt1-3/+4
2020-09-01dfu: DFU_MTD depends on CMD_MTDPARTSHeinrich Schuchardt1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-08configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay1-0/+5
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-05Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini1-36/+57
2020-02-02dfu: Add option to skip empty pages when flashing UBI images to NANDGuillermo Rodríguez2-1/+13
2020-01-29dfu: mmc: remove file size limit for io operationsMarek Szyprowski1-16/+30
2020-01-29dfu: mmc: rearrange the codeMarek Szyprowski1-27/+34
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko2-0/+21
2019-12-05dfu: add dependency on the raw NAND coreMiquel Raynal1-0/+1
2019-12-04mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal1-1/+1
2019-10-31dfu: add callback for flush and initiated operationPatrick Delaunay1-0/+19
2019-10-31dfu: add DFU virtual backendPatrick Delaunay4-1/+61
2019-10-31dfu: add partition support for MTD backendPatrick Delaunay1-1/+80
2019-10-31dfu: add backend for MTD devicePatrick Delaunay4-1/+243
2019-10-31dfu: allow read with no data without error for EOF indicationPatrick Delaunay1-0/+2
2019-10-31dfu: allow to manage DFU on several devicesPatrick Delaunay1-1/+59
2019-10-31dfu: prepare the support of multiple interfacePatrick Delaunay1-12/+39
2019-10-31dfu: sf: add partition support for nor backendPatrick Delaunay2-0/+60
2019-10-31dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay2-5/+6
2019-10-31dfu: mmc: add support for in-partition offsetMarek Szyprowski1-2/+11
2019-10-31dfu: dfu_nand: reduce verbosityRalph Siemsen1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-01-31dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt1-36/+31
2019-01-26dfu: Make DFU support more SPL friendlyAndrew F. Davis1-6/+6
2018-11-13dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon1-0/+1
2018-08-08dfu: Provide more verbose error messageSam Protsenko1-0/+1