On 22:56 Tue 17 Sep , Michał Górny wrote: > On Tue, 2019-09-10 at 22:44 +0200, Michał Górny wrote: > > Hi, everyone. > > > > I've recently (finally!) started adding tests to cpuid2cpuflags. Tests > > are based on mocked syscalls that return arch-specific data read from > > text files. So far I've got x86 and ppc covered, and now I'd like to > > add tests for various arm hardware. Since ARM covers a pretty broad > > range of hardware, I'd use as much data as possible, especially from > > different ARM generations. > > > > If you have an ARM board and would like to help, please: > > > > wget https://dev.gentoo.org/~mgorny/dist/cpuid2cpuflags-7-dev.tar.bz2 > > tar -xf cpuid2cpuflags-7-dev.tar.bz2 > > cd cpuid2cpuflags-7-dev > > ./configure > > make hwcap-dump > > ./hwcap-dump > > > > and send me the output along with 'uname -m'. TIA! > > > > Thanks for all the data so far. I've released v8 with the lot of ARM > tests just now. > > If someone's got older hardware (<ARMv7), then I'd really use such > results. After all, we technically do support ARMv4. > > -- > Best regards, > Michał Górny > Something from my RaspberryPI 1B+
Raspberry Pi 1 Model B+ ./hwcap-dump hwcap:00000000000081d6 hwcap2:0000000000000000 /proc/cpuinfo processor : 0 model name : ARMv6-compatible processor rev 7 (v6l) BogoMIPS : 697.95 Features : half thumb fastmult vfp edsp java tls CPU implementer : 0x41 CPU architecture: 7 CPU variant : 0x0 CPU part : 0xb76 CPU revision : 7 Hardware : BCM2835 Revision : 0010 Serial : 00000000e598822e ./cpuid2cpuflags CPU_FLAGS_ARM: edsp thumb vfp v4 v5 v6 uname -m armv6l Regards