aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tests/qemu/arch
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-11-22 12:46:06 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-22 18:32:48 +0100
commit9e4aa7a47a936b30c7f1d50be57fa072d1dabc4b (patch)
tree1c953a19f2d3e4bae9410bc5bed21b8cd5374079 /src/tests/qemu/arch
parentchacha20poly1305: import ARM primitives from OpenSSL (diff)
downloadwireguard-monolithic-historical-9e4aa7a47a936b30c7f1d50be57fa072d1dabc4b.tar.xz
wireguard-monolithic-historical-9e4aa7a47a936b30c7f1d50be57fa072d1dabc4b.zip
poly1305: import MIPS64 primitive from OpenSSL
Diffstat (limited to 'src/tests/qemu/arch')
-rw-r--r--src/tests/qemu/arch/mips64.config3
-rw-r--r--src/tests/qemu/arch/mips64el.config3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/tests/qemu/arch/mips64.config b/src/tests/qemu/arch/mips64.config
index 6fc6bc4..37d8947 100644
--- a/src/tests/qemu/arch/mips64.config
+++ b/src/tests/qemu/arch/mips64.config
@@ -1,5 +1,6 @@
CONFIG_64BIT=y
-CONFIG_CPU_MIPS64_R2=y
+CONFIG_CPU_MIPS64_R6=y
+CONFIG_CPU_HAS_MSA=y
CONFIG_MIPS_MALTA=y
CONFIG_MIPS_CPS=y
CONFIG_POWER_RESET=y
diff --git a/src/tests/qemu/arch/mips64el.config b/src/tests/qemu/arch/mips64el.config
index fc1e43a..2529a60 100644
--- a/src/tests/qemu/arch/mips64el.config
+++ b/src/tests/qemu/arch/mips64el.config
@@ -1,5 +1,6 @@
CONFIG_64BIT=y
-CONFIG_CPU_MIPS64_R2=y
+CONFIG_CPU_MIPS64_R6=y
+CONFIG_CPU_HAS_MSA=y
CONFIG_MIPS_MALTA=y
CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_MIPS_CPS=y