[U-Boot] [PATCH 0/9] DFU on am35xx_evm (against u-boot-usb)
Pantelis Antoniou
panto at antoniou-consulting.com
Wed Nov 28 13:43:53 CET 2012
This patchset fixes various problems in the u-boot DFU implementation
and supports it on the am35xx_evm.
This patchset is against the u-boot-usb tree.
Pantelis Antoniou (9):
[usb-gadget] Remove obsolete header file
[usb-gadget] Fix bug when both DFU & ETHER are defined
[dfu] Only perform DFU board_usb_init() for TRATS
[dfu] Fix crash when wrong number of arguments given
[dfu] Generate appropriate responses for DFU
[dfu] Properly zero out timeout value
[dfu] Add a partition type target
[dfu] Issue connect/disconnect as appropriate
[am335x_evm] Add DFU config
common/cmd_dfu.c | 5 ++++-
drivers/dfu/dfu_mmc.c | 29 +++++++++++++++++++++++++++++
drivers/usb/gadget/Makefile | 13 +++++++++++--
drivers/usb/gadget/composite.c | 9 +++++++++
drivers/usb/gadget/ep0.c | 1 +
drivers/usb/gadget/f_dfu.c | 4 +++-
drivers/usb/gadget/g_dnl.c | 9 ++++++++-
include/configs/am335x_evm.h | 27 +++++++++++++++++++++++++++
include/g_dnl.h | 1 -
9 files changed, 92 insertions(+), 6 deletions(-)
--
1.7.12
More information about the U-Boot
mailing list