arch/riscv: Don't set up virtual memory
commitb26759d703b636d1462d31cfa38fd3b3d8c90bfe
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Fri, 16 Feb 2018 12:36:46 +0000 (16 13:36 +0100)
committerMartin Roth <martinroth@google.com>
Tue, 20 Feb 2018 20:45:22 +0000 (20 20:45 +0000)
tree07a52b6bf62867d91935456518a164e0c2759c9b
parent2764919dfb78127517dcf13c6ec002f937626b02
arch/riscv: Don't set up virtual memory

Due to changes in the RISC-V Privileged Architecture specification,
Linux can now be started in physical memory and it will setup its own
page tables.

Thus we can delete most of virtual_memory.c.

Change-Id: I4e69d15f8ee540d2f98c342bc4ec0c00fb48def0
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/23772
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
src/Kconfig
src/arch/riscv/boot.c
src/arch/riscv/include/vm.h
src/arch/riscv/virtual_memory.c