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

2011-12-01 Thread Wolfgang Denk
Dear Tapani Utriainen, In message <20111201193351.657780c1@myhost> you wrote: > > The only dark cloud is this u-boot cannot act as a direct replacement for > the one we have, because of failures to mount USBv3 devices on the Twister > board using our (ancient, but still the latest released) 2.6.

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

2011-12-01 Thread Tapani Utriainen
On Wed, 30 Nov 2011 09:53:39 +0100 Stefano Babic wrote: > On 30/11/2011 00:18, Tom Rini wrote: > > > With this, and Wolfgang's change made in a v3, are you and Tapani > > otherwise in agreement for how this looks going in? > > Yes, I think so. Tapani, I also changed in V2 the default way to boo

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

2011-11-30 Thread Stefano Babic
On 30/11/2011 00:18, Tom Rini wrote: > On Thu, Nov 24, 2011 at 8:44 AM, Stefano Babic wrote: >> The twister board is a development board using >> the TAM3517 SOM. >> >> Support for NAND, 2 Ethernet (EMAC and SMC911), >> USB (EHCI_OMAP). > [snip] >> +#if defined(CONFIG_GENERIC_MMC) && defined(CONFI

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

2011-11-29 Thread Tom Rini
On Thu, Nov 24, 2011 at 8:44 AM, Stefano Babic wrote: > The twister board is a development board using > the TAM3517 SOM. > > Support for NAND, 2 Ethernet (EMAC and SMC911), > USB (EHCI_OMAP). [snip] > +#if defined(CONFIG_GENERIC_MMC) && defined(CONFIG_OMAP_HSMMC) && \ > +       !defined(CONFIG_SP

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

2011-11-24 Thread Wolfgang Denk
Dear Stefano Babic, In message <1322149442-16555-2-git-send-email-sba...@denx.de> you wrote: > The twister board is a development board using > the TAM3517 SOM. > > Support for NAND, 2 Ethernet (EMAC and SMC911), > USB (EHCI_OMAP). ... Nitpick: > +#define xstr(s) str(s) > +#define str(s)

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

2011-11-24 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 V1: - drop unuseful comments (W. Denk) - drop postal address (g