]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm64: Remove non-full-va map code
authorAlexander Graf <agraf@suse.de>
Fri, 4 Mar 2016 00:09:54 +0000 (01:09 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Mar 2016 19:13:10 +0000 (15:13 -0400)
commit7985cdf74b280f86a1c7440298a84f1fb2876fd9
treebf567412991af90c220b90b59051d97bd5819c6d
parent21845825608af7fbc5513e4fbf812426df437302
arm64: Remove non-full-va map code

By now the code to only have a single page table level with 64k page
size and 42 bit address space is no longer used by any board in tree,
so we can safely remove it.

To clean up code, move the layerscape mmu code to the new defines,
removing redundant field definitions.

Signed-off-by: Alexander Graf <agraf@suse.de>
12 files changed:
arch/arm/cpu/armv8/cache_v8.c
arch/arm/cpu/armv8/fsl-layerscape/cpu.c
arch/arm/include/asm/arch-fsl-layerscape/cpu.h
arch/arm/include/asm/armv8/mmu.h
arch/arm/include/asm/global_data.h
arch/arm/include/asm/system.h
doc/README.arm64
include/configs/hikey.h
include/configs/tegra210-common.h
include/configs/thunderx_88xx.h
include/configs/vexpress_aemv8a.h
include/configs/xilinx_zynqmp.h