summaryrefslogtreecommitdiffhomepage
path: root/src/tests/qemu/arch/ppc.config
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-02-06 22:53:02 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2018-02-07 01:55:46 +0100
commit809483b0366d6ce6565949ada6961a0db26f3cb8 (patch)
treea67b44633e6a0a1099b946c2fb0efd04f63d59e9 /src/tests/qemu/arch/ppc.config
parentc115e1f10d27e7b9c8f0ae2835a1e40c2fe53e8e (diff)
qemu: add support for powerpc
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/tests/qemu/arch/ppc.config')
-rw-r--r--src/tests/qemu/arch/ppc.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tests/qemu/arch/ppc.config b/src/tests/qemu/arch/ppc.config
new file mode 100644
index 0000000..8ec5911
--- /dev/null
+++ b/src/tests/qemu/arch/ppc.config
@@ -0,0 +1,9 @@
+CONFIG_PPC_QEMU_E500=y
+CONFIG_FSL_SOC_BOOKE=y
+CONFIG_PPC_85xx=y
+CONFIG_PHYS_64BIT=y
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_MATH_EMULATION=y
+CONFIG_CMDLINE_BOOL=y
+CONFIG_CMDLINE="console=ttyS0 wg.success=ttyS1"