[U-Boot] [PATCH v3 0/3] AM335x: Add USB support in u-boot.
Harman Sohanpal
harman_sohanpal at ti.com
Tue Jun 26 11:38:00 CEST 2012
These patches add USB support in u-boot for AM335x.
I have tested this code on AM335x evm and beaglebone in
the host mode using mass storage class.
For device mode, I have tested this on beaglebone using
usbtty. CONFIG_MUSB_HCD has been enabled by default
to make USB work in host mode.
Gene Zarkhin (1):
AM335x : Add USB support for AM335x in u-boot
Harman Sohanpal (2):
AM335x : Configs to add USB host support.
musb_udc : Fix compile warning.
drivers/usb/musb/Makefile | 1 +
drivers/usb/musb/am335x.c | 121 ++++++++++++++++++++++++++++++++++++++++++
drivers/usb/musb/am335x.h | 113 +++++++++++++++++++++++++++++++++++++++
drivers/usb/musb/musb_core.h | 2 +
drivers/usb/musb/musb_hcd.h | 3 -
include/configs/am335x_evm.h | 41 ++++++++++++++
include/usb.h | 3 +-
7 files changed, 280 insertions(+), 4 deletions(-)
create mode 100644 drivers/usb/musb/am335x.c
create mode 100644 drivers/usb/musb/am335x.h
More information about the U-Boot
mailing list