<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/net/net.c, branch origin</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>README: add explanation about patch policy</title>
<updated>2005-05-03T14:12:25+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-05-03T14:12:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=90dc67049df9db3469e6dfa6073d36b7ae848d05'/>
<id>90dc67049df9db3469e6dfa6073d36b7ae848d05</id>
<content type='text'>
net/net.c: fix indentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
net/net.c: fix indentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch by David Adair, 27 Oct 2004:</title>
<updated>2005-04-03T20:55:38+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-03T20:55:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6315349202ead02aec4774f6ede5d2ae490eae63'/>
<id>6315349202ead02aec4774f6ede5d2ae490eae63</id>
<content type='text'>
Add missing 440GX SDRAM Controller reset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing 440GX SDRAM Controller reset
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Richard Klingler, 03 Apr 2005:</title>
<updated>2005-04-03T14:52:59+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-03T14:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b1bf6f2c9b4aa17c6ccb7a631c99fae7f4b5744b'/>
<id>b1bf6f2c9b4aa17c6ccb7a631c99fae7f4b5744b</id>
<content type='text'>
  Add call to eth_halt() in net/net.c when called functions fail
  after eth_init() has been called.

* Patch by Sam Song, 3 April 2005:
  - Update README.Netconsole
  - Update README
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Add call to eth_halt() in net/net.c when called functions fail
  after eth_init() has been called.

* Patch by Sam Song, 3 April 2005:
  - Update README.Netconsole
  - Update README
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup</title>
<updated>2005-04-03T14:18:51+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-03T14:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=59acc296d97b7262b64be8bc23b12c47b4fdd7e6'/>
<id>59acc296d97b7262b64be8bc23b12c47b4fdd7e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Masami Komiya, 30 Mar 2005:</title>
<updated>2005-04-01T00:25:43+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-01T00:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ea287debe1980182adbe8c63b71bb82193dad5b7'/>
<id>ea287debe1980182adbe8c63b71bb82193dad5b7</id>
<content type='text'>
  add SNTP support and expand time server and time offset fields of
  DHCP support. See doc/README.SNTP

* Patch by Steven Scholz, 13 Dec 2004:
  Fix bug in at91rm920 ethernet driver
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  add SNTP support and expand time server and time offset fields of
  DHCP support. See doc/README.SNTP

* Patch by Steven Scholz, 13 Dec 2004:
  Fix bug in at91rm920 ethernet driver
</pre>
</div>
</content>
</entry>
<entry>
<title>* Some Cleanup.</title>
<updated>2005-01-12T00:15:14+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-01-12T00:15:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=289f932c5ff628bf21a05073243071a01a2d3b02'/>
<id>289f932c5ff628bf21a05073243071a01a2d3b02</id>
<content type='text'>
* Patch by Richard Woodruff, 10 Jan 2005:
  Update support for OMAP2420 (ARM11) and H4 board:
  o clean up and add new types to H4 memory probe code.
  o fix to work with internal boot.
  o added PRCM config III operation.
  o fix marginal flash timings.
  o add revison ATAG usage.
  o enable voltage scaling at power chip.
  o fix compile error for i2c.

* Fix network problem (error when receiving multiple ARP packets)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Patch by Richard Woodruff, 10 Jan 2005:
  Update support for OMAP2420 (ARM11) and H4 board:
  o clean up and add new types to H4 memory probe code.
  o fix to work with internal boot.
  o added PRCM config III operation.
  o fix marginal flash timings.
  o add revison ATAG usage.
  o enable voltage scaling at power chip.
  o fix compile error for i2c.

* Fix network problem (error when receiving multiple ARP packets)
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Philippe Robin, 28 Sept 2004:</title>
<updated>2004-10-11T22:51:13+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-11T22:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d407bf52b5dfb96816969c126f14b35df1f233ae'/>
<id>d407bf52b5dfb96816969c126f14b35df1f233ae</id>
<content type='text'>
  Fix Flash support for Versatile.

* Patch by Roger Blofeld, 16 Sep 2004:
  Fix timeout for DHCP command retry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Fix Flash support for Versatile.

* Patch by Roger Blofeld, 16 Sep 2004:
  Fix timeout for DHCP command retry
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch by Andreas Engel, 16 Aug 2004:</title>
<updated>2004-10-09T21:56:21+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-09T21:56:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3e01d75ff25b3668191beb86ab32cb2d1fb7f73b'/>
<id>3e01d75ff25b3668191beb86ab32cb2d1fb7f73b</id>
<content type='text'>
parameter type cleanup for NetSetTimeout()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
parameter type cleanup for NetSetTimeout()
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for console over UDP (compatible to Ingo Molnar's</title>
<updated>2004-08-02T21:11:11+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-08-02T21:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68ceb29e7133a0f972f53d3d61fd61207374baec'/>
<id>68ceb29e7133a0f972f53d3d61fd61207374baec</id>
<content type='text'>
netconsole patch under Linux)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
netconsole patch under Linux)
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by John Kerl, 19 Apr 2004:</title>
<updated>2004-04-25T13:18:40+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-25T13:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b9711de10218ce3072dcc77d83294d19ac78e193'/>
<id>b9711de10218ce3072dcc77d83294d19ac78e193</id>
<content type='text'>
  Use U-boot's miiphy.h for PHY register names, rather than
  introducing a new header file.

* Update pci_ids.h from linux-2.4.26

* Patch by Masami Komiya, 19 Apr 2004:
  Fix problem cause by VLAN function on little endian architecture
  without VLAN environment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Use U-boot's miiphy.h for PHY register names, rather than
  introducing a new header file.

* Update pci_ids.h from linux-2.4.26

* Patch by Masami Komiya, 19 Apr 2004:
  Fix problem cause by VLAN function on little endian architecture
  without VLAN environment
</pre>
</div>
</content>
</entry>
</feed>
