nios2: Memory management
authorLey Foon Tan <lftan@altera.com>
Thu, 6 Nov 2014 07:19:41 +0000 (15:19 +0800)
committerLey Foon Tan <lftan@altera.com>
Mon, 8 Dec 2014 04:55:51 +0000 (12:55 +0800)
commit5ccc6af5e88efdd0c7facba64078d8d61de9012b
tree88f9375353cfd8ae22f9e844ef01a5c7fd4dd4f8
parent771a0163c0bda4a379b79bd573693aa88c0d47b7
nios2: Memory management

This patch contains the initialisation of the memory blocks, MMU
attributes and the memory map.

Signed-off-by: Ley Foon Tan <lftan@altera.com>
arch/nios2/include/asm/mmu.h [new file with mode: 0644]
arch/nios2/include/asm/page.h [new file with mode: 0644]
arch/nios2/include/asm/uaccess.h [new file with mode: 0644]
arch/nios2/mm/init.c [new file with mode: 0644]
arch/nios2/mm/uaccess.c [new file with mode: 0644]