<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/modules/dmi_utils.c, branch nocomapi</title>
<subtitle>git.kernel.org: pub/scm/boot/syslinux/syslinux.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/'/>
<entry>
<title>Run Nindent on com32/modules/dmi_utils.c</title>
<updated>2009-05-29T22:10:28+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2009-05-29T22:10:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=b9b946c348612d766a73e3c9d24ce166cc76caa8'/>
<id>b9b946c348612d766a73e3c9d24ce166cc76caa8</id>
<content type='text'>
Automatically reformat com32/modules/dmi_utils.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automatically reformat com32/modules/dmi_utils.c using Nindent.

Do this for all files except HDT, gPXE and externally maintained
libraries (zlib, tinyjpeg, libpng).

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdt: Fixing wrong nb of elements displayed</title>
<updated>2009-02-26T04:58:43+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan.velu@free.fr</email>
</author>
<published>2009-02-21T12:10:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=9a15270fa5c2b7fc08b023edcf1c3552b583e1d3'/>
<id>9a15270fa5c2b7fc08b023edcf1c3552b583e1d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing wrong offsets in dmi</title>
<updated>2008-03-20T23:34:36+00:00</updated>
<author>
<name>Sebastian Herbszt</name>
<email>herbszt@gmx.de</email>
</author>
<published>2008-03-08T21:56:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e24088d7308039a4afad734087349410991bf4b2'/>
<id>e24088d7308039a4afad734087349410991bf4b2</id>
<content type='text'>
DMI code have some wrong offsets.
This patch fixes this offsets and improve the grammar.

Signed-off-by: Sebastian Herbszt &lt;herbszt@gmx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DMI code have some wrong offsets.
This patch fixes this offsets and improve the grammar.

Signed-off-by: Sebastian Herbszt &lt;herbszt@gmx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>License change for CPU detection modules</title>
<updated>2008-03-02T20:00:10+00:00</updated>
<author>
<name>Erwan</name>
<email>erwan@seanodes.com</email>
</author>
<published>2008-03-02T09:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e8004fc8eec23ad151fda3664f7abac1a7391373'/>
<id>e8004fc8eec23ad151fda3664f7abac1a7391373</id>
<content type='text'>
H. Peter Anvin wrote:
&gt; Erwan: I would have to get you to do this, since it would mean
&gt; changing the license (trying to keep libcom32 under the BSD/MIT
&gt; licenses), and you have them under your own copyright (as opposed to
&gt; mine), which means I can't do this change.

Please find attached the patch to changing the license to MIT on modules
I did contribute in com32/modules/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
H. Peter Anvin wrote:
&gt; Erwan: I would have to get you to do this, since it would mean
&gt; changing the license (trying to keep libcom32 under the BSD/MIT
&gt; licenses), and you have them under your own copyright (as opposed to
&gt; mine), which means I can't do this change.

Please find attached the patch to changing the license to MIT on modules
I did contribute in com32/modules/.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding a com32 module to handle DMI</title>
<updated>2006-08-15T05:25:26+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwan@seanodes.com</email>
</author>
<published>2006-08-14T20:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1442feb3e09f6752a58191b4630a76e3051bca60'/>
<id>1442feb3e09f6752a58191b4630a76e3051bca60</id>
<content type='text'>
 From : Erwan Velu &lt;erwan.velu@free.fr&gt;

This patch add a new com32 module named dmi.
It can parse DMI Hanldes number 0,1,2,3,4.
Using a very simple API, you can read the values of the following "Handles"
- BIOS
- CHASSIS
- SYSTEM
- BASE_BOARD
- PROCESSOR

It's possible and easy to extend to many other Handles.

A sample code program called dmitest shows how you can use and display
this structures.

The codes is mainly taken from the Linux Kernel and the smartmontool
projects.
Both are GPL, my code too.

Testing and feedback are welcomed.

Signed-off-by:Erwan Velu &lt;erwan.velu@free.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 From : Erwan Velu &lt;erwan.velu@free.fr&gt;

This patch add a new com32 module named dmi.
It can parse DMI Hanldes number 0,1,2,3,4.
Using a very simple API, you can read the values of the following "Handles"
- BIOS
- CHASSIS
- SYSTEM
- BASE_BOARD
- PROCESSOR

It's possible and easy to extend to many other Handles.

A sample code program called dmitest shows how you can use and display
this structures.

The codes is mainly taken from the Linux Kernel and the smartmontool
projects.
Both are GPL, my code too.

Testing and feedback are welcomed.

Signed-off-by:Erwan Velu &lt;erwan.velu@free.fr&gt;
</pre>
</div>
</content>
</entry>
</feed>
