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

2012-05-28 Thread Macpaul Lin
Hi Wolfgang and Mike, missing comment block with license/copyright/etc... -mike [strip] Are you 100% sure this is a GPLv2+ compatible license??? I don't think so... [strip] For U-Boot, we need GPLv2+. Please see bullet # 3 at http://www.denx.de/wiki/view/U

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

2011-09-16 Thread Sebastian Andrzej Siewior
This patch contains an implementation of the fastboot protocol on the device side and a little of documentation. The gadget expects the new-style gadget framework. The gadget implements the getvar, reboot, download and reboot commands. What is missing is the flash handling i.e. writting the image

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

2011-09-16 Thread Wolfgang Denk
Dear Sebastian Andrzej Siewior, In message 1316191879-27214-3-git-send-email-bige...@linutronix.de you wrote: This patch contains an implementation of the fastboot protocol on the device side and a little of documentation. The gadget expects the new-style gadget framework. The gadget