summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/pgtable64.h
Commit message (Collapse)AuthorAgeFilesLines
* arm: cpu: add basic arm64 mmu supportRaphael Poggi2016-07-061-0/+140
This commit adds basic mmu support, ie: - DMA cache handling is not supported - Remapping memory region also The current mmu setting is: - 4KB granularity - 3 level lookup (skipping L0) - 33 bits per VA This is based on coreboot and u-boot mmu configuration. Signed-off-by: Raphael Poggi <poggi.raph@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>