mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-bsp: zephyr parameters update
Update the parameters being run in qemu to get more stable results. Values taken from zephyr qemu. Also, use QB_GRAPHICS instead of QB_OPT_APPEND for the relevant places. Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -11,7 +11,7 @@ TCLIBC = "newlib"
|
||||
QB_SYSTEM_NAME = "qemu-system-aarch64"
|
||||
QB_MACHINE = "-machine virt,secure=on,gic-version=3"
|
||||
QB_CPU = "-cpu cortex-a53"
|
||||
QB_OPT_APPEND = "-nographic -vga none"
|
||||
QB_GRAPHICS = "-nographic -vga none"
|
||||
QB_OPT_APPEND = "-icount shift=4,align=off,sleep=on -rtc clock=vm"
|
||||
|
||||
# Zephyr RTOS settings
|
||||
|
||||
@@ -14,9 +14,9 @@ TCLIBC = "newlib"
|
||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine microbit"
|
||||
QB_CPU = "-cpu cortex-m0"
|
||||
QB_OPT_APPEND = "-nographic -vga none"
|
||||
QB_GRAPHICS = "-nographic -vga none"
|
||||
QB_RNG = ""
|
||||
QB_OPT_APPEND = "-icount shift=6,align=off,sleep=on -rtc clock=vm"
|
||||
QB_OPT_APPEND = "-icount shift=6,align=off,sleep=off -rtc clock=vm"
|
||||
|
||||
# Zephyr RTOS settings
|
||||
ZEPHYR_BOARD = "qemu_cortex_m0"
|
||||
|
||||
@@ -10,8 +10,9 @@ ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine lm3s6965evb"
|
||||
QB_OPT_APPEND = "-nographic -vga none"
|
||||
QB_GRAPHICS = "-nographic -vga none"
|
||||
QB_CPU = "-cpu cortex-m3"
|
||||
QB_RNG = ""
|
||||
QB_OPT_APPEND = "-icount shift=6,align=off,sleep=off -rtc clock=vm"
|
||||
|
||||
ARCH:qemu-cortex-m3 = "arm"
|
||||
|
||||
@@ -13,7 +13,7 @@ QB_SYSTEM_NAME = "qemu-system-aarch64"
|
||||
QB_MACHINE = "-machine xlnx-zcu102"
|
||||
QB_CPU = "-cpu cortex-r5"
|
||||
QB_MEM = "-m 64k"
|
||||
QB_OPT_APPEND = "-nographic -vga none"
|
||||
QB_GRAPHICS = "-nographic -vga none"
|
||||
QB_RNG = ""
|
||||
|
||||
# Zephyr RTOS settings
|
||||
|
||||
@@ -10,7 +10,7 @@ ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-i386"
|
||||
QB_MACHINE = "-machine type=pc-q35-2.10"
|
||||
QB_OPT_APPEND = "-nographic -no-acpi"
|
||||
QB_GRAPHICS = "-nographic -no-acpi"
|
||||
QB_CPU:x86 = "-cpu qemu32,+nx,+pae"
|
||||
QB_CPU_KVM:x86 = "-cpu kvm32"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user