Re: [U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader

2013-09-19 Thread Rommel Custodio
Dear Prabhakar Kushwaha, Prabhakar Kushwaha prabhakar at freescale.com writes: snipped Thank you for the replies. You mention you use the PBL... but probably not a pblimage. The patch correctly fixes RAMBOOT_PBL as a trigger to generate the pblimage (u- boot.pbl) but there seems to

Re: [U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader

2013-09-19 Thread Prabhakar Kushwaha
On 09/20/2013 04:51 AM, Rommel Custodio wrote: Dear Prabhakar Kushwaha, Prabhakar Kushwaha prabhakar at freescale.com writes: snipped Thank you for the replies. You mention you use the PBL... but probably not a pblimage. The patch correctly fixes RAMBOOT_PBL as a trigger to generate the

Re: [U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader

2013-09-18 Thread Prabhakar Kushwaha
Thanks Rommel for checking this patch. Please find my reply in-lined On 09/18/2013 03:28 AM, Rommel Custodio wrote: Dear Prabhakar Kushwaha, Prabhakar Kushwaha prabhakar at freescale.com writes: Add support of 2 stage NAND boot loader using SPL framework. here, PBL initialise the internal

Re: [U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader

2013-09-17 Thread Rommel Custodio
Dear Prabhakar Kushwaha, Prabhakar Kushwaha prabhakar at freescale.com writes: Add support of 2 stage NAND boot loader using SPL framework. here, PBL initialise the internal SRAM and copy SPL(96K). This further initialise DDR using SPD and environment and copy u-boot(512 kb) from NAND to

[U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader

2013-09-16 Thread Prabhakar Kushwaha
Add support of 2 stage NAND boot loader using SPL framework. here, PBL initialise the internal SRAM and copy SPL(96K). This further initialise DDR using SPD and environment and copy u-boot(512 kb) from NAND to DDR. Finally SPL transer control to u-boot. Initialise/create followings required for