<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/syslinux.git/core/comboot.inc, branch syslinux-3.71-pre5</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>comboot: re-enable the idle call</title>
<updated>2008-07-07T21:54:53+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T21:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=ca32f3d1846facf0e8c669e58bbacf5b50affe52'/>
<id>ca32f3d1846facf0e8c669e58bbacf5b50affe52</id>
<content type='text'>
Try again to enable the idle call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try again to enable the idle call.
</pre>
</div>
</content>
</entry>
<entry>
<title>comboot: make sure we CLD at all relevant entry points</title>
<updated>2008-07-07T20:20:05+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T20:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=16a11070a8bdf715c3683ea585bdb68398429e82'/>
<id>16a11070a8bdf715c3683ea585bdb68398429e82</id>
<content type='text'>
DF is undefined on entry, so make sure we clear it at all entry points
where it could possibly matter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DF is undefined on entry, so make sure we clear it at all entry points
where it could possibly matter.
</pre>
</div>
</content>
</entry>
<entry>
<title>comboot.inc: add missing "section .text"</title>
<updated>2008-07-07T19:46:48+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T19:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=777495330a5f0eeb6cc432497cc0bedfc01d2c25'/>
<id>777495330a5f0eeb6cc432497cc0bedfc01d2c25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>comboot: save/restore all the DOS vectors; handle a few more</title>
<updated>2008-07-07T19:43:15+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-07T19:43:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=3346537db4fddde1faf85f25f427a066c25b2fdf'/>
<id>3346537db4fddde1faf85f25f427a066c25b2fdf</id>
<content type='text'>
- save and restore all the DOS vectors around COMBOOT invocations.
- handle INT 28h and INT 29h, and IRET on INT 2Dh, 2Fh, 33h.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- save and restore all the DOS vectors around COMBOOT invocations.
- handle INT 28h and INT 29h, and IRET on INT 2Dh, 2Fh, 33h.
</pre>
</div>
</content>
</entry>
<entry>
<title>comboot: issue IRET for INT 2Fh</title>
<updated>2008-07-01T05:21:47+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-07-01T05:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=5c2daee46d7bcba1e102d1567e7795fb1bff94a9'/>
<id>5c2daee46d7bcba1e102d1567e7795fb1bff94a9</id>
<content type='text'>
At least one laptop exists which calls INT 2Fh from inside the BIOS!
So just point INT 2Fh to IRET, and hope that's good enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At least one laptop exists which calls INT 2Fh from inside the BIOS!
So just point INT 2Fh to IRET, and hope that's good enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bogus instances of writestr_early</title>
<updated>2008-06-15T17:42:01+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-15T17:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=541778abf197aad50e92a42d57a2acf518472b99'/>
<id>541778abf197aad50e92a42d57a2acf518472b99</id>
<content type='text'>
Fix a set of bogus calls to writestr_early instead of writestr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a set of bogus calls to writestr_early instead of writestr.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mechanically rename the writestr functions</title>
<updated>2008-06-15T17:37:10+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-15T17:37:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=89e10c2e8a7d9592a400824f9667b2487014f633'/>
<id>89e10c2e8a7d9592a400824f9667b2487014f633</id>
<content type='text'>
Mechanically rename the writestr functions:

	writestr   -&gt; writestr_early
	cwritestr  -&gt; writestr

... to reflect which function is more appropriate to call in normal
circumstances.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mechanically rename the writestr functions:

	writestr   -&gt; writestr_early
	cwritestr  -&gt; writestr

... to reflect which function is more appropriate to call in normal
circumstances.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DOS interrupt error messages</title>
<updated>2008-06-10T23:32:00+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-10T23:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=fdfe1e9dadfa9e4b96f7c62e993f1e6548c2f293'/>
<id>fdfe1e9dadfa9e4b96f7c62e993f1e6548c2f293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When erroring out on an DOS interrupt, print info</title>
<updated>2008-06-10T23:15:23+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-10T23:15:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=0567ceb761f37a1a0bae2726747190789fcd515b'/>
<id>0567ceb761f37a1a0bae2726747190789fcd515b</id>
<content type='text'>
Print the interrupt number, AX, and CS:IP of the offending system
call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Print the interrupt number, AX, and CS:IP of the offending system
call.
</pre>
</div>
</content>
</entry>
<entry>
<title>PXELINUX: Enable idle calls on select platforms</title>
<updated>2008-06-09T23:16:31+00:00</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2008-06-09T23:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/syslinux.git/commit/?id=012d53b0453ac7a5ec03fb802434fe64e6f85bf5'/>
<id>012d53b0453ac7a5ec03fb802434fe64e6f85bf5</id>
<content type='text'>
Enable idle calls on select platforms, based on device ID.
In particular, certain Broadcom chips need them to avoid FIFO stalls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable idle calls on select platforms, based on device ID.
In particular, certain Broadcom chips need them to avoid FIFO stalls.
</pre>
</div>
</content>
</entry>
</feed>
