Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-25 | device tree: fix crash when device tree is not found | Burt P | |
* check if device tree was found before add_keys() * UNKIFNULL(model) before strcmp * make UNKIFNULL() STRIFNULL() EMPIFNULL() macros more generic Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | minor changes | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | ia64: multiple procs, topology, cpufreq, more cpuinfo fields | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | The rest of processor.c using cpu_util. | Burt P | |
Those currently not using topology or cpufreq, but could in the future. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | ia64: fixes, add test | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | Add CMake options to allow testing various platform's processor.c | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2017-07-12 | Cleanup all platform's proccessor.c, use translatable labels. | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2010-05-05 | Add processor.c implementation for other supported architectures | Leandro A. F. Pereira | |