[U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-05 Thread Peter Vicman
Currently we need to build one U-boot image for each of the udoo variants: quad and dual-lite. By switching to SPL we can support all two variants with a single binary. Based on the SPL for wandboard. Tested with OpenELEC (Open Embedded Linux Entertainment Center) on both boards.

Re: [U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-05 Thread Stefano Babic
Hi Peter, On 05/08/2015 09:40, Peter Vicman wrote: Currently we need to build one U-boot image for each of the udoo variants: quad and dual-lite. By switching to SPL we can support all two variants with a single binary. Based on the SPL for wandboard. Tested with OpenELEC (Open

[U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-04 Thread Peter Vicman
Shouldn't we just not enable either and do like the wandboard and just dd SPL/u-boot.img? Agreed; this is also makes integration into Yocto Project easier ;-) Yes, I will update the patch if not too late. I needed u-boot.img in a FAT partition but forgot to check if dd stil works. Leason for

Re: [U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-04 Thread Robert Nelson
Just a quick comment, otherwise tested on my udoo quad/dual.. diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 910bf01..f93b67a 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -11,6 +11,10 @@ #include mx6_common.h +#define CONFIG_SPL_MMC_SUPPORT

Re: [U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-04 Thread Otavio Salvador
On Tue, Aug 4, 2015 at 3:42 PM, Robert Nelson robertcnel...@gmail.com wrote: Just a quick comment, otherwise tested on my udoo quad/dual.. diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 910bf01..f93b67a 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@

[U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-03 Thread vpeter4
Currently we need to build one U-boot image for each of the udoo variants: quad and dual-lite. By switching to SPL we can support all two variants with a single binary. Based on the SPL for wandboard. Tested with OpenELEC (Open Embedded Linux Entertainment Center) on both boards.

Re: [U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-03 Thread Stefano Babic
Hi Peter, On 03/08/2015 12:49, vpeter4 wrote: Currently we need to build one U-boot image for each of the udoo variants: quad and dual-lite. By switching to SPL we can support all two variants with a single binary. Based on the SPL for wandboard. Tested with OpenELEC (Open Embedded

Re: [U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-03 Thread Fabio Estevam
Hi Peter, On Mon, Aug 3, 2015 at 7:49 AM, vpeter4 peter.vic...@gmail.com wrote: Currently we need to build one U-boot image for each of the udoo variants: quad and dual-lite. By switching to SPL we can support all two variants with a single binary. Based on the SPL for wandboard. Tested

Re: [U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-03 Thread Stefano Babic
On 03/08/2015 15:19, Fabio Estevam wrote: Hi Peter, On Mon, Aug 3, 2015 at 7:49 AM, vpeter4 peter.vic...@gmail.com wrote: Currently we need to build one U-boot image for each of the udoo variants: quad and dual-lite. By switching to SPL we can support all two variants with a single binary.

[U-Boot] [PATCH] udoo: Switch to SPL support

2015-08-03 Thread Peter Vicman
Maybe Stefano could fix these two small issues while applying your patch. Yes, thanks for note this. I will fix them by applying, no need to repost. Thank you very much. Also thanks to Fabio for his instructions in last few days. Best regards, Peter