u-boot-brain/drivers/dfu
Marek Szyprowski c2a1e3dbf8 dfu: mmc: remove file size limit for io operations
Add support for operations on files larger than
CONFIG_SYS_DFU_MAX_FILE_SIZE. The buffered io mechanism is still used for
aggregating io requests, so for files up to CONFIG_SYS_DFU_MAX_FILE_SIZE
nothing is changed and they will be handled in a single filesystem call.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
2020-01-29 18:30:33 +01:00
..
dfu_mmc.c dfu: mmc: remove file size limit for io operations 2020-01-29 18:30:33 +01:00
dfu_mtd.c dfu: add partition support for MTD backend 2019-10-31 12:12:31 +01:00
dfu_nand.c dfu: dfu_nand: reduce verbosity 2019-10-31 12:12:31 +01:00
dfu_ram.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dfu_sf.c dfu: sf: add partition support for nor backend 2019-10-31 12:12:31 +01:00
dfu_tftp.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dfu_virt.c dfu: add DFU virtual backend 2019-10-31 12:12:31 +01:00
dfu.c dfu: Add optional timeout parameter 2020-01-07 14:37:50 +01:00
Kconfig dfu: Add optional timeout parameter 2020-01-07 14:37:50 +01:00
Makefile dfu: add DFU virtual backend 2019-10-31 12:12:31 +01:00