u-boot-brain/drivers/dfu
Łukasz Majewski 9df49553a4 dfu:ext4:fix Fix DFU upload functionality
For the first eMMC read of data for upload, use the "large" dfu_buf (now
configurable) instead of usb request buffer allocated at composite layer
(which is 4KiB) [*].

For eMMC the whole file is read, which usually is larger than the buffer [*]
provided with usb request.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Cc: Tom Rini <trini@ti.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Heiko Schocher <hs@denx.de>
2013-07-03 08:41:23 -04:00
..
dfu_mmc.c dfu:ext4:fix Fix ext4{read|write} command formatting 2013-07-03 08:41:23 -04:00
dfu_nand.c dfu, nand: before write a buffer to nand, erase the nand sectors 2013-06-24 18:17:23 -05:00
dfu.c dfu:ext4:fix Fix DFU upload functionality 2013-07-03 08:41:23 -04:00
Makefile dfu: NAND specific routines for DFU operation 2013-04-10 15:22:24 +02:00