Re: [U-Boot] [PATCH 3/3] dfu: Introduction of the dfu_checksum_method env variable for checksum method setting

2014-04-01 Thread Stefan Schmidt
to be compatible with the DFU spec. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-boot] DFU tools copyright

2013-07-05 Thread Stefan Schmidt
Hello. On Thu, 04 Jul 2013 22:08:12 +0100, Stefan Schmidt wrote: Hello. On Thu, 2013-07-04 at 11:37, Lukasz Majewski wrote: On Thu, 04 Jul 2013 17:20:34 +0800, tiger...@viatech.com.cn wrote: Hi, experts: I found DFU tool code had been put in drivers/dfu directory. Previously

Re: [U-Boot] [PATCH] dfu: Update DFU's authorship history

2013-07-05 Thread Stefan Schmidt
copyright does also apply. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] dfu: Update DFU's authorship history

2013-07-05 Thread Stefan Schmidt
Hello. The DFU's state machine original implementation author and copyright were missing. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Acked-by: Stefan Schmidt ste...@datenfreihafen.org --- Changes for v2: - Add the whole Harald's development history --- drivers/usb/gadget

Re: [U-Boot] [U-boot] DFU tools copyright

2013-07-04 Thread Stefan Schmidt
Harald Welte wrote. The state machine even still have the same fixmes and comments but you removed his, and maybe others, copyright here. As you definitely not wrote the code from scratch you should keep the original copyright intact and not only placing the Samsung copyright here. regards Stefan

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-28 Thread Stefan Schmidt
is nothing we can change. They don't update packages. The unstable and testing versions have 0.5 and I filled a bug for an update to 0.7 just some minutes ago. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman

Re: [U-Boot] [PULL] u-boot-usb/master

2012-12-21 Thread Stefan Schmidt
) dfu-util version 0.7 (not working): lukma@amdc308:~/work/u-boot-denx(master)$ ../dfu-util/src/dfu-util -V -v -t 0x1000 -a0 -D u-boot.bin dfu-util 0.7 Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc. Copyright 2010-2012 Tormod Volden and Stefan Schmidt This program

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-24 Thread Stefan Schmidt
post DFU patches we will add you guys on the Cc. Thanks. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-21 Thread Stefan Schmidt
will put you in CC. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-21 Thread Stefan Schmidt
feature. I just need to find some time, motivation and hardware to work on it again. Will take at leats a couple of months though before I would start anything. Just relocated to another country and still in need for a flat to rent and sort out life and work. :) regards Stefan Schmidt

[U-Boot] [REFERENCE DON'T APPLY 1/3] dfu: Add default value for bwPollTimeout

2012-04-03 Thread Stefan Schmidt
--- drivers/usb/gadget/dfu.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/dfu.c b/drivers/usb/gadget/dfu.c index 535e194..7aed344 100644 --- a/drivers/usb/gadget/dfu.c +++ b/drivers/usb/gadget/dfu.c @@ -47,6 +47,10 @@ #include malloc.h

[U-Boot] [REFERENCE DON'T APPLY 2/3] usb/gadget: Add Device Firmware Upgrade (DFU) support.

2012-04-03 Thread Stefan Schmidt
A vendor independent standard from the USB forum to upgrade firmware on devices over USB. U-Boot is seen as the device to be upgraded here and exposes the functionality over the USB gadget framework. Signed-off-by: Stefan Schmidt ste...@datenfreihafen.org --- drivers/serial/usbtty.c

[U-Boot] [REFERENCE DON'T APPLY 3/3] beagle: Enable DFU support with stub functions for now

2012-04-03 Thread Stefan Schmidt
--- board/ti/beagle/beagle.c | 17 + board/ti/beagle/config.mk |4 include/configs/omap3_beagle.h |9 - 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c index 9482c5e..e904b10

Re: [U-Boot] [PATCH 2/4] dfu: generic backend parts

2012-04-03 Thread Stefan Schmidt
with musb, it might still be wise to use the original version I posted earlier here for reference. Lets hope someone, or maybe myself in some months, will pick this up and finally bring it into mainline. regards Stefan Schmidt ___ U-Boot mailing list U

Re: [U-Boot] [PATCH 2/2] usb/gadget: add the fastboot gadget

2011-11-21 Thread Stefan Schmidt
. There is also a split between the DFU protocol and the flashing backend. Would it make sense to see if fastboot and DFU could use the same flashing backend and platform specific bits? regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-06 Thread Stefan Schmidt
would be to directly jump into DFU mode when a button is pressed. NAK. Let's stick to standard interfaces. What do you mean here? You don't want the DFU descripto available with USBTTY or you don't want to start DFU directly in DFU mode? regards Stefan Schmidt

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-06 Thread Stefan Schmidt
examples are Bluetooth and WiFi USB dongles which can be flashed this way if they. Its just that it becomes more popular as many consumer electronics device are coming with a USB port but no Ethernet these days. regards Stefan Schmidt ___ U-Boot mailing

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-03 Thread Stefan Schmidt
implementation. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-03 Thread Stefan Schmidt
this we need to review was is missing and bring it over. Not all details covered in the plan but a start. Comments? regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-03 Thread Stefan Schmidt
Hello. On Thu, 2011-11-03 at 09:44, Andrzej Pietrasiewicz wrote: On Wednesday, November 02, 2011 8:30 PM Stefan Schmidt writes: Agreed. The eMMC flashing with files on FAT is nothing goni specific. Others should be able to use this as well. I see three different parts here that can

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-03 Thread Stefan Schmidt
Hello. On Thu, 2011-11-03 at 11:33, Andrzej Pietrasiewicz wrote: On Wednesday, November 02, 2011 9:07 PM Stefan Schmidt wrote: On Wed, 2011-11-02 at 11:00, Andrzej Pietrasiewicz wrote: diff --git a/common/Makefile b/common/Makefile index ae795e0..de926d9 100644 --- a/common

[U-Boot] [RFC] Another DFU implementation

2011-11-03 Thread Stefan Schmidt
welcome here. Coding style and implementation details are likely to change. regards Stefan Schmidt Stefan Schmidt (1): usb/gadget: Add Device Firmware Upgrade (DFU) support. drivers/serial/usbtty.c | 22 +- drivers/serial/usbtty.h |6 + drivers/usb/gadget/Makefile |1

[U-Boot] [PATCH 1/1] usb/gadget: Add Device Firmware Upgrade (DFU) support.

2011-11-03 Thread Stefan Schmidt
A vendor independent standard from the USB forum to upgrade firmware on devices over USB. U-Boot is seen as the device to be upgraded here and exposes the functionality over the USB gadget framework. Signed-off-by: Stefan Schmidt ste...@datenfreihafen.org --- drivers/serial/usbtty.c | 22

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-02 Thread Stefan Schmidt
parts will be helpful here. Looking forward to work with you on this until we have good DFU support in U-Boot. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-02 Thread Stefan Schmidt
by the flashing backends. How does this sound to you? Andrzej? regards Stefan Schmidt signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] dfu: initial implementation

2011-11-02 Thread Stefan Schmidt
out the DFU protocol from the flashing parts makes sense. I would like to get some initila feedback from Remy if this should be based on the new gadget stuff or not. How would you like to proceed in getting our stuff merged and finally integrated into mainline? regards Stefan Schmidt

Re: [U-Boot] Porting U-Boot to HP TouchPad

2011-08-23 Thread Stefan Schmidt
running on the Pre mobile phone and other devices. Without source available. Not sure if this changed with the Touchpad. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [ RFC ] fastboot protocol support in u-boot

2011-08-16 Thread Stefan Schmidt
written above. Looking into novacom for some more ideas may be worth it. regards Stefan Schmidt ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [ RFC ] fastboot protocol support in u-boot

2011-08-16 Thread Stefan Schmidt
Hello. On Tue, 2011-08-16 at 09:32, John Rigby wrote: On Tue, Aug 16, 2011 at 8:47 AM, Stefan Schmidt ste...@datenfreihafen.org wrote: Given these different use cases I never seen fastboot and DFU as competitors. Personally I see DFU as a good and standardized way of _flashing_ devices

Re: [U-Boot] [ RFC ] fastboot protocol support in u-boot

2011-08-16 Thread Stefan Schmidt
Hello. On Tue, 2011-08-16 at 13:44, John Rigby wrote: On Tue, Aug 16, 2011 at 12:12 PM, Stefan Schmidt ste...@datenfreihafen.org wrote: I'm still curious though if there are practical needs for both fastboot and DFU enabled. My only point was that I would rather DFU, Fastboot