Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-31 Thread Stefano Babic
On 30/09/2013 18:16, Fabio Estevam wrote: > Enable L2 cache for improving the system performance. > > Signed-off-by: Fabio Estevam > --- Applied to u-boot-imx, thanks ! Best regards, Stefano Babic -- = DENX Software Enginee

Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-31 Thread Stefano Babic
Hi Fabio, On 31/10/2013 17:07, Fabio Estevam wrote: > Hi Stefano, > > On Wed, Oct 2, 2013 at 11:45 AM, Stefano Babic wrote: > >> Ok, understood, thanks - I'll pick up this one for the next PR. > > I still don't see this patch applied yet. > Sorry, I will apply it. Thanks for remind, Stefano

Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-31 Thread Fabio Estevam
Hi Stefano, On Wed, Oct 2, 2013 at 11:45 AM, Stefano Babic wrote: > Ok, understood, thanks - I'll pick up this one for the next PR. I still don't see this patch applied yet. Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists.denx.de http://

Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-02 Thread Stefano Babic
Hi Fabio, On 02/10/2013 15:43, Fabio Estevam wrote: > Hi Stefano, > > On Wed, Oct 2, 2013 at 5:36 AM, Stefano Babic wrote: > >> This is a repost from a your previous patch on August, 19th, where you >> report slow tftp transfer even with L2-cache enable. Was this issue >> solved or it is comple

Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-02 Thread Fabio Estevam
Hi Stefano, On Wed, Oct 2, 2013 at 5:36 AM, Stefano Babic wrote: > This is a repost from a your previous patch on August, 19th, where you > report slow tftp transfer even with L2-cache enable. Was this issue > solved or it is completeley unrelated to the cache ? Actually the motivation for send

Re: [U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-10-02 Thread Stefano Babic
Hi Fabio, On 30/09/2013 18:16, Fabio Estevam wrote: > Enable L2 cache for improving the system performance. > > Signed-off-by: Fabio Estevam > --- > arch/arm/cpu/armv7/mx5/lowlevel_init.S | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/cpu/armv7/mx5/lowlevel_init.S > b

[U-Boot] [PATCH] ARM: mx5: Enable L2 cache

2013-09-30 Thread Fabio Estevam
Enable L2 cache for improving the system performance. Signed-off-by: Fabio Estevam --- arch/arm/cpu/armv7/mx5/lowlevel_init.S | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/cpu/armv7/mx5/lowlevel_init.S b/arch/arm/cpu/armv7/mx5/lowlevel_init.S index fc7c767..e4cd85c 100644 -