blob: bf0038ddba53d0d38cda21f260e7e4c6fc973a34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#@TYPE: Machine
#@NAME: qemu PPC Emulator setup
#@DESCRIPTION: Machine configuration for running an PPC system under qemu emulation
require conf/machine/include/qemu.inc
require conf/machine/include/tune-ppc7400.inc
TARGET_CC_KERNEL_ARCH = "-mno-spe"
KERNEL_IMAGETYPE = "vmlinux"
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
|