From f75f6d005a0d91b3f349d08347d2453e30711247 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 15 May 2010 10:18:46 -0700 Subject: qemuppc: Add new machine qemuppc running ppc on QEMU. * Tested with DISTRO=minimal image=minimal-image * Adjust run-qemu.sh to use native-qemu and fix variables needed for powerpc run. Signed-off-by: Khem Raj --- conf/machine/qemuppc.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conf/machine/qemuppc.conf (limited to 'conf') 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" + -- cgit 1.2.3-korg