From 16486a12be7413408c1a6ef3c7f4ba3e30378e3d Mon Sep 17 00:00:00 2001 From: gennyble Date: Thu, 23 Nov 2023 08:46:19 -0600 Subject: init commit; i have to go --- index.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..cf0c93d --- /dev/null +++ b/index.html @@ -0,0 +1,51 @@ +

CPU Info

+

Qualcomm Snapdragon 820. Full name APQ8096 but seems to mostly be known under the name MSM8996.12

+
+ full cat /proc/cpuinfo +
root@LFC:/data/local/tmp # cat /proc/cpuinfo
+Processor       : AArch64 Processor rev 2 (aarch64)
+processor       : 0
+Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
+CPU implementer : 0x51
+CPU architecture: 8
+CPU variant     : 0x1
+CPU part        : 0x211
+CPU revision    : 2
+
+processor       : 1
+Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
+CPU implementer : 0x51
+CPU architecture: 8
+CPU variant     : 0x1
+CPU part        : 0x211
+CPU revision    : 2
+
+processor       : 2
+Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
+CPU implementer : 0x51
+CPU architecture: 8
+CPU variant     : 0x1
+CPU part        : 0x205
+CPU revision    : 2
+
+processor       : 3
+Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
+CPU implementer : 0x51
+CPU architecture: 8
+CPU variant     : 0x1
+CPU part        : 0x205
+CPU revision    : 2
+
+Hardware        : Qualcomm Technologies, Inc APQ8096
+
+
+
+
    +
  1. +

    I had little luck finding results for the APQ8096. The MSM8996 seems to be what Qualcomm prefers to call this as the code targeting the processor uses that name.

    +
  2. +
  3. +

    I was first able to map these to one another from the postmarketos page on the 820.

    +
  4. +
+
-- cgit 1.4.1-3-g733a5