Re: [U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-29 Thread Stefano Babic
Hi Dirk, On 28/01/2014 17:53, Dirk Behme wrote: Just for better understanding: Do you want to keep this intentionally simple? Or is there any special reason why you don't set additional (performance) registers here? E.g. the L2 PREFETCH and POWER registers, and the tag and data latency

Re: [U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-29 Thread Fabio Estevam
Hi Stefano, On Wed, Jan 29, 2014 at 10:47 AM, Stefano Babic sba...@denx.de wrote: Hi Dirk, On 28/01/2014 17:53, Dirk Behme wrote: Just for better understanding: Do you want to keep this intentionally simple? Or is there any special reason why you don't set additional (performance)

[U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-28 Thread Fabio Estevam
Add L2 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v2: - Add L2_PL310_BASE definition in imx_regs.h Changes since v1: - Fx typo in commit log arch/arm/cpu/armv7/mx6/soc.c | 20

Re: [U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-28 Thread Stefano Babic
On 28/01/2014 15:54, Fabio Estevam wrote: Add L2 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v2: - Add L2_PL310_BASE definition in imx_regs.h Changes since v1: - Fx typo in commit log arch/arm/cpu/armv7/mx6/soc.c

Re: [U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-28 Thread Dirk Behme
Hi Fabio, Am 28.01.2014 15:54, schrieb Fabio Estevam: Add L2 cache support and enable it by default. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- Changes since v2: - Add L2_PL310_BASE definition in imx_regs.h Changes since v1: - Fx typo in commit log

Re: [U-Boot] [PATCH v3] mx6: Enable L2 cache support

2014-01-28 Thread Fabio Estevam
Hi Dirk, On Tue, Jan 28, 2014 at 2:53 PM, Dirk Behme dirk.be...@gmail.com wrote: Just for better understanding: Do you want to keep this intentionally simple? Or is there any special reason why you don't set additional (performance) registers here? E.g. the L2 PREFETCH and POWER registers,