-Fix plic driver to handle machine vs supervisor mode -Add switch to scripts/do-qemuriscv to run in supervisor mode (with OpenSBI) -Use the FDT to detect the number of cpus and size of memory
12 lines
245 B
Makefile
12 lines
245 B
Makefile
# main project for qemu-riscv64-supervisor
|
|
MODULES += \
|
|
app/shell
|
|
SUBARCH := 64
|
|
RISCV_MODE := supervisor
|
|
|
|
include project/virtual/test.mk
|
|
include project/virtual/fs.mk
|
|
include project/virtual/minip.mk
|
|
include project/target/qemu-virt-riscv.mk
|
|
|