From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Fri, 11 Sep 2015 09:39:30 +0200 Subject: [U-Boot] [U-Boot, v5, 3/3] at91, taurus, smartweb: add dfu support In-Reply-To: <1441705972-1233-4-git-send-email-hs@denx.de> (from Heiko Schocher on Tue, 8 Sep 2015 11:52:52 +0200) References: <1441705972-1233-4-git-send-email-hs@denx.de> Message-ID: <1441957170-31912-1-git-send-email-andreas.devel@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Heiko Schocher, Heiko Schocher writes: >[root at pollux dfu-util]# ./src/dfu-util -l >dfu-util 0.8 > >Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. >Copyright 2010-2014 Tormod Volden and Stefan Schmidt >This program is Free Software and has ABSOLUTELY NO WARRANTY >Please report bugs to dfu-util at lists.gnumonks.org > >Found DFU: [0908:02d2] ver=0212, devnum=119, cfg=1, intf=0, alt=0, name="Linux", serial="UNKNOWN" >[root at pollux dfu-util]# > >Signed-off-by: Heiko Schocher >Acked-by: Lukasz Majewski >--- > >Changes in v5: >- rebase with current mainline > commit efde6a579fe: "Prepare v2015.10-rc3" > >Changes in v4: >- rebase after taurus board changes > >Changes in v3: None >Changes in v2: >- rebase to bd48c0617b5c7212e5bf22169e716da878842da4 >- fix changes introduced through commit: > 01acd6abbdd5: usb: USB download gadget and functions config options coherent naming >- add comments from Lukasz Majewski >- use SZ_X defines > > board/siemens/smartweb/smartweb.c | 29 +++++++++++++++++++++ > board/siemens/taurus/taurus.c | 27 ++++++++++++++++++++ > include/configs/smartweb.h | 53 +++++++++++++++++++++++++++++---------- > include/configs/taurus.h | 30 ++++++++++++++++++++-- > 4 files changed, 124 insertions(+), 15 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bie?mann