<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/net/bootp.c, branch v1.3.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>Coding Style cleanup; update CHANGELOG</title>
<updated>2008-04-13T16:59:26+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-04-13T16:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1aeed8d71acb3290cf2446f316d6ba437e7881c4'/>
<id>1aeed8d71acb3290cf2446f316d6ba437e7881c4</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP request fix for Windows Server 2003</title>
<updated>2008-03-30T04:09:49+00:00</updated>
<author>
<name>Aras Vaichas</name>
<email>arasv@magtech.com.au</email>
</author>
<published>2008-03-25T22:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d9a2f416d6ac6058cd7845033ae4dc32ef1c0746'/>
<id>d9a2f416d6ac6058cd7845033ae4dc32ef1c0746</id>
<content type='text'>
Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
delay before sending "DHCP Request" in net/bootp.c. Required to overcome
interoperability problems with Windows Server 200x DHCP server when U-Boot
client responds too fast for server to handle.

Signed-off-by: Aras Vaichas &lt;arasv@magtech.com.au&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
delay before sending "DHCP Request" in net/bootp.c. Required to overcome
interoperability problems with Windows Server 200x DHCP server when U-Boot
client responds too fast for server to handle.

Signed-off-by: Aras Vaichas &lt;arasv@magtech.com.au&gt;
Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning differ in signedness in net/net.c and net/nfs.c</title>
<updated>2007-11-18T00:29:38+00:00</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2007-11-17T10:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=079c2c4fa71c0d1ebef394508df9088df8a308d3'/>
<id>079c2c4fa71c0d1ebef394508df9088df8a308d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup coding style; update CHANGELOG</title>
<updated>2007-11-03T22:09:27+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-11-03T22:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=992742a5b09d9040adbd156fb90756af66ade310'/>
<id>992742a5b09d9040adbd156fb90756af66ade310</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP Client Fix</title>
<updated>2007-11-01T22:13:00+00:00</updated>
<author>
<name>Justin Flammia</name>
<email>jflammia@savantav.com</email>
</author>
<published>2007-10-29T21:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e5c794e491a57d829b6d8733e2ed8368a2269abf'/>
<id>e5c794e491a57d829b6d8733e2ed8368a2269abf</id>
<content type='text'>
This is a multi-part message in MIME format.

commit e6e505eae94ed721e123e177489291fc4544b7b8
Author: Justin Flammia &lt;jflammia@savantav.com&gt;
Date:   Mon Oct 29 17:19:03 2007 -0400

    Found a bug in the way the DHCP Request packet is built, where the IP address
    that is offered by the server is bound to prematurely. This patch is a fix of
    that bug where the IP address offered by the DHCP server is not used until
    after the DHCP ACK from the server is received.

Signed-off-by: Justin Flammia &lt;jflammia@savantav.com&gt;
Signed-off-by: Ben Warren &lt;bwarren@qstreams.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a multi-part message in MIME format.

commit e6e505eae94ed721e123e177489291fc4544b7b8
Author: Justin Flammia &lt;jflammia@savantav.com&gt;
Date:   Mon Oct 29 17:19:03 2007 -0400

    Found a bug in the way the DHCP Request packet is built, where the IP address
    that is offered by the server is bound to prematurely. This patch is a fix of
    that bug where the IP address offered by the DHCP server is not used until
    after the DHCP ACK from the server is received.

Signed-off-by: Justin Flammia &lt;jflammia@savantav.com&gt;
Signed-off-by: Ben Warren &lt;bwarren@qstreams.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid compiler warning.</title>
<updated>2007-09-18T19:36:35+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2007-09-18T19:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=135e19bc2773ebca487e9a8371f67e1ba202313a'/>
<id>135e19bc2773ebca487e9a8371f67e1ba202313a</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>New CONFIG_BOOTP_SERVERIP option</title>
<updated>2007-08-14T03:07:53+00:00</updated>
<author>
<name>Wilson Callan</name>
<email>wcallan@savantav.com</email>
</author>
<published>2007-07-28T14:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5d110f0aa69f065ee386ec1840dfee1e8cc46bc1'/>
<id>5d110f0aa69f065ee386ec1840dfee1e8cc46bc1</id>
<content type='text'>
Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
from the bootp server

Signed-off-by: Wilson Callan &lt;wcallan@savantav.com&gt;
Signed-off-by: Ben Warren &lt;bwarren@qstreams.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
from the bootp server

Signed-off-by: Wilson Callan &lt;wcallan@savantav.com&gt;
Signed-off-by: Ben Warren &lt;bwarren@qstreams.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net/: Remove lingering references to CFG_CMD_* symbols.</title>
<updated>2007-07-10T16:05:02+00:00</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-10T16:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=610f2e9c28a9c101e09fa1b78143cf5f00ed1593'/>
<id>610f2e9c28a9c101e09fa1b78143cf5f00ed1593</id>
<content type='text'>
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!</title>
<updated>2007-07-10T03:08:34+00:00</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-10T03:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1fe80d79c5c4e52d3410a7ab4b8515da095cdab3'/>
<id>1fe80d79c5c4e52d3410a7ab4b8515da095cdab3</id>
<content type='text'>
All of the choices for CONFIG_BOOTP_ are now documented in
the README file.  You must now individually select exactly
the set that you want using a series of
    #define CONFIG_BOOTP_&lt;x&gt;
statements in the board port config files now.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of the choices for CONFIG_BOOTP_ are now documented in
the README file.  You must now individually select exactly
the set that you want using a series of
    #define CONFIG_BOOTP_&lt;x&gt;
statements in the board port config files now.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>net/: Remove obsolete references to CONFIG_COMMANDS</title>
<updated>2007-07-09T22:45:14+00:00</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-09T22:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=643d1ab23960950b52e0a2803c2d3ea4c558fa01'/>
<id>643d1ab23960950b52e0a2803c2d3ea4c558fa01</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
