aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit3f12900839fd29222d3215f82579874ca3628581 (patch)
tree8318ae084f7775eff49d594e6915717c9f8d84cf /src/tests/qemu/arch/ppc.config
parentwg-quick: match from beginning rather than shift right (diff)
downloadwireguard-monolithic-historical-3f12900839fd29222d3215f82579874ca3628581.tar.xz
wireguard-monolithic-historical-3f12900839fd29222d3215f82579874ca3628581.zip
qemu: add support for powerpc
Diffstat (limited to '')
-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"