Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-16 Thread Stefano Babic
On 15/08/2012 20:11, Benoît Thébaudeau wrote: Hi Stefano, Hi Benoît, I understand this part as the mx35 goes on to copy the whole image, depending on the size set into the header, to the address specified in the table itself. There is no limitation. Exactly in the same way it works on

Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-15 Thread Benoît Thébaudeau
Hi Stefano, On 08/14/2012 04:29:04 PM, Benoît Thébaudeau wrote: Hi Stefano, On 14/08/2012 13:13, Benoît Thébaudeau wrote: Hi Stefano, Hi Benoît, We have currently only two boards supporting this mechanismus, using MX25 (karo tx25) and MX31. Both MX25 and MX31 have an

Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-14 Thread Stefano Babic
On 13/08/2012 22:48, Benoît Thébaudeau wrote: This patches fixes the TODO to use same register definitions in mtd mxc_nand and nand_spl fsl nfc drivers. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Scott Wood scottw...@freescale.com Cc: Stefano Babic sba...@denx.de

Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-14 Thread Benoît Thébaudeau
Hi Stefano, On 13/08/2012 22:48, Benoît Thébaudeau wrote: This patches fixes the TODO to use same register definitions in mtd mxc_nand and nand_spl fsl nfc drivers. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Scott Wood scottw...@freescale.com Cc: Stefano

Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-14 Thread Stefano Babic
On 14/08/2012 12:15, Benoît Thébaudeau wrote: Then, I don't know what to do with these patches. I see two main points in your patches. You cleanup mxc-nand code and add support for i.MX5. This is one topic, and it can go on. Note that this is not a new implementation, but only an enhancement

Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-14 Thread Benoît Thébaudeau
Hi Stefano, On 14/08/2012 12:15, Benoît Thébaudeau wrote: Then, I don't know what to do with these patches. I see two main points in your patches. You cleanup mxc-nand code and add support for i.MX5. This is one topic, and it can go on. OK, but then do you want to keep the register

Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-14 Thread Stefano Babic
On 14/08/2012 13:13, Benoît Thébaudeau wrote: Hi Stefano, Hi Benoît, We have currently only two boards supporting this mechanismus, using MX25 (karo tx25) and MX31. Both MX25 and MX31 have an internal RAM (128KB) that is is suitable for installing the SPL. Note that TI SOCs have less RAM

Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-14 Thread Benoît Thébaudeau
Hi Stefano, On 14/08/2012 13:13, Benoît Thébaudeau wrote: Hi Stefano, Hi Benoît, We have currently only two boards supporting this mechanismus, using MX25 (karo tx25) and MX31. Both MX25 and MX31 have an internal RAM (128KB) that is is suitable for installing the SPL. Note that

Re: [U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-14 Thread Scott Wood
On 08/14/2012 03:37 AM, Stefano Babic wrote: On 13/08/2012 22:48, Benoît Thébaudeau wrote: This patches fixes the TODO to use same register definitions in mtd mxc_nand and nand_spl fsl nfc drivers. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Scott Wood

[U-Boot] [PATCH 01/13] mxc nand: Merge mtd and spl register definitions

2012-08-13 Thread Benoît Thébaudeau
This patches fixes the TODO to use same register definitions in mtd mxc_nand and nand_spl fsl nfc drivers. Signed-off-by: Benoît Thébaudeau benoit.thebaud...@advansee.com Cc: Scott Wood scottw...@freescale.com Cc: Stefano Babic sba...@denx.de --- .../drivers/mtd/nand/mxc_nand.c