Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Stefano Babic
On 14/01/2012 15:25, Tom Rini wrote: > So what happened is I accidentally put this board into u-boot-ti/next > a while back, before the USB changes went in, without realizing it. > The reason the USB changes haven't gone in, still, is that they've > been made more generic (as the IP block is share

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Tom Rini
On Sat, Jan 14, 2012 at 1:47 AM, Albert ARIBAUD wrote: > (re-sent due to the U-Boot MX rejecting my provider's servers -- again) > > Hi Stefano, > > Le 01/12/2011 10:56, Stefano Babic a écrit : >> >> The twister board is a development board using >> the TAM3517 SOM. > > > I see this match made it

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Albert ARIBAUD
Le 14/01/2012 11:15, Stefano Babic a écrit : On 14/01/2012 11:06, Albert ARIBAUD wrote: Board then compiles but with warnings for 4 declared but unused symbols. I see also the warnings, they are related to a couple of drivers (NAND). They need a clean-up patch to fix them. Considering that

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Stefano Babic
On 14/01/2012 11:06, Albert ARIBAUD wrote: > > Board then compiles but with warnings for 4 declared but unused symbols. I see also the warnings, they are related to a couple of drivers (NAND). They need a clean-up patch to fix them. > Considering that all it does is adding a new EHCI driver, th

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Albert ARIBAUD
Hi Stefano, Le 14/01/2012 10:48, Stefano Babic a écrit : On 14/01/2012 09:47, Albert ARIBAUD wrote: (re-sent due to the U-Boot MX rejecting my provider's servers -- again) Hi Stefano, Hi Albert, hi Tom, drivers/usb/host/libusb_host.o: In function `usb_lowlevel_init': /home/uboot/src/u-boo

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Stefano Babic
On 14/01/2012 09:47, Albert ARIBAUD wrote: > (re-sent due to the U-Boot MX rejecting my provider's servers -- again) > > Hi Stefano, > Hi Albert, hi Tom, >> drivers/usb/host/libusb_host.o: In function `usb_lowlevel_init': >> /home/uboot/src/u-boot-arm/drivers/usb/host/ehci-hcd.c:814: undefined

Re: [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2012-01-14 Thread Albert ARIBAUD
(re-sent due to the U-Boot MX rejecting my provider's servers -- again) Hi Stefano, Le 01/12/2011 10:56, Stefano Babic a écrit : The twister board is a development board using the TAM3517 SOM. I see this match made it in IMX then ARM, but it seems not to build here either with ELDK 4.2 or li

[U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

2011-12-01 Thread Stefano Babic
The twister board is a development board using the TAM3517 SOM. Support for NAND, 2 Ethernet (EMAC and SMC911), USB (EHCI_OMAP). Signed-off-by: Stefano Babic CC: Tapani Utrianen CC: Tom Rini CC: Sandeep Paulraj --- Changes since V2: - drop GENERIC_MMC because already included by OMAP_HSMMC