Re: [U-Boot] [PATCH] armv8: mmu: fix page table mapping

2017-11-28 Thread York Sun
On 11/27/2017 06:32 PM, Peng Fan wrote: > To page mapping the lowest 2 bits needs to be 0x3. > If not fix this, the final lowest 3 bits for page mapping is 0x1 > which is marked as reserved. > > Signed-off-by: Peng Fan > --- > arch/arm/cpu/armv8/cache_v8.c| 5 - > arch/arm/include/asm/ar

[U-Boot] [PATCH] armv8: mmu: fix page table mapping

2017-11-27 Thread Peng Fan
To page mapping the lowest 2 bits needs to be 0x3. If not fix this, the final lowest 3 bits for page mapping is 0x1 which is marked as reserved. Signed-off-by: Peng Fan --- arch/arm/cpu/armv8/cache_v8.c| 5 - arch/arm/include/asm/armv8/mmu.h | 1 + 2 files changed, 5 insertions(+), 1 del