[U-Boot] [GIT] Pull request: u-boot-dfu

Łukasz Majewski l.majewski at majess.pl
Wed Sep 13 11:07:55 UTC 2017


Dear Marek,

The following changes since commit d81a1de96e2636163783c342b8fda965e696e382:

   misc: Kconfig: Add SPL_I2C_EEPROM option (2017-09-11 22:44:30 -0400)

are available in the git repository at:

   git://git.denx.de/u-boot-dfu.git

for you to fetch changes up to 9bfa5a43ed4faeda391be5015a0d9832701102ae:

   usb: dwc2: Align size of invalidating dcache before starting DMA 
(2017-09-13 12:54:14 +0200)

----------------------------------------------------------------
Eddie Cai (4):
       usb: rockchip: add the rockusb gadget
       usb: rockchip: add rockusb command
       rockchip:usb: add a simple readme for rockusb
       rockchip: rk3288: enable rockusb support on rk3288 based device

Seung-Woo Kim (1):
       usb: dwc2: Align size of invalidating dcache before starting DMA

  arch/arm/include/asm/arch-rockchip/f_rockusb.h | 132 
+++++++++++++++++++++++++++++++++++
  arch/arm/mach-rockchip/Kconfig                 |   2 +
  cmd/Kconfig                                    |   9 +++
  cmd/Makefile                                   |   1 +
  cmd/rockusb.c                                  |  74 ++++++++++++++++++++
  configs/chromebit_mickey_defconfig             |   8 +++
  configs/chromebook_jerry_defconfig             |   8 +++
  configs/chromebook_minnie_defconfig            |   8 +++
  configs/evb-rk3288_defconfig                   |  10 +++
  configs/fennec-rk3288_defconfig                |   6 ++
  configs/firefly-rk3288_defconfig               |   6 ++
  configs/miqi-rk3288_defconfig                  |   6 ++
  configs/phycore-rk3288_defconfig               |   7 ++
  configs/popmetal-rk3288_defconfig              |   6 ++
  configs/rock2_defconfig                        |   9 +++
  configs/tinker-rk3288_defconfig                |   6 ++
  doc/README.rockusb                             |  51 ++++++++++++++
  drivers/usb/gadget/Kconfig                     |   8 +++
  drivers/usb/gadget/Makefile                    |   1 +
  drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c     |   3 +-
  drivers/usb/gadget/f_rockusb.c                 | 691 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  include/configs/rk3288_common.h                |  12 ++++
  22 files changed, 1063 insertions(+), 1 deletion(-)
  create mode 100644 arch/arm/include/asm/arch-rockchip/f_rockusb.h
  create mode 100644 cmd/rockusb.c
  create mode 100644 doc/README.rockusb
  create mode 100644 drivers/usb/gadget/f_rockusb.c


Travis CI tested:

https://travis-ci.org/lmajewski/u-boot-dfu/builds/274944050
https://travis-ci.org/lmajewski/u-boot-dfu/builds/274944178
https://travis-ci.org/lmajewski/u-boot-dfu/builds/274945208
https://travis-ci.org/lmajewski/u-boot-dfu/builds/274965975


-- 
Best regards.

Łukasz Majewski


More information about the U-Boot mailing list