| Age | Commit message (Collapse) | Author | 
 | 
* PROC_CPUINFO define used in testing
* STRIFNULL(), UNKIFNULL() EMPIFNULL() macros used in
  reading cpuinfo
* byte order, topology, and cpufreq data structures and
  functions that are platform independent
* processor_has_flag() helper
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Additional labels made translatable and some cleanup.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Make some recently added info labels easy to translate. Includes
the topology and frequency scaling strings.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Hide Frequency Scaling section instead of showing zeroes.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Also, some stray whitespace removed.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Also fixes a memleak.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
There are a few variants of /proc/cpuinfo format for ARM.
Examples:
1. https://github.com/bp0/rpiz/blob/master/test/rpi3_cpuinfo
2. https://github.com/bp0/rpiz/blob/master/test/az100_cpuinfo
3. https://github.com/bp0/rpiz/blob/master/test/odroidx_cpuinfo
4. https://github.com/bp0/rpiz/blob/master/test/unk_marv0_cpuinfo
Previously, only 1 and 4 worked. Now all should be working.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Changed code arrangement to fix a problem where only the last
processor's mode was correct.
This also separates the /proc/cpuinfo data from the other data
in a logical way.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
* Report the ARM CPUID information from /proc/cpuinfo.
* Attempt to detect if running 32-bit on a 64-bit processor.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
A few more flags for ARM. No new defitions.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
A few more flag definitions for ARM.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
* Multiple processors/cores reported
* CPU min/max/cur frequency information reported
* Flag definitions
Tested only on Raspberry Pi models 1 and 3.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
Mixed tab/space indentation to all space for indentation.
Signed-off-by: Burt P <pburt0@gmail.com>
 | 
 | 
 | 
 | 
 | 
 | 
 |