<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hardinfo2.git/includes/dt_util.h, branch release-2.0.15</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=release-2.0.15</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=release-2.0.15'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/'/>
<updated>2019-08-10T23:47:44+00:00</updated>
<entry>
<title>name cleanup for x86 model strings and intel pci device strings</title>
<updated>2019-08-10T23:47:44+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2019-08-09T17:54:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=39db0d3af0ff9f7c55cdee988733fb0b3c0023c4'/>
<id>urn:sha1:39db0d3af0ff9f7c55cdee988733fb0b3c0023c4</id>
<content type='text'>
x86 CPU:
* Remove (R), (TM), etc
* AMD: remove redundant "X2 Dual Core", "X4 Quad Core", etc
* Move vendor to front if not already
* Remove speed, as the actual speed is usually right next to it
* Remove "CPU", "APU", "Processor" to shorten
* Compress space

Intel GPU:
* Remove (R)
* Abbreviate "Generation": "Gen"
* Remove "Processor", "Controller", and "Device" to shorten
* Compress space

Some examples:
x86 CPU:
'AMD Turion(tm) 64 Mobile Technology ML-32' ---&gt; 'AMD Turion 64 Mobile ML-32'
'Cyrix MediaGXtm MMXtm Enhanced' ---&gt; 'Cyrix MediaGX MMX Enhanced'
'Transmeta(tm) Crusoe(tm) Processor TM5800' ---&gt; 'Transmeta Crusoe TM5800'
'VIA Nano X2 L4350 @ 1.6+ GHz' ---&gt; 'VIA Nano X2 L4350'
'AMD Athlon(tm) 64 X2 Dual-Core Processor TK-53' ---&gt; 'AMD Athlon 64 X2 TK-53'
'Embedded AMD Opteron(tm) Processor 23KS EE' ---&gt; 'AMD Embedded Opteron 23KS EE'
'Intel(R) Atom(TM) x5-Z8300 CPU @ 1.44GHz' ---&gt; 'Intel Atom x5-Z8300'
'Intel(R) Pentium(R) III CPU - S         1400MHz' ---&gt; 'Intel Pentium III - S'
'Dual Core AMD Opteron(tm) Processor 165' ---&gt; 'AMD Dual Core Opteron 165'
'Genuine Intel(R) CPU T1350 @ 1.86GHz' ---&gt; 'Intel T1350'
'AMD Phenom(tm) 9350e Quad-Core Processor' ---&gt; 'AMD Phenom 9350e Quad-Core'
Intel GPU:
'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller' ---&gt; 'Atom/Celeron/Pentium x5-E8000/J3xxx/N3xxx Integrated Graphics'
'4th Generation Core Processor Family Integrated Graphics Controller' ---&gt; '4th Gen Core Family Integrated Graphics'
'Mobile GM965/GL960 Integrated Graphics Controller (secondary)' ---&gt; 'Mobile GM965/GL960 Integrated Graphics (secondary)'
'Mobile 915GM/GMS/910GML Express Graphics Controller' ---&gt; 'Mobile 915GM/GMS/910GML Express Graphics'

Also:
Fix/replace the appf() and SEQ() that were peppered about.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>devicetree: add oppv1 and clock-frequency to opp support</title>
<updated>2018-10-23T02:45:03+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-20T21:39:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=f281f89033b95cce1ac833c30a37d2d5ff396583'/>
<id>urn:sha1:f281f89033b95cce1ac833c30a37d2d5ff396583</id>
<content type='text'>
I don't have any hardware to test, this is based only on the
OPP kernel docs.

https://www.kernel.org/doc/Documentation/devicetree/bindings/opp/opp.txt

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>devicetree/opp-v2 requested changes</title>
<updated>2018-10-23T02:45:03+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-02T22:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=33990da876a235f92dfb43be5a05e85adf930ff9'/>
<id>urn:sha1:33990da876a235f92dfb43be5a05e85adf930ff9</id>
<content type='text'>
Requested by @lpereira in #286.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>devicetree: get opp-v2 freq range for gpu, if available</title>
<updated>2018-10-23T02:45:03+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-09-29T01:43:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=61ffa17d01ef8668def03e15c33d1bd0dc9be93e'/>
<id>urn:sha1:61ffa17d01ef8668def03e15c33d1bd0dc9be93e</id>
<content type='text'>
* opp-v2 = operating-points-v2, frequency scaling information
  from device tree that can be used for cpu, gpu, etc.
* adds helper function to get the opp-v2 range of frequencies
  for a node, dtr_get_opp_range() in dt_util.c
* adds a freq range in opp-v2 property for a node in dt
* reports a gpu's max clock frequency if avaiable via opp-v2

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>device tree: some operating-points-v2 properties</title>
<updated>2018-09-27T03:50:25+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-09-27T03:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=ef6728d32b9ae74e3523a5d87b99a73e772bb1bf'/>
<id>urn:sha1:ef6728d32b9ae74e3523a5d87b99a73e772bb1bf</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>arm: Try to lookup the SOC name from dt/compatible</title>
<updated>2017-08-09T09:09:10+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-08-08T05:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=b6c80356c72ce1dfce688a99d36db2ea47a744d8'/>
<id>urn:sha1:b6c80356c72ce1dfce688a99d36db2ea47a744d8</id>
<content type='text'>
Just ARM for now, but maybe this will become more generic and
it will be possible to have the processor package name and
description seperate, even for x86 and whatnot. Also perhaps
work in Sockets/Threads/Cores information.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>device tree: silence some warnings</title>
<updated>2017-07-26T02:02:32+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-25T20:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=02173f2831d25642ec5c702327d4e1f8b050feec'/>
<id>urn:sha1:02173f2831d25642ec5c702327d4e1f8b050feec</id>
<content type='text'>
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/debian/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>device tree: interrupts-extended and dmas support</title>
<updated>2017-07-22T21:24:27+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-22T08:50:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=3c83ec59b3c9a9f30ab7d694ed5b3f7e79349f9b'/>
<id>urn:sha1:3c83ec59b3c9a9f30ab7d694ed5b3f7e79349f9b</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>device tree: group interrupt specifiers' values using #interrupt-cells</title>
<updated>2017-07-22T21:24:27+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2017-07-22T08:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=9870e396bc02f3717cf9fc1000436c46f1dcf1eb'/>
<id>urn:sha1:9870e396bc02f3717cf9fc1000436c46f1dcf1eb</id>
<content type='text'>
Also, add a message log to the dtr object.

Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
</feed>
