From f4c7e1df5daef57e361046b54f82d1d8ececaf6a Mon Sep 17 00:00:00 2001 From: smallsolar Date: Sat, 23 Aug 2025 20:46:46 +0000 Subject: [PATCH] Add research/cpuinfo.txt --- research/cpuinfo.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 research/cpuinfo.txt diff --git a/research/cpuinfo.txt b/research/cpuinfo.txt new file mode 100644 index 0000000..b8fef7a --- /dev/null +++ b/research/cpuinfo.txt @@ -0,0 +1,25 @@ +root@msm8916_32_512:/proc # cat cpuinfo +processor : 0 +model name : ARMv7 Processor rev 0 (v7l) +BogoMIPS : 38.40 +Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd03 +CPU revision : 0 + +processor : 1 +model name : ARMv7 Processor rev 0 (v7l) +BogoMIPS : 38.40 +Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt +CPU implementer : 0x41 +CPU architecture: 7 +CPU variant : 0x0 +CPU part : 0xd03 +CPU revision : 0 + +Hardware : Qualcomm Technologies, Inc MSM8916 +Revision : 0000 +Serial : 0000000000000000 +Processor : ARMv7 Processor rev 0 (v7l) \ No newline at end of file