Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-03 | use newer cpubits.{h,c} from sysobj | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-02-27 | x86,arm: cpu clocks list in package information | Burt P | |
Show actual clocks where cores or threads share a clock. Ex: x86 SMT each core has one clock shared by both threads. Ex: BCM2837 has one clock for all four cores. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2018-02-22 | cpu_util: bug fix | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-08-27 | Create dmi_util.c and move *_util.c to hardinfo/ | Burt P | |
These stand alone interfaces and are used across modules, so just make them available to any module by default. Signed-off-by: Burt P <pburt0@gmail.com> |