QEMU RISC-V emulator
Building coreboot and running it in QEMU
Configure coreboot and run
makeas usualRun
util/riscv/make-spike-elf.sh build/coreboot.rom build/coreboot.elfto convert coreboot to an ELF that QEMU can loadRun
qemu-system-riscv64 -M virt -m 1024M -nographic -kernel build/coreboot.elf