soc/intel/xeon_sp/util: Enhance lock_pam0123
[coreboot2.git] / Documentation / mainboard / emulation / qemu-riscv.md
blobed2c6d589292af1a9465b0a9dd0fbbf11af52f2d
1 # QEMU RISC-V emulator
3 ## Building coreboot and running it in QEMU
5 - Configure coreboot and run `make` as usual
6 - Run `util/riscv/make-spike-elf.sh build/coreboot.rom build/coreboot.elf` to
7   convert coreboot to an ELF that QEMU can load
8 - Run `qemu-system-riscv64 -M virt -m 1024M -nographic -kernel build/coreboot.elf`