On Wed, 2019-09-11 at 21:19 +0100, James Le Cuirot wrote: > On Tue, 10 Sep 2019 22:44:54 +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: > > From my CompuLab Utilite Pro: > > $ ./hwcap-dump > hwcap:000000000008b0d6 > hwcap2:0000000000000000 > > $ ./cpuid2cpuflags > CPU_FLAGS_ARM: edsp neon thumb vfp vfpv3 vfp-d32 v4 v5 v6 v7 thumb2 > > $ uname -a > Linux utilite 5.2.7-00007-g4559111aee7b #100 SMP PREEMPT Wed Aug 7 23:24:36 BST 2019 armv7l ARMv7 Processor rev 10 (v7l) Freescale i.MX6 Quad/DualLite (Device Tree) GNU/Linux Thanks, added. > > $ cat /proc/cpuinfo > ... > > processor : 3 > model name : ARMv7 Processor rev 10 (v7l) > BogoMIPS : 6.00 > Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpd32 > CPU implementer : 0x41 > CPU architecture: 7 > CPU variant : 0x2 > CPU part : 0xc09 > CPU revision : 10 > > Hardware : Freescale i.MX6 Quad/DualLite (Device Tree) > Revision : 0000 > Serial : 0000000000000000 > -- Best regards, Michał Górny