mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-bsp: add support for qemu-cortex-a9
Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
20
meta-zephyr-bsp/conf/machine/qemu-cortex-a9.conf
Normal file
20
meta-zephyr-bsp/conf/machine/qemu-cortex-a9.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
#@TYPE: Machine
|
||||
#@NAME: qemu-cortex-a9
|
||||
#@DESCRIPTION: Machine for Zephyr BOARD qemu_cortex_a9
|
||||
|
||||
DEFAULTTUNE ?= "cortexa9"
|
||||
require conf/machine/include/qemu.inc
|
||||
require conf/machine/include/arm/armv7a/tune-cortexa9.inc
|
||||
|
||||
TCLIBC = "newlib"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-arm"
|
||||
QB_MACHINE = "-machine xilinx-zynq-a9"
|
||||
QB_CPU = "-cpu cortex-a9"
|
||||
QB_GRAPHICS = "-nographic -vga none"
|
||||
QB_OPT_APPEND = "-icount shift=3,align=off,sleep=off -rtc clock=vm"
|
||||
|
||||
# Zephyr RTOS settings
|
||||
ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
ARCH:qemu-cortex-a9 = "arm"
|
||||
Reference in New Issue
Block a user