u-boot/drivers/usb
Remy Böhmer c0d722fe7e EHCI fix code and ixp4xx test.
USB ehci configuration parameter:

#define CONFIG_CMD_USB          1
#define CONFIG_USB_STORAGE      1
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_IXP4XX	1
#define CONFIG_EHCI_IS_TDI	1
#define CONFIG_EHCI_DESC_BIG_ENDIAN     1
#define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
#define CONFIG_LEGACY_USB_INIT_SEQ      1

2 USB Device(s) found
       scanning bus for storage devices... 0 Storage Device(s) found
=> usb tree

Device Tree:
  1  Hub (1.5MBit/s, 0mA)
  |  u-boot EHCI Host Controller
  |
  |+-2  Mass Storage (12MBit/s, 100mA)
       Sony Storage Media 0C07040930296

=>

Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
Signed-off-by: Remy Böhmer <linux@bohmer.net>
2009-01-28 19:57:28 +01:00
..
isp116x-hcd.c drivers/usb: Move conditional compilation to Makefile 2008-11-28 21:24:12 +01:00
isp116x.h drivers/usb : move usb drivers to drivers/usb 2007-11-25 23:27:38 +01:00
Makefile USB ehci freescale support 2009-01-28 19:57:27 +01:00
r8a66597-hcd.c The PIPE_INTERRUPT flag is used wrong 2008-10-14 16:43:06 +02:00
r8a66597.h Coding style cleanup, update CHANGELOG, prepare release 2008-08-12 16:08:38 +02:00
sl811.h drivers/usb : move usb drivers to drivers/usb 2007-11-25 23:27:38 +01:00
sl811_usb.c drivers/usb: Move conditional compilation to Makefile 2008-11-28 21:24:12 +01:00
usb_ehci.h EHCI fix code and ixp4xx test. 2009-01-28 19:57:28 +01:00
usb_ehci_core.c EHCI fix code and ixp4xx test. 2009-01-28 19:57:28 +01:00
usb_ehci_core.h [PATCH] Fix EHCI usb. I start to test on a 2009-01-28 19:57:27 +01:00
usb_ehci_fsl.c [PATCH] This patch add varius fix to the ehci. 2009-01-28 19:57:28 +01:00
usb_ehci_fsl.h USB ehci freescale support 2009-01-28 19:57:27 +01:00
usb_ohci.c drivers/usb: Move conditional compilation to Makefile 2008-11-28 21:24:12 +01:00
usb_ohci.h Merge git://git.denx.de/u-boot into x1 2008-10-21 09:18:01 +02:00
usbdcore.c Fix more printf() format warnings 2008-07-30 00:54:25 +02:00
usbdcore_ep0.c drivers/usb: Move conditional compilation to Makefile 2008-11-28 21:24:12 +01:00
usbdcore_mpc8xx.c drivers/usb: Move conditional compilation to Makefile 2008-11-28 21:24:12 +01:00
usbdcore_omap1510.c usbtty/omap: update to current API 2008-12-09 21:12:41 +01:00