[arch][riscv] Initial port to a riscv32 sifive target
Currently targets qemu's sifive_e machine, which is a split flash/ram machine, much like the Sifive HiFive1. Untested as of yet on a real HiFive1. Basic support including interrupts and architectural timers in place.
This commit is contained in:
4
scripts/do-qemuriscv32
Executable file
4
scripts/do-qemuriscv32
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
make qemu-riscv32-test -j4 &&
|
||||
qemu-system-riscv32 -machine sifive_e -kernel build-qemu-riscv32-test/lk.elf -nographic $@
|
||||
Reference in New Issue
Block a user