Re: [U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming

2015-07-03 Thread Marc Zyngier
Hi Albert, On 02/07/15 22:06, Albert ARIBAUD wrote: > Hello Marc, > > On Fri, 20 Mar 2015 18:13:26 +, Marc Zyngier > wrote: >> On 20/03/15 11:47, Thierry Reding wrote: >>> From: Thierry Reding >>> >>> Use the inner shareable attribute for memory, which makes more sense >>> considering that

Re: [U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming

2015-07-02 Thread Albert ARIBAUD
Hello Marc, On Fri, 20 Mar 2015 18:13:26 +, Marc Zyngier wrote: > On 20/03/15 11:47, Thierry Reding wrote: > > From: Thierry Reding > > > > Use the inner shareable attribute for memory, which makes more sense > > considering that this code is called when caches are being enabled. > > > > W

Re: [U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming

2015-03-24 Thread FengHua
> -Original Messages- > From: "Thierry Reding" > Sent Time: 2015-03-20 19:47:50 (Friday) > To: u-boot@lists.denx.de > Cc: "Marc Zyngier" > Subject: [U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming > > From: Thierry Reding >

Re: [U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming

2015-03-20 Thread Marc Zyngier
On 20/03/15 11:47, Thierry Reding wrote: > From: Thierry Reding > > Use the inner shareable attribute for memory, which makes more sense > considering that this code is called when caches are being enabled. > > While at it, fix the values for the shareability attribute field to > match the docum

[U-Boot] [PATCH 3/6] armv8/mmu: Clean up TCR programming

2015-03-20 Thread Thierry Reding
From: Thierry Reding Use the inner shareable attribute for memory, which makes more sense considering that this code is called when caches are being enabled. While at it, fix the values for the shareability attribute field to match the documentation. Cc: Albert Aribaud Cc: Marc Zyngier Signed