Michał Górny wrote:
> On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote:
> > If you have an ARM board and would like to help, please:
> > 
> > ./hwcap-dump
> > 
> > and send me the output along with 'uname -m'.  TIA!
> 
> I'm sorry but sending it this late, I forgot two more important things:
> 
> 1. Name of the CPU or the board (i.e. something I can use to name
> the test).
> 
> 2. Output of cpuid2cpuflags, preferably verified against cpuinfo.

name: rk3288

$ uname -m
armv7l

$ ./hwcap-dump
hwcap:00000000003fb8d7
hwcap2:0000000000000000

$ ./cpuid2cpuflags
CPU_FLAGS_ARM: edsp neon thumb vfp vfpv3 vfpv4 vfp-d32 v4 v5 v6 v7 thumb2

$ grep -m1 Features /proc/cpuinfo
Features        : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpv4 
idiva idivt vfpd32 lpae evtstrm 

$ diff -U0 <(./cpuid2cpuflags | tr ' ' '\n' | sed 1d |sort) <(grep -m1 Features 
/proc/cpuinfo | tr ' ' '\n' | sed 1d | grep '.' |sort)
--- /dev/fd/63  2019-09-11 09:38:40.710312547 +0300
+++ /dev/fd/62  2019-09-11 09:38:40.710312547 +0300
@@ -1,0 +2,6 @@
+evtstrm
+fastmult
+half
+idiva
+idivt
+lpae
@@ -2,0 +9 @@
+swp
@@ -4,5 +11,2 @@
-thumb2
-v4
-v5
-v6
-v7
+thumbee
+tls
@@ -10 +14 @@
-vfp-d32
+vfpd32

Reply via email to