Re: [U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-07-02 Thread Albert ARIBAUD
Hello Tomeu, On Fri, 19 Jun 2015 17:16:21 +0200, Tomeu Vizoso tomeu.viz...@collabora.com wrote: On 18 June 2015 at 17:13, Simon Glass s...@chromium.org wrote: Hi, On 18 June 2015 at 01:19, Tomeu Vizoso tomeu.viz...@collabora.com wrote: Hello, any news on this one? Thanks,

Re: [U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-06-19 Thread Tomeu Vizoso
On 18 June 2015 at 17:13, Simon Glass s...@chromium.org wrote: Hi, On 18 June 2015 at 01:19, Tomeu Vizoso tomeu.viz...@collabora.com wrote: Hello, any news on this one? Thanks, Tomeu On 30 April 2015 at 09:23, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: +Albert, +Marek,

Re: [U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-06-18 Thread Simon Glass
Hi, On 18 June 2015 at 01:19, Tomeu Vizoso tomeu.viz...@collabora.com wrote: Hello, any news on this one? Thanks, Tomeu On 30 April 2015 at 09:23, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: +Albert, +Marek, On Tue, 2015-04-28 at 14:21 +0200, Tomeu Vizoso wrote: This

Re: [U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-06-18 Thread Tomeu Vizoso
Hello, any news on this one? Thanks, Tomeu On 30 April 2015 at 09:23, Sjoerd Simons sjoerd.sim...@collabora.co.uk wrote: +Albert, +Marek, On Tue, 2015-04-28 at 14:21 +0200, Tomeu Vizoso wrote: This could happen if we are being chainloaded by Coreboot with LPAE enabled, as is the case on

Re: [U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-04-30 Thread Sjoerd Simons
+Albert, +Marek, On Tue, 2015-04-28 at 14:21 +0200, Tomeu Vizoso wrote: This could happen if we are being chainloaded by Coreboot with LPAE enabled, as is the case on the Tegra-based Chromebooks. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com From the documentation of recent ARM

[U-Boot] [PATCH] ARM: cache-cp15: Make sure EAE is not enabled

2015-04-28 Thread Tomeu Vizoso
This could happen if we are being chainloaded by Coreboot with LPAE enabled, as is the case on the Tegra-based Chromebooks. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- arch/arm/lib/cache-cp15.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/lib/cache-cp15.c