On Wed, 15 Mar 2017 17:31:27 +0800 Eddie Cai <[email protected]> wrote:
> Hi Lukasz > > 2017-03-15 17:06 GMT+08:00 Lukasz Majewski <[email protected]>: > > > On Wed, 15 Mar 2017 15:56:02 +0800 > > Eddie Cai <[email protected]> wrote: > > > > > rockusb is a protocol run between host pc and device. it help > > > people get device info, flash image to device. this patch > > > implement rockusb on device side. > > > > Thank you for your patch. I will review it shortly. > > > > If I might ask - is there any high-level documentation (pdf, > > webpage, etc) describing this protocol? > > > > If yes, please add some very short entry to ./doc repository > > (e.g. ./doc/README.rockusb). > > > Thanks for your quick reply. I will add README.rockusb in next > version. Great :-) As a reference, you can look to ./doc/README.dfutftp > > > > > > > > > Eddie Cai (3): > > > drivers: usb: gadget: add the rockusb gadget > > > cmd: add rockusb command > > > rockchip: rk3288: enable rockusb support on rk3288 based device > > > > > > cmd/Kconfig | 12 + > > > cmd/Makefile | 1 + > > > cmd/rockusb.c | 79 ++++ > > > drivers/usb/gadget/Makefile | 1 + > > > drivers/usb/gadget/f_rockusb.c | 801 > > > ++++++++++++++++++++++++++++++++++++++++ > > > include/configs/rk3288_common.h | 4 + > > > include/rockusb.h | 13 + 7 files changed, 911 > > > insertions(+) create mode 100644 cmd/rockusb.c > > > create mode 100644 drivers/usb/gadget/f_rockusb.c > > > create mode 100644 include/rockusb.h > > > > > > > > > Best regards, > > > > Lukasz Majewski > > > > -- > > > > DENX Software Engineering GmbH, Managing Director: Wolfgang > > Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, > > Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: > > [email protected] > > Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

