mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-24 16:36:21 +02:00
Added support for Zephyr qemu-nios2 BOARD. Nios2 CPU is not supported natively by upstream QEMU, so a Nios2 specific patch needs to be applied. [YOCTO#10660] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
12 lines
311 B
Plaintext
12 lines
311 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: qemu-nios2
|
|
#@DESCRIPTION: Machine for Zephyr BOARD qemu_nios2
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-nios2.inc
|
|
|
|
# For runqemu (TBD)
|
|
QB_SYSTEM_NAME = "qemu-system-nios2"
|
|
QB_MACHINE = "-machine altera_10m50_zephyr"
|
|
QB_OPT_APPEND = "-nographic -cpu=nios2"
|