diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-15 10:18:46 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-15 10:21:31 -0700 |
commit | f75f6d005a0d91b3f349d08347d2453e30711247 (patch) | |
tree | a1cd66e3e415bb1d2f7450e4947112537b6dde1d /conf/machine | |
parent | 3f052215b0c4c3cc83e661be342c538872bf0d3d (diff) |
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 <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/qemuppc.conf | 17 |
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" + |