<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/net, branch LABEL_2006_05_19_1133</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/net?h=LABEL_2006_05_19_1133</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/net?h=LABEL_2006_05_19_1133'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2006-03-31T16:32:53Z</updated>
<entry>
<title>GCC-4.x fixes: clean up global data pointer initialization for all boards.</title>
<updated>2006-03-31T16:32:53Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-31T16:32:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d87080b721e4f8dca977af7571c5338ae7bb8db7'/>
<id>urn:sha1:d87080b721e4f8dca977af7571c5338ae7bb8db7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for the DHCP vendor optional bootfile (#67).</title>
<updated>2006-03-12T17:26:46Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-12T17:26:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3b2e4fd9b0348d49e7b55a19a0c919f6c83d9a43'/>
<id>urn:sha1:3b2e4fd9b0348d49e7b55a19a0c919f6c83d9a43</id>
<content type='text'>
Ignores the vendor TFTP server name option (#66).
Patch by Murray Jensen, 30 Jun 2005
</content>
</entry>
<entry>
<title>Fix behaviour if gatewayip is not set</title>
<updated>2006-03-12T00:13:30Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-12T00:13:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d509b81210e8126d8f953fda419f93c8065e314a'/>
<id>urn:sha1:d509b81210e8126d8f953fda419f93c8065e314a</id>
<content type='text'>
Patch by Robin Gilks, 23 Dec 2004
</content>
</entry>
<entry>
<title>Merge with /home/sr/git/u-boot</title>
<updated>2005-12-01T00:38:13Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-12-01T00:38:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4a86d779ff0b2bf9690e50786dece5a689ba3345'/>
<id>urn:sha1:4a86d779ff0b2bf9690e50786dece5a689ba3345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix miiphy global data initialization (problem on 4xx boards when no</title>
<updated>2005-11-30T17:06:04Z</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2005-11-30T17:06:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d9785c14bf489908b8e39b1e20f0c14cb8fcda76'/>
<id>urn:sha1:d9785c14bf489908b8e39b1e20f0c14cb8fcda76</id>
<content type='text'>
ethaddr is assigned). Initialization moved from miiphy_register() to
eth_initialize().

Based on initial patch for 4xx platform by Matthias Fuchs.
</content>
</entry>
<entry>
<title>Add support for TQM8541/8555 boards, TQM85xx support reworked:</title>
<updated>2005-11-30T12:06:40Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2005-11-30T12:06:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d96f41e0165f1bdc16eacf79ba1654c8f45fa71a'/>
<id>urn:sha1:d96f41e0165f1bdc16eacf79ba1654c8f45fa71a</id>
<content type='text'>
- Support for TQM8541/8555 boards added.
- Complete rework of TQM8540/8560 support.
- Common TQM85xx code now supports all current TQM85xx platforms
  (TQM8540/8541/8555/8560).
- DDR SDRAM size detection added.
- CAS latency default values can be overwritten by setting "serial#"
  to e.g. "ABC0001 casl=25" -&gt; CAS latency 2.5 will be used.
  If problems are detected with this non default CAS latency,
  the defualt values will be used instead.
- FLASH size detection added.
- Moved FCC ethernet driver initialization behind TSEC driver init
  -&gt; TSEC is first device.

Patch by Stefan Roese, 30 Nov 2005
</content>
</entry>
<entry>
<title>Add explanation for CDP checksum algorithm</title>
<updated>2005-11-10T19:59:46Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-11-10T19:59:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3ada834e30a0742991209140049035c626ccea85'/>
<id>urn:sha1:3ada834e30a0742991209140049035c626ccea85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for multiple PHYs.</title>
<updated>2005-10-28T20:30:33Z</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2005-10-28T20:30:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=63ff004c4fcad9f690bf44dbd15d568bb47aac2d'/>
<id>urn:sha1:63ff004c4fcad9f690bf44dbd15d568bb47aac2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge with /home/m8/git/u-boot</title>
<updated>2005-10-15T16:23:43Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-10-15T16:23:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84bd92bdda05e6aaae3150ed6ef957b3a67398b7'/>
<id>urn:sha1:84bd92bdda05e6aaae3150ed6ef957b3a67398b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup for GCC-4.x</title>
<updated>2005-10-13T14:45:02Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-10-13T14:45:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=77ddac9480d63a80b6bb76d7ee4dcc2d1070867e'/>
<id>urn:sha1:77ddac9480d63a80b6bb76d7ee4dcc2d1070867e</id>
<content type='text'>
</content>
</entry>
</feed>
