
-----Original Message----- From: Sun York-R58495 Sent: Thursday, January 15, 2015 12:16 AM To: Mehresh Ramneek-B31383; u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] ls1:config: Add USB support for ls1021atwr
On 12/17/2014 03:08 PM, York Sun wrote:
On 10/21/2014 04:36 AM, Ramneek Mehresh wrote:
Add USB EHCI/XHCI support for ls1021atwr platform and making xHCI as default mode
Signed-off-by: Ramneek Mehresh ramneek.mehresh@freescale.com
include/configs/ls1021atwr.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+)
Please verify this patch on the latest u-boot. I saw compiling errors.
Please fix. This patch cause compiling errors on all ls1021atwr boards. If this patch depends on other patches, please put into comment so I can apply them in order.
Hi York, this patch depends on http://patchwork.ozlabs.org/patch/373593/ which is under review, and has comments from Marex. For this patch, we have dependency on IP team, and that's taking lot of time
+drivers/usb/host/built-in.o: In function `usb_lowlevel_init': +drivers/usb/host/xhci.c:948: undefined reference to `xhci_hcd_init' +drivers/usb/host/built-in.o: In function `usb_lowlevel_stop': +drivers/usb/host/xhci.c:1025: undefined reference to `xhci_hcd_stop' +arm-linux-gnueabi-ld.bfd: BFD (GNU Binutils for Ubuntu) 2.22 assertion +fail ../../bfd/elf32-arm.c:7498 +arm-linux-gnueabi-ld.bfd: BFD (GNU Binutils for Ubuntu) 2.22 assertion +fail ../../bfd/elf32-arm.c:13830 +make[1]: *** [u-boot] Error 139 +make: *** [sub-make] Error 2
York