<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hardinfo2.git/modules/devices/devicetree.c, branch upstream</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=upstream</id>
<link rel='self' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/atom?h=upstream'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/'/>
<updated>2024-05-24T08:20:25+00:00</updated>
<entry>
<title>FIX GCC Warnings, added more checking to gcc flags</title>
<updated>2024-05-24T08:20:25+00:00</updated>
<author>
<name>hwspeedy</name>
<email>ns@bigbear.dk</email>
</author>
<published>2024-05-24T08:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=a8ccc2aa89c78108566c67b9e853797ea451f9c8'/>
<id>urn:sha1:a8ccc2aa89c78108566c67b9e853797ea451f9c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FIX DeviceTree Crash Odroid C2 Armbian</title>
<updated>2024-02-08T18:52:53+00:00</updated>
<author>
<name>bigbear</name>
<email>ns@bigbear.dk</email>
</author>
<published>2024-02-08T01:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=c7282f2d5e5952f5c76a5225072f6257bc0c5776'/>
<id>urn:sha1:c7282f2d5e5952f5c76a5225072f6257bc0c5776</id>
<content type='text'>
</content>
</entry>
<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/debian/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/debian/hardinfo2.git/commit/?id=f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e'/>
<id>urn:sha1:f139c5f5c562ed721c5f0d874a4dddb4c2a89e6e</id>
<content type='text'>
</content>
</entry>
<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>raspberry pi memory types</title>
<updated>2019-07-30T02:43:37+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2019-07-14T23:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=e3377db53867d1f327a93652ee9002f3b52bf906'/>
<id>urn:sha1:e3377db53867d1f327a93652ee9002f3b52bf906</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>devicetree: include details for "Summary" in reports</title>
<updated>2018-11-04T23:01:49+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-10-22T20:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=d00af9f4636a1ebacf6a83bd2a4d81afc607f26f'/>
<id>urn:sha1:d00af9f4636a1ebacf6a83bd2a4d81afc607f26f</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>devicetree: fix to remove gtk runtime warning</title>
<updated>2018-09-27T03:51:29+00:00</updated>
<author>
<name>Burt P</name>
<email>pburt0@gmail.com</email>
</author>
<published>2018-09-08T23:48:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=49a4c95c6dd6bfa5815c4ebccb1758b0e3268a94'/>
<id>urn:sha1:49a4c95c6dd6bfa5815c4ebccb1758b0e3268a94</id>
<content type='text'>
Signed-off-by: Burt P &lt;pburt0@gmail.com&gt;
</content>
</entry>
<entry>
<title>Build fix after 8913af3e</title>
<updated>2017-09-04T23:09:37+00:00</updated>
<author>
<name>Leandro Pereira</name>
<email>leandro@hardinfo.org</email>
</author>
<published>2017-09-04T23:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=c687f6039a2f2fbb0284101a6ecb7a8a67b0cb46'/>
<id>urn:sha1:c687f6039a2f2fbb0284101a6ecb7a8a67b0cb46</id>
<content type='text'>
Fixes #188.
</content>
</entry>
<entry>
<title>Conditionally compile PowerPC and ARM code while summarizing DT</title>
<updated>2017-09-03T15:53:02+00:00</updated>
<author>
<name>Leandro Pereira</name>
<email>leandro@hardinfo.org</email>
</author>
<published>2017-08-27T19:02:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/debian/hardinfo2.git/commit/?id=8913af3e0fb372e7df705015840166ec1b841043'/>
<id>urn:sha1:8913af3e0fb372e7df705015840166ec1b841043</id>
<content type='text'>
Also, use properly-named variables and plug a memory leak.
</content>
</entry>
</feed>
