hrw / arm-socs-table

Table of ARM SoC and their features
https://gpages.juszkiewicz.com.pl/arm-socs-table/arm-socs.html
GNU General Public License v2.0
33 stars 6 forks source link

Win Dev Kit 2023 #15

Closed dsx724 closed 1 year ago

dsx724 commented 1 year ago

Describe the system Windows Dev Kit 2023, https://www.microsoft.com/en-us/d/windows-dev-kit-2023/94k0p67w7581?activetab=pivot:overviewtab, Qualcomm Snapdragon 8cx Gen 3

Paste /proc/cpuinfo content

processor       : 0
BogoMIPS        : 38.40
Features        : fp asimd aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ilrcpc flagm
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd4c
CPU revision    : 0

processor       : 1
BogoMIPS        : 38.40
Features        : fp asimd aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ilrcpc flagm
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd4c
CPU revision    : 0

processor       : 2
BogoMIPS        : 38.40
Features        : fp asimd aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ilrcpc flagm
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd4c
CPU revision    : 0

processor       : 3
BogoMIPS        : 38.40
Features        : fp asimd aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ilrcpc flagm
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd4c
CPU revision    : 0

processor       : 4
BogoMIPS        : 38.40
Features        : fp asimd aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ilrcpc flagm
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd4c
CPU revision    : 0

processor       : 5
BogoMIPS        : 38.40
Features        : fp asimd aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ilrcpc flagm
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd4c
CPU revision    : 0

processor       : 6
BogoMIPS        : 38.40
Features        : fp asimd aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ilrcpc flagm
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd4c
CPU revision    : 0

processor       : 7
BogoMIPS        : 38.40
Features        : fp asimd aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp ilrcpc flagm
CPU implementer : 0x41
CPU architecture: 8
CPU variant     : 0x0
CPU part        : 0xd4c
CPU revision    : 0

Additional context WSL2

hrw commented 1 year ago

Can you provide output from running under Linux?

Lack of evtstrm looks weird.

hrw commented 1 year ago

reverted

kubkon commented 1 year ago

@hrw how did you get the /proc/cpuinfo display both 0xd4b and 0xd4c? I am getting the OPs output for some reason.

binarymaster commented 1 year ago

Looking at the commit which added it, seems the cpuinfo was obtained from different hardware (probably ThinkPad X13s).

kubkon commented 1 year ago

Looking at the commit which added it, seems the cpuinfo was obtained from different hardware (probably ThinkPad X13s).

Mhm, that would explain it, thanks!

hrw commented 1 year ago

Yes, output was from Thinkpad x13s running Linux on baremetal.

WSL output missing evtstrm looks too weird to be used.

hrw commented 1 year ago

@hrw how did you get the /proc/cpuinfo display both 0xd4b and 0xd4c? I am getting the OPs output for some reason.

You just gave me one more reason to not merge WSL info ;D

kubkon commented 1 year ago

@hrw how did you get the /proc/cpuinfo display both 0xd4b and 0xd4c? I am getting the OPs output for some reason.

You just gave me one more reason to not merge WSL info ;D

I agree, WSL is unreliable wrt CPU info.