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

2015-10-15 Thread Albert ARIBAUD
Hello Thierry, On Thu, 20 Aug 2015 11:52:13 +0200, 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. > > Cc: Albert Aribaud > Cc: Marc Zyngier > Signed-of

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

2015-08-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. Cc: Albert Aribaud Cc: Marc Zyngier Signed-off-by: Thierry Reding --- arch/arm/include/asm/armv8/mmu.h | 4 ++-- 1 file changed, 2 ins