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

2012-01-07 Thread Mike Frysinger
On Monday 21 November 2011 09:09:35 Sebastian Andrzej Siewior wrote: > --- a/common/Makefile > +++ b/common/Makefile > > COBJS-y += usb.o > COBJS-$(CONFIG_USB_STORAGE) += usb_storage.o > endif > +COBJS-$(CONFIG_CMD_FASTBOOT) += cmd_fastboot.o > + > COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o no new

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

2011-11-23 Thread Sebastian Andrzej Siewior
* Stefan Schmidt | 2011-11-21 15:48:29 [+0100]: >Hello. Hi, >On Mon, 2011-11-21 at 15:09, Sebastian Andrzej Siewior 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. >

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

2011-11-21 Thread Stefan Schmidt
Hello. On Mon, 2011-11-21 at 15:09, Sebastian Andrzej Siewior 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. Which what hardware do you test this? So far I have only s

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

2011-11-21 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 t