]> git.baikalelectronics.ru Git - uboot.git/commit
armv8: mmu: fix page table mapping
authorPeng Fan <peng.fan@nxp.com>
Tue, 28 Nov 2017 02:31:28 +0000 (10:31 +0800)
committerTom Rini <trini@konsulko.com>
Mon, 4 Dec 2017 15:23:52 +0000 (10:23 -0500)
commit28fb42a5840c8e8da8943b2b34e628bd1dcafeb4
tree459dbae28fa78fa410dd18d3bd8e4f12c56fa0fb
parentffde86ffc57ddc30909016562b8371d12bc9d876
armv8: mmu: fix page table mapping

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 <peng.fan@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/cpu/armv8/cache_v8.c
arch/arm/include/asm/armv8/mmu.h