[U-Boot] [U-Boot PATCH V2 0/8] introduce Rockchip rockusb

Michael Nazzareno Trimarchi michael at amarulasolutions.com
Sun Apr 16 16:02:02 UTC 2017


Hi

On Sun, Apr 16, 2017 at 5:48 PM, Eddie Cai <eddie.cai.linux at gmail.com> 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
>
> Eddie Cai (8):
>   usb: ums: split macro and data struct in f_mass_storage.c
>   usb: ums: merge storage_common.c into f_mass_storage.c
>   usb: ums: remove static declaration of some ums functions
>   usb: ums: add functions to set and get usb interface descriptor
>   usb: ums: add do_extra_command
>   cmd: add rockusb command
>   rockchip: config: enable rockusb support on rk3288 based board
>   rockusb: add a simple readme
>

Sorry cover email arrive now ;)

Michael

>  cmd/Kconfig                         |   5 +
>  cmd/Makefile                        |   1 +
>  cmd/rockusb.c                       | 383 ++++++++++++++++++++++++++++++++++++
>  configs/evb-rk3288_defconfig        |   2 +
>  configs/fennec-rk3288_defconfig     |   1 +
>  configs/firefly-rk3288_defconfig    |   1 +
>  configs/miqi-rk3288_defconfig       |   1 +
>  configs/popmetal-rk3288_defconfig   |   1 +
>  configs/rock2_defconfig             |   2 +
>  configs/sandbox_defconfig           |   1 +
>  configs/tinker-rk3288_defconfig     |   1 +
>  doc/README.rockusb                  |  35 ++++
>  drivers/usb/gadget/f_mass_storage.c | 356 ++++++++++++++++++++++-----------
>  drivers/usb/gadget/storage_common.c | 238 ----------------------
>  include/f_mass_storage.h            | 117 +++++++++++
>  15 files changed, 797 insertions(+), 348 deletions(-)
>  create mode 100644 cmd/rockusb.c
>  create mode 100644 doc/README.rockusb
>  delete mode 100644 drivers/usb/gadget/storage_common.c
>
> --
> 2.10.2
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot



-- 
| Michael Nazzareno Trimarchi                     Amarula Solutions BV |
| COO  -  Founder                                      Cruquiuskade 47 |
| +31(0)851119172                                 Amsterdam 1018 AM NL |
|                  [`as] http://www.amarulasolutions.com               |


More information about the U-Boot mailing list