public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] dfu: samsung: Commits to allow sending and storing large files via DFU
@ 2016-01-28 16:46 Lukasz Majewski
  2016-01-28 16:46 ` [U-Boot] [PATCH 1/2] dfu: usb: f_dfu: Set deferred call for dfu_flush() function Lukasz Majewski
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Lukasz Majewski @ 2016-01-28 16:46 UTC (permalink / raw)
  To: u-boot

Those commits allow sending and storing large files (e.g. 26 MiB) on the Odroid XU3 board.

On purpose they are sent together to shed light on the process of tunning board to
be capable of large files transfer.

I would be _REALLY_ grateful for excessive testing, since I'm not able to test this code
on NAND based devices. Please support me and test this patch for potential regressions.

This change applies on the u-boot-master tree.
SHA1: aada3d062a0cacde1e783af2ac560f2a0fdf3682

Lukasz Majewski (2):
  dfu: usb: f_dfu: Set deferred call for dfu_flush() function
  dfu: odroid xu3: Define DFU_MANIFEST_POLL_TIMEOUT to handle large
    files transmission and storage

 common/cmd_dfu.c             | 20 ++++++++++++++++++++
 drivers/usb/gadget/f_dfu.c   | 11 +++--------
 include/configs/odroid_xu3.h |  1 +
 include/dfu.h                | 25 +++++++++++++++++++++++++
 4 files changed, 49 insertions(+), 8 deletions(-)

-- 
2.0.0.rc2

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-01-29 14:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28 16:46 [U-Boot] [PATCH 0/2] dfu: samsung: Commits to allow sending and storing large files via DFU Lukasz Majewski
2016-01-28 16:46 ` [U-Boot] [PATCH 1/2] dfu: usb: f_dfu: Set deferred call for dfu_flush() function Lukasz Majewski
2016-01-28 19:03   ` Stephen Warren
2016-01-29 14:12   ` Heiko Schocher
2016-01-29 14:23     ` Lukasz Majewski
2016-01-28 16:46 ` [U-Boot] [PATCH 2/2] dfu: odroid xu3: Define DFU_MANIFEST_POLL_TIMEOUT to handle large files transmission and storage Lukasz Majewski
2016-01-29  6:19 ` [U-Boot] [PATCH 0/2] dfu: samsung: Commits to allow sending and storing large files via DFU Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox