Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Stefan Roese
On 14.11.2013 19:16, Tom Rini wrote: Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the Thunder baseboard. Currently this is only tested with the TAO3530 SOM revision (Ax/Bx). Tested by booting via MMC and NAND. Signed-off-by: St

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/14/2013 12:47 PM, Stefan Roese wrote: > Hi Tom, > > On 14.11.2013 18:18, Tom Rini wrote: >> On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: >> >>> Add SPL support for the Technexion TAO3530 SOM to replace >>> x-loader. Tested wit

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Stefan Roese
Hi Tom, On 14.11.2013 18:18, Tom Rini wrote: > On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: > >> Add SPL support for the Technexion TAO3530 SOM to replace >> x-loader. Tested with the Thunder baseboard. Currently this is >> only tested with the TAO3530 SOM revision (Ax/Bx). >> >>

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tom Rini
On Tue, Nov 12, 2013 at 01:15:00PM +0100, Stefan Roese wrote: > Add SPL support for the Technexion TAO3530 SOM to replace > x-loader. Tested with the Thunder baseboard. Currently this is > only tested with the TAO3530 SOM revision (Ax/Bx). > > Tested by booting via MMC and NAND. > > Signed-off-b

Re: [U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-14 Thread Tapani Utriainen
SPL works also on TAO-3530 rev Cx (using mmc and Tsunami baseboard). Tested-by: Tapani Utriainen On Tue, 12 Nov 2013 13:15:00 +0100 Stefan Roese wrote: > Add SPL support for the Technexion TAO3530 SOM to replace > x-loader. Tested with the Thunder baseboard. Currently this is > only tested wi

[U-Boot] [PATCH 2/5] arm: omap3: Add SPL support to tao3530

2013-11-12 Thread Stefan Roese
Add SPL support for the Technexion TAO3530 SOM to replace x-loader. Tested with the Thunder baseboard. Currently this is only tested with the TAO3530 SOM revision (Ax/Bx). Tested by booting via MMC and NAND. Signed-off-by: Stefan Roese Cc: Tapani Utriainen Cc: Thorsten Eisbein Cc: Tom Rini --