summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemumips64.conf
blob: b37d78989b262248e855d124ec859a134bd36c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#@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"

UBOOT_MACHINE ?= "malta64_defconfig"

SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"

QB_SYSTEM_NAME = "qemu-system-mips64"