This is a collection of simple tests for RISC-V SBI runtimes. The code is supposed to run in S-mode.
make run
will run as a payload in QEMUmake objdump
will show assembly of the final QEMU binarymake k230-bin
will build a raw binary for oreboot on the Kendryte K230 SoCmake
will build all the binaries
https://popovicu.com/posts/risc-v-interrupts-with-timer-example/