Skip to content

Commit

Permalink
arm: Add tests for Neoverse N1 CPU
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Dec 29, 2023
1 parent 6df944d commit 339248e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ TESTS = \
tests/arm/aarch64-cavium-thunderx2.txt \
tests/arm/aarch64-dragonboard.txt \
tests/arm/aarch64-hp-moonshot-xgene-1.txt \
tests/arm/aarch64-neoverse-n1.txt \
tests/arm/aarch64-odroid-n2.txt \
tests/arm/aarch64-raspberry-4.txt \
tests/arm/armv5tel-dreamplug.txt \
Expand All @@ -63,6 +64,7 @@ TESTS = \
tests/arm/armv7l-rk3288.txt \
tests/arm/armv7l-scaleway-c1.txt \
tests/arm/armv7l-solidrun-cubox.txt \
tests/arm/armv8l-neoverse-n1.txt \
tests/ppc/power8.txt \
tests/ppc/power9.txt \
tests/x86/amd-colfax.txt \
Expand Down
4 changes: 4 additions & 0 deletions tests/arm/aarch64-neoverse-n1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
expected:edsp neon thumb vfp vfpv3 vfpv4 vfp-d32 aes sha1 sha2 crc32 v4 v5 v6 v7 v8 thumb2
hwcap:0000000010119fff
hwcap2:0000000000000000
machine:aarch64
4 changes: 4 additions & 0 deletions tests/arm/armv8l-neoverse-n1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
expected:edsp neon thumb vfp vfpv3 vfpv4 aes sha1 sha2 crc32 v4 v5 v6 v7 v8 thumb2
hwcap:000000000037b0d6
hwcap2:000000000000001f
machine:armv8l

0 comments on commit 339248e

Please sign in to comment.