blob: a35c40b5927d743fb2be699fc35fc40621fa005c [file] [log] [blame]
Andrew Geissler95ac1b82021-03-31 14:34:31 -05001#@TYPE: Machine
2#@NAME: QEMU PPC64 machine
3#@DESCRIPTION: Machine configuration for running a PPC system on QEMU
4
5require conf/machine/include/qemu.inc
Andrew Geisslerd159c7f2021-09-02 21:05:58 -05006require conf/machine/include/powerpc/tune-power9.inc
Andrew Geissler95ac1b82021-03-31 14:34:31 -05007
8KERNEL_IMAGETYPE = "vmlinux"
9
10SERIAL_CONSOLES ?= "115200;hvc0"
11
12# For runqemu
13QB_SYSTEM_NAME = "qemu-system-ppc64"
14QB_MACHINE = "-machine pseries"
15QB_CPU = "-cpu POWER9"
16QB_KERNEL_CMDLINE_APPEND = "console=hvc0"
17#QB_OPT_APPEND += "-device qemu-xhci -device usb-tablet -device usb-kbd"
18QB_OPT_APPEND = "-usb -device usb-tablet"
19
Andrew Geissler95ac1b82021-03-31 14:34:31 -050020MACHINE_EXTRA_RRECOMMENDS += " kernel-modules"