diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-03-01 02:07:34 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-03-02 17:47:34 +0000 |
commit | befe74a1379d58e722f63b87cb07abbe4b0932c2 (patch) | |
tree | 156c9e8c8b8ef842f8293303f9694481670f4dd0 /Documentation/mainboard/emulation | |
parent | d4b75e61ff7f090fc27bd507db63e083d255096e (diff) |
Documentation: Fix spelling of "QEMU"
Fix spelling and use the one from their website qemu.org.
Change-Id: I36a88985ce3a7c59b732c1ca3198d86a591de6bd
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62450
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'Documentation/mainboard/emulation')
-rw-r--r-- | Documentation/mainboard/emulation/qemu-riscv.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/mainboard/emulation/qemu-riscv.md b/Documentation/mainboard/emulation/qemu-riscv.md index 3aad816855..ed2c6d5892 100644 --- a/Documentation/mainboard/emulation/qemu-riscv.md +++ b/Documentation/mainboard/emulation/qemu-riscv.md @@ -1,8 +1,8 @@ -# Qemu RISC-V emulator +# QEMU RISC-V emulator -## Building coreboot and running it in Qemu +## Building coreboot and running it in QEMU - Configure coreboot and run `make` as usual - Run `util/riscv/make-spike-elf.sh build/coreboot.rom build/coreboot.elf` to - convert coreboot to an ELF that Qemu can load + convert coreboot to an ELF that QEMU can load - Run `qemu-system-riscv64 -M virt -m 1024M -nographic -kernel build/coreboot.elf` |