[U-Boot] [PATCH] mx6: Fix cacheline size

2014-08-21 Thread Fabio Estevam
mx6 is an armv7 which has 64-byte cacheline size. Without this fix we are not able to get the FEC driver to work on mx6solox. 64-byte cacheline is also used by the kernel on ARMv7, so fix it accordingly. Signed-off-by: Fabio Estevam fabio.este...@freescale.com ---

Re: [U-Boot] [PATCH] mx6: Fix cacheline size

2014-08-21 Thread Marek Vasut
On Thursday, August 21, 2014 at 07:10:02 PM, Fabio Estevam wrote: mx6 is an armv7 which has 64-byte cacheline size. Without this fix we are not able to get the FEC driver to work on mx6solox. 64-byte cacheline is also used by the kernel on ARMv7, so fix it accordingly. It's not a kernel

Re: [U-Boot] [PATCH] mx6: Fix cacheline size

2014-08-21 Thread Fabio Estevam
On Thu, Aug 21, 2014 at 2:14 PM, Marek Vasut ma...@denx.de wrote: On Thursday, August 21, 2014 at 07:10:02 PM, Fabio Estevam wrote: mx6 is an armv7 which has 64-byte cacheline size. Without this fix we are not able to get the FEC driver to work on mx6solox. 64-byte cacheline is also used by

Re: [U-Boot] [PATCH] mx6: Fix cacheline size

2014-08-21 Thread Fabio Estevam
On Thu, Aug 21, 2014 at 2:14 PM, Marek Vasut ma...@denx.de wrote: On Thursday, August 21, 2014 at 07:10:02 PM, Fabio Estevam wrote: mx6 is an armv7 which has 64-byte cacheline size. Without this fix we are not able to get the FEC driver to work on mx6solox. 64-byte cacheline is also used by

Re: [U-Boot] [PATCH] mx6: Fix cacheline size

2014-08-21 Thread Benoît Thébaudeau
Hi Fabio, On Thu, Aug 21, 2014 at 9:11 PM, Fabio Estevam feste...@gmail.com wrote: On Thu, Aug 21, 2014 at 2:14 PM, Marek Vasut ma...@denx.de wrote: On Thursday, August 21, 2014 at 07:10:02 PM, Fabio Estevam wrote: mx6 is an armv7 which has 64-byte cacheline size. Without this fix we are not

Re: [U-Boot] [PATCH] mx6: Fix cacheline size

2014-08-21 Thread Fabio Estevam
Hi Benoît, On Thu, Aug 21, 2014 at 5:13 PM, Benoît Thébaudeau benoit.thebaudeau@gmail.com wrote: Yes, it's always 32 bytes for Cortex-A9. But does mx6solox really have a standard Cortex-A9 core like all the currently released i.MX6 SoCs (which seems to be the case according to