summaryrefslogtreecommitdiffstats
path: root/drivers/dfu
Commit message (Expand)AuthorAgeFilesLines
* 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
* dfu: prepare the support of multiple interfacePatrick Delaunay2019-10-311-12/+39
* dfu: sf: add partition support for nor backendPatrick Delaunay2019-10-312-0/+60
* dfu: cosmetic: cleanup sf to avoid checkpatch errorPatrick Delaunay2019-10-312-5/+6
* dfu: mmc: add support for in-partition offsetMarek Szyprowski2019-10-311-2/+11
* dfu: dfu_nand: reduce verbosityRalph Siemsen2019-10-311-1/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* dfu: mmc: call fs functions instead of run_commandSimon Goldschmidt2019-01-301-36/+31
* dfu: Make DFU support more SPL friendlyAndrew F. Davis2019-01-261-6/+6
* dfu: nand: Add missing dependency on CMD_MTDPARTSBoris Brezillon2018-11-131-0/+1
* dfu: Provide more verbose error messageSam Protsenko2018-08-081-0/+1
* dfu: Fix memory leak in dfu_init_env_entities()Sam Protsenko2018-08-081-3/+4
* dfu: Fix data abort in dfu_free_entities()Sam Protsenko2018-08-081-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-077-15/+7
* dfu: tftp: Fix arm64 build warningsMarek Vasut2018-02-211-2/+2
* dfu: Rename _FUNCTION_DFU to DFU_OVER_Marek Vasut2018-02-211-4/+4
* dfu: Fix up the Kconfig messMarek Vasut2018-02-212-2/+12
* dfu: select HASHMaxime Ripard2018-01-261-0/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-044-22/+22
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-4/+4
* dfu: add common function to initiate transactionPatrick Delaunay2017-07-281-38/+34
* dfu: factorize transaction cleanupPatrick Delaunay2017-07-281-17/+11
* dfu: remove limitation on partition sizePatrick Delaunay2017-07-285-9/+9
* dfu: allow dfu read on partition greater than 2GBPatrick Delaunay2017-07-285-15/+21
* dfu: dfu_nand: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-7/+5
* dfu: dfu_sf: Fix read offsetPhil Edworthy2017-06-031-1/+2
* common: dfu: ignore reset for spl-dfuB, Ravi2017-05-121-0/+4
* dfu: align array in dfu_get_dev_type with enum dfu_device_typePatrick Delaunay2016-11-031-1/+1
* dfu: Migrate to KconfigTom Rini2016-09-271-0/+28
* nand: Fix some more NULL name testsScott Wood2016-09-011-2/+2