[U-Boot] [PATCH v2 0/4] This series implements fastboot on the "bcm28155_ap" boards.
Steve Rae
srae at broadcom.com
Mon Jul 6 21:49:37 CEST 2015
The OTG hardware is a DWC2 controller and this series uses the
existing gadget driver ("s3c_udc_otg.c").
Changes in v2:
- rebased against u-boot-dfu
JD (Jiandong) Zheng and Steve Rae (2):
usb: gadget: bcm_udc_otg files
implement Fastboot via USB OTG on bcm28155_ap boards
Steve Rae (2):
g_dnl: add missing declaration
usb: s3c-otg: support 8-bit interface
arch/arm/include/asm/arch-bcm281xx/sysmap.h | 7 ++++
board/broadcom/bcm28155_ap/bcm28155_ap.c | 40 +++++++++++++++++++++++
drivers/usb/gadget/Makefile | 1 +
drivers/usb/gadget/bcm_udc_otg.h | 17 ++++++++++
drivers/usb/gadget/bcm_udc_otg_phy.c | 50 +++++++++++++++++++++++++++++
drivers/usb/gadget/s3c_udc_otg.c | 4 +++
include/configs/bcm28155_ap.h | 21 ++++++++++++
include/g_dnl.h | 1 +
8 files changed, 141 insertions(+)
create mode 100644 drivers/usb/gadget/bcm_udc_otg.h
create mode 100644 drivers/usb/gadget/bcm_udc_otg_phy.c
--
1.8.5
More information about the U-Boot
mailing list