summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemumips64.conf
blob: 6d5174665f8550fff15f0e5348e4d1f1605746ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#@TYPE: Machine
#@NAME: QEMU MIPS64 machine
#@DESCRIPTION: Machine configuration for running a MIPS64 system on QEMU

require conf/machine/include/qemu.inc
require conf/machine/include/tune-mips64r2.inc
require conf/machine/include/qemuboot-mips.inc

QB_CPU = "-cpu MIPS64R2-generic"

KERNEL_IMAGETYPE = "vmlinux"
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"

SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"

QB_SYSTEM_NAME = "qemu-system-mips64"