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 wrote: > On 18 June 2015 at 17:13, Simon Glass wrote: > > Hi, > > > > On 18 June 2015 at 01:19, Tomeu Vizoso wrote: > >> > >> Hello, > >> > >> any news on this one? > >> > >> Thanks, > >> > >> Tomeu > >> > >> On 30 April 2015 at 09:2

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 wrote: > Hi, > > On 18 June 2015 at 01:19, Tomeu Vizoso wrote: >> >> Hello, >> >> any news on this one? >> >> Thanks, >> >> Tomeu >> >> On 30 April 2015 at 09:23, Sjoerd Simons >> wrote: >> > +Albert, +Marek, >> > >> > On Tue, 2015-04-28 at 14:21 +0200, Tom

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 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 the Tegra-based Chromebo

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 wrote: > > Hello, > > any news on this one? > > Thanks, > > Tomeu > > On 30 April 2015 at 09:23, Sjoerd Simons > wrote: > > +Albert, +Marek, > > > > On Tue, 2015-04-28 at 14:21 +0200, Tomeu Vizoso wrote: > >> This could happen if we are being chainload

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 >From the documentation of recent ARM cores it looks like 0 is

[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 --- arch/arm/lib/cache-cp15.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/lib/cache-cp15.c b/arch/arm/lib/cache-cp15.c inde