12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
|
#@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-ppc603e.inc
|
||
|
|
||
|
KERNEL_IMAGETYPE = "vmlinux"
|
||
|
|
||
|
SERIAL_CONSOLE = "115200 ttyS0"
|
||
|
|