<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hardinfo2.git/modules/devices/parisc, branch release-2.0.3pre</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/hardinfo2.git/atom?h=release-2.0.3pre</id>
<link rel='self' href='https://git.gnuabordo.com.br/hardinfo2.git/atom?h=release-2.0.3pre'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/'/>
<updated>2024-02-08T18:52:52+00:00</updated>
<entry>
<title>LICENSE Changed to GPL2+ for project and source code According to approval from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707</title>
<updated>2024-02-08T18:52:52+00:00</updated>
<author>
<name>bigbear</name>
<email>ns@bigbear.dk</email>
</author>
<published>2024-02-07T21:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=da0d0d9040b91ecef5985af982d7e77ae435a957'/>
<id>urn:sha1:da0d0d9040b91ecef5985af982d7e77ae435a957</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright information</title>
<updated>2021-11-08T04:36:46+00:00</updated>
<author>
<name>L Pereira</name>
<email>l@tia.mat.br</email>
</author>
<published>2021-11-08T04:36:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e'/>
<id>urn:sha1:f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make MHz translatable in CPU list</title>
<updated>2017-08-11T09:52:21+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-08-11T05:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=8de8535398ea0838301802ad7fc764144f9b3135'/>
<id>urn:sha1:8de8535398ea0838301802ad7fc764144f9b3135</id>
<content type='text'>
It was kindof translatable before, but as part of a messy
use-once c-format string. In this form it is re-usable elsewhere.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Separate processor name and description + count cores and threads</title>
<updated>2017-08-11T09:52:21+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-08-10T16:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=05c4a4c9451b7b07577255f7927cec6d70f2cf8d'/>
<id>urn:sha1:05c4a4c9451b7b07577255f7927cec6d70f2cf8d</id>
<content type='text'>
* add cpu_procs_cores_threads() function to get counts from sysfs/topology
* each platform must now provide processor_name() and processor_describe()
* processor_name_default(): returns a list of unique processor-&gt;model_name
* processor_describe_default(): returns "N physical; M cores; L threads"
* processor_describe_by_counting_names(): returns a list of unique
  processor-&gt;model_name with Nx prefix
  (ex: "4x ARM Cortex A53 + 4x ARM Cortex A33")
* x86: _name and _describe use defaults
* arm: _name returns name of SOC, if available, _describe returns
  processor_describe_by_counting_names()
* all other platforms: _name and _describe use defaults
* Computer module summary now shows both name and description for CPU

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>device tree: fix crash when device tree is not found</title>
<updated>2017-07-26T02:02:32+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-25T19:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=81ae37c58709cf1396b09e5136acfc8a0c259476'/>
<id>urn:sha1:81ae37c58709cf1396b09e5136acfc8a0c259476</id>
<content type='text'>
* 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 &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>parisc: multiple procs, topology, cpufreq, more cpuinfo fields</title>
<updated>2017-07-13T02:38:41+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-10T17:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=6487ff1b7e7762ce25554626b5a1634d9a7a721c'/>
<id>urn:sha1:6487ff1b7e7762ce25554626b5a1634d9a7a721c</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>The rest of processor.c using cpu_util.</title>
<updated>2017-07-13T02:38:41+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-10T05:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=e97c38db42733c2115822e42d6aa9446574e2bcc'/>
<id>urn:sha1:e97c38db42733c2115822e42d6aa9446574e2bcc</id>
<content type='text'>
Those currently not using topology or cpufreq, but could in
the future.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>parisc: fixes, add test</title>
<updated>2017-07-13T02:38:41+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-10T02:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=ac9072baaa41c5bb0879da73bb2603dbb018b3fc'/>
<id>urn:sha1:ac9072baaa41c5bb0879da73bb2603dbb018b3fc</id>
<content type='text'>
It really didn't work at all before.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>mips: fix, add test</title>
<updated>2017-07-13T02:38:41+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-10T02:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=86525d099c58e7e2d329107361398288c7c01296'/>
<id>urn:sha1:86525d099c58e7e2d329107361398288c7c01296</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add CMake options to allow testing various platform's processor.c</title>
<updated>2017-07-13T02:38:41+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-09T17:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/hardinfo2.git/commit/?id=4d0673ba25053b8bb93a911116393bfa13b21c3e'/>
<id>urn:sha1:4d0673ba25053b8bb93a911116393bfa13b21c3e</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
</feed>
