[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:
10
project/qemu-virt-riscv64-test.mk
Normal file
10
project/qemu-virt-riscv64-test.mk
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user