mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
qemuriscv: Enable 4 core emulation
Helps in running tests a bit faster (From OE-Core rev: 735799a66e52ced9de9431ad3062b13583e3754f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -26,6 +26,7 @@ UBOOT_ENTRYPOINT_riscv32 = "0x80400000"
|
||||
UBOOT_ENTRYPOINT_riscv64 = "0x80200000"
|
||||
|
||||
# qemuboot options
|
||||
QB_SMP = "-smp 4"
|
||||
QB_KERNEL_CMDLINE_APPEND = "earlycon=sbi"
|
||||
QB_MACHINE = "-machine virt"
|
||||
QB_DEFAULT_BIOS = "fw_jump.elf"
|
||||
|
||||
Reference in New Issue
Block a user