Re: [U-Boot] [USB EHCI PATCH 0/2] USB ehci pci initial support

2008-12-17 Thread michael
Hi, Remy Bohmer wrote: Hello Michael, 2008/12/17 Michael Trimarchi trimar...@gandalf.sssup.it: Add USB ehci pci support. This patch doesn't include any pci_ids and it is not tested on real hardware. To use it add (for example) the following in the board configuration file: #define

Re: [U-Boot] [USB EHCI PATCH 0/2] USB ehci pci initial support

2008-12-17 Thread Remy Bohmer
Hello Michael, 2008/12/17 Michael Trimarchi trimar...@gandalf.sssup.it: Add USB ehci pci support. This patch doesn't include any pci_ids and it is not tested on real hardware. To use it add (for example) the following in the board configuration file: #define CONFIG_CMD_USB 1 #define

[U-Boot] [USB EHCI PATCH 0/2] USB ehci pci initial support

2008-12-17 Thread Michael Trimarchi
Add USB ehci pci support. This patch doesn't include any pci_ids and it is not tested on real hardware. To use it add (for example) the following in the board configuration file: #define CONFIG_CMD_USB 1 #define CONFIG_USB_STORAGE 1 #define CONFIG_USB_EHCI #define CONFIG_USB_EHCI_PCI 1 #define