blob: bf0038ddba53d0d38cda21f260e7e4c6fc973a34 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#@TYPE: Machine
2#@NAME: qemu PPC Emulator setup
3#@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation
4
5require conf/machine/include/qemu.inc
6require conf/machine/include/tune-ppc7400.inc
7
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05008TARGET_CC_KERNEL_ARCH = "-mno-spe"
9
Patrick Williamsc124f4f2015-09-15 14:41:29 -050010KERNEL_IMAGETYPE = "vmlinux"
11
12SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
13