aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/qemuppc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/qemuppc.conf')
-rw-r--r--conf/machine/qemuppc.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/qemuppc.conf b/conf/machine/qemuppc.conf
new file mode 100644
index 0000000000..c2256782c0
--- /dev/null
+++ b/conf/machine/qemuppc.conf
@@ -0,0 +1,17 @@
+#@TYPE: Machine
+#@NAME: QEMU PowerPC Emulator setup
+#@DESCRIPTION: Machine configuration for running a PowerPC system under qemu emulation
+
+TARGET_ARCH = "powerpc"
+
+require conf/machine/include/qemu.inc
+require conf/machine/include/tune-ppc603e.inc
+
+KERNEL_IMAGETYPE = "vmlinux"
+KERNEL_OUTPUT = "vmlinux"
+
+SERIAL_CONSOLE = "115200 ttyS0"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+