public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] DFU on am35xx_evm (against u-boot-usb)
@ 2012-11-28 12:43 Pantelis Antoniou
  2012-11-28 12:43 ` [U-Boot] [PATCH 1/9] Remove obsolete header file Pantelis Antoniou
                   ` (8 more replies)
  0 siblings, 9 replies; 32+ messages in thread
From: Pantelis Antoniou @ 2012-11-28 12:43 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2012-11-29  6:30 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28 12:43 [U-Boot] [PATCH 0/9] DFU on am35xx_evm (against u-boot-usb) Pantelis Antoniou
2012-11-28 12:43 ` [U-Boot] [PATCH 1/9] Remove obsolete header file Pantelis Antoniou
2012-11-27 16:45   ` Tom Rini
2012-11-27 22:00     ` Marek Vasut
2012-11-28  3:01       ` Tom Rini
2012-11-28 12:43 ` [U-Boot] [PATCH 2/9] Fix bug when both DFU & ETHER are defined Pantelis Antoniou
2012-11-28  2:43   ` Marek Vasut
2012-11-28  8:24     ` Pantelis Antoniou
2012-11-29  6:30       ` Marek Vasut
2012-11-28 12:43 ` [U-Boot] [PATCH 3/9] Only perform DFU board_usb_init() for TRATS Pantelis Antoniou
2012-11-28  2:45   ` Marek Vasut
2012-11-28  8:26     ` Pantelis Antoniou
2012-11-29  6:28       ` Marek Vasut
2012-11-28 12:43 ` [U-Boot] [PATCH 4/9] Fix crash when wrong number of arguments given Pantelis Antoniou
2012-11-28 12:43 ` [U-Boot] [PATCH 5/9] Generate appropriate responses for DFU Pantelis Antoniou
2012-11-28  2:46   ` Marek Vasut
2012-11-28  8:27     ` Pantelis Antoniou
2012-11-28 12:43 ` [U-Boot] [PATCH 6/9] Properly zero out timeout value Pantelis Antoniou
2012-11-28  2:46   ` Marek Vasut
2012-11-28  8:28     ` Pantelis Antoniou
2012-11-28 10:23       ` Marek Vasut
2012-11-28 12:44 ` [U-Boot] [PATCH 7/9] Add a partition type target Pantelis Antoniou
2012-11-28  2:48   ` Marek Vasut
2012-11-28  8:31     ` Pantelis Antoniou
2012-11-28  9:22       ` Marek Vasut
2012-11-28 12:44 ` [U-Boot] [PATCH 8/9] Issue connect/disconnect as appropriate Pantelis Antoniou
2012-11-28  2:50   ` Marek Vasut
2012-11-28  3:03     ` Tom Rini
2012-11-28 12:44 ` [U-Boot] [PATCH 9/9] Add DFU config Pantelis Antoniou
2012-11-28  2:52   ` Marek Vasut
2012-11-28  3:04     ` Tom Rini
2012-11-28  8:32       ` Pantelis Antoniou

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