The source project of this merge request has been removed.
Implement getting ARM specific CPU info
Inspiration taken from util-linux's lscpu utility ( lscpu-arm.c ).
In ARM, /proc/cpuinfo
does not contain strings, it only
contains IDs. We need to convert them into vendor/model
manually.
Previosuly cpu info was missing from about-distro KCM on ARM devices, now it shows fully:
PINE64 PineBook Pro (aarch64 device):
PINE64 PineTab early dev edition (Plasma Mobile) (aarch64 device):
Samsung Galaxy S5 (armv7 device)
Edited by Alexey Min