<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/com32/gplinclude, branch syslinux-4.07</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>Bug fix: Added the missing entry (boot_from_pcmcia) in struct s_characteristics.</title>
<updated>2012-09-22T16:24:25+00:00</updated>
<author>
<name>Hung-chi Lihn</name>
<email>hlihn@google.com</email>
</author>
<published>2012-09-22T16:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=7fe364e88be0a2b8140b71a7b0583ed887f48fff'/>
<id>7fe364e88be0a2b8140b71a7b0583ed887f48fff</id>
<content type='text'>
In bios_charac_strings[] of /com32/gpllib/dmi/dmi_bios.c there are actually 29 entries. However, BIOS_CHAR_NB_ELEMENTS in /com32/gplinclude/dmi/dmi_bios.h was defined as 28 and struct s_characteristics in the same file also only had 28 entries. It turns out that there was a missing entry "boot_from_pcmcia" (the 16th entry representing bit 18) in s_characteristics.

Signed-off-by: Hung-chi Lihn &lt;hlihn@google.com&gt;
Signed-off-by: Erwan Velu &lt;erwanaliasr1@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In bios_charac_strings[] of /com32/gpllib/dmi/dmi_bios.c there are actually 29 entries. However, BIOS_CHAR_NB_ELEMENTS in /com32/gplinclude/dmi/dmi_bios.h was defined as 28 and struct s_characteristics in the same file also only had 28 entries. It turns out that there was a missing entry "boot_from_pcmcia" (the 16th entry representing bit 18) in s_characteristics.

Signed-off-by: Hung-chi Lihn &lt;hlihn@google.com&gt;
Signed-off-by: Erwan Velu &lt;erwanaliasr1@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cpuid: Improving Cyrix/NSC detection</title>
<updated>2011-04-16T06:06:01+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-04-16T06:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=42018413878117f299c2baf54f5dce84f327244e'/>
<id>42018413878117f299c2baf54f5dce84f327244e</id>
<content type='text'>
This code add the specific detection code for Cyrix/NSC processor.
Code came from the Linux kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code add the specific detection code for Cyrix/NSC processor.
Code came from the Linux kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>cpuid: Managing UNKNOWN CPU better</title>
<updated>2011-04-14T18:58:05+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-04-14T18:58:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=629199e1eaa19e21a6da0769c163dd131aa80163'/>
<id>629199e1eaa19e21a6da0769c163dd131aa80163</id>
<content type='text'>
It's safe to manage the unknown cpu as a regular one. This will avoid
weird behavior when CPU isn't well detected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's safe to manage the unknown cpu as a regular one. This will avoid
weird behavior when CPU isn't well detected.
</pre>
</div>
</content>
</entry>
<entry>
<title>acpi: moving flags_to_string to base code</title>
<updated>2011-04-04T18:13:13+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-04-04T18:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c09eb315a9c426bc9fbb7bfe036648befb65fbd7'/>
<id>c09eb315a9c426bc9fbb7bfe036648befb65fbd7</id>
<content type='text'>
This code is useful for many program, let's make it generic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This code is useful for many program, let's make it generic.
</pre>
</div>
</content>
</entry>
<entry>
<title>cpuid: Enable cpu flags members parsing</title>
<updated>2011-03-21T20:23:56+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-03-21T20:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=e35490fd9cfeace884bcea91a138f23cc11f934c'/>
<id>e35490fd9cfeace884bcea91a138f23cc11f934c</id>
<content type='text'>
This patch allow a program to parse the list of the cpu flags and
retrieve its values, name &amp; comments.

I'd like to thank Shao Miller for helping me doing this code. He was
really helpful and a good support. Thx Shao !
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch allow a program to parse the list of the cpu flags and
retrieve its values, name &amp; comments.

I'd like to thank Shao Miller for helping me doing this code. He was
really helpful and a good support. Thx Shao !
</pre>
</div>
</content>
</entry>
<entry>
<title>zzjson: Adding zzjson 1.1.0</title>
<updated>2011-03-18T20:56:58+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-03-18T20:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d830004bf61b18d9f819ab8de8d62f509b74d367'/>
<id>d830004bf61b18d9f819ab8de8d62f509b74d367</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ACPI: Adding BOOT support</title>
<updated>2011-01-31T21:28:45+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-01-31T21:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=d27025ba52145c1b4119a8d5920137ffb35bc5f4'/>
<id>d27025ba52145c1b4119a8d5920137ffb35bc5f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ACPI: Adding SLIC support</title>
<updated>2011-01-31T21:21:05+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-01-31T21:21:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=34c4821049e15b4c2402e908ec4a60f449974ef0'/>
<id>34c4821049e15b4c2402e908ec4a60f449974ef0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ACPI: Adding MCFG support</title>
<updated>2011-01-31T21:14:16+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-01-31T21:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=c6e2eb83837b33c226119f971bee949396356701'/>
<id>c6e2eb83837b33c226119f971bee949396356701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ACPI: Fixing typo in TCPA</title>
<updated>2011-01-31T21:04:12+00:00</updated>
<author>
<name>Erwan Velu</name>
<email>erwanaliasr1@gmail.com</email>
</author>
<published>2011-01-31T21:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=1487261e9678cf7bea00e64b6deaae963a6470e1'/>
<id>1487261e9678cf7bea00e64b6deaae963a6470e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
