aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/arch/mips64el.config
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-19 00:03:49 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-31 17:25:23 +0100
commit3ea08d8f513c5f9a371f37221775980c1179a867 (patch)
treefc933e337580a444e16c07c584e86b8a8cf06049 /src/tests/qemu/arch/mips64el.config
parentcrypto/avx: make sure we can actually use ymm registers (diff)
downloadwireguard-monolithic-historical-3ea08d8f513c5f9a371f37221775980c1179a867.tar.xz
wireguard-monolithic-historical-3ea08d8f513c5f9a371f37221775980c1179a867.zip
qemu: allow for cross compilation
Diffstat (limited to 'src/tests/qemu/arch/mips64el.config')
-rw-r--r--src/tests/qemu/arch/mips64el.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/tests/qemu/arch/mips64el.config b/src/tests/qemu/arch/mips64el.config
new file mode 100644
index 0000000..fc1e43a
--- /dev/null
+++ b/src/tests/qemu/arch/mips64el.config
@@ -0,0 +1,11 @@
+CONFIG_64BIT=y
+CONFIG_CPU_MIPS64_R2=y
+CONFIG_MIPS_MALTA=y
+CONFIG_CPU_LITTLE_ENDIAN=y
+CONFIG_MIPS_CPS=y
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_SYSCON=y
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_CMDLINE_BOOL=y
+CONFIG_CMDLINE="console=ttyS0 wg.success=ttyS1"