On 9/10/19 10:24 PM, 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!
>>
> 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.
>
Don't laugh, it actually still works as a NAS and nextcloud server:

amphisbœna ~/cpuid2cpuflags-7-dev # ./hwcap-dump
uhwcap:0000000000000097
hwcap2:0000000000000000

namphisbœna ~/cpuid2cpuflags-7-dev # uname -m
armv5tel

amphisbœna ~/cpuid2cpuflags-7-dev # ./cpuid2cpuflags
CPU_FLAGS_ARM: edsp thumb v4 v5

amphisbœna ~/cpuid2cpuflags-7-dev # dog /proc/cpuinfo
processor       : 0
model name      : Feroceon 88FR131 rev 1 (v5l)
BogoMIPS        : 400.00
Features        : swp half thumb fastmult edsp
CPU implementer : 0x56
CPU architecture: 5TE
CPU variant     : 0x2
CPU part        : 0x131
CPU revision    : 1

Hardware        : Marvell Kirkwood (Flattened Device Tree)
Revision        : 0000
Serial          : 0000000000000000

amphisbœna ~/cpuid2cpuflags-7-dev # dog /proc/device-tree/model
Globalscale Technologies Dreamplug


Reply via email to