aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarat Dukhan <maratek@gmail.com>2018-03-11 13:55:09 -0700
committerGitHub <noreply@github.com>2018-03-11 13:55:09 -0700
commit32f89d22dbd98acd7f063abdf332da36977eefae (patch)
tree3f32ebe659c15178aad7c6c787059a30de9c8b1e /README.md
parent575a6301f331b748f2217a1eede974ca22d86f02 (diff)
downloadcpuinfo-32f89d22dbd98acd7f063abdf332da36977eefae.tar.gz
README: update methods for SoC name detection
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ace7310..89a5a91 100644
--- a/README.md
+++ b/README.md
@@ -148,8 +148,8 @@ pthread_setaffinity_np(pthread_self(), sizeof(cpu_set_t), &cpu_set);
- Processor (SoC) name detection
- [x] Using CPUID leaves 0x80000002–0x80000004 on x86/x86-64
- [x] Using `/proc/cpuinfo` on ARM
- - [ ] Using kernel log (`dmesg`) on ARM
- - [x] Using `ro.chipname`, `ro.board.platform`, `ro.product.board` properties (Android)
+ - [x] Using `ro.chipname`, `ro.board.platform`, `ro.product.board`, `ro.mediatek.platform`, `ro.arch` properties (Android)
+ - [ ] Using kernel log (`dmesg`) on ARM Linux
- Vendor and microarchitecture detection
- [x] Intel-designed x86/x86-64 cores (up to Kaby Lake, Airmont, and Knights Mill)
- [x] AMD-designed x86/x86-64 cores (up to Puma/Jaguar and Zen)