blob: ab8b366130779ec304efba69d412de2a05f46a43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#@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"
ARCH_qemu-nios2 = "nios2"
|