aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemu-nios2.conf
blob: abc9574794e8fab7f9f1b56b217adc7de8ee1371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#@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

ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"

# For runqemu
QB_SYSTEM_NAME = "qemu-system-nios2"
QB_MACHINE = "-machine altera_10m50_zephyr"
QB_OPT_APPEND = "-nographic"
QB_CPU = "-cpu nios2"