[arch][riscv] port to riscv64

Very little needed to port except to conditionalize some assembly in the
context switch and exception code. Mostly needed to move build system
stuff around and add a new project.
This commit is contained in:
Travis Geiselbrecht
2019-11-02 17:21:13 -07:00
parent ae5200595c
commit fdc08a8446
14 changed files with 173 additions and 142 deletions

View File

@@ -0,0 +1,10 @@
# main project for qemu-riscv64
MODULES += \
app/shell
SUBARCH := 64
include project/virtual/test.mk
include project/virtual/fs.mk
include project/virtual/minip.mk
include project/target/qemu-virt-riscv.mk