<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mips, branch LABEL_2006_06_30_2020</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>au1x00_eth.c: check malloc return value and abort if it failed</title>
<updated>2006-03-13T00:00:22+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-13T00:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=95515306155b8b7fca1a38f192f23ea49251edf8'/>
<id>95515306155b8b7fca1a38f192f23ea49251edf8</id>
<content type='text'>
Patch by Andrew Dyer, 26 Jul 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Andrew Dyer, 26 Jul 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup, especially MIPS for GCC 4.x</title>
<updated>2005-12-03T23:40:34+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-12-03T23:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f013dacf0a90667fbefe35580f8031a84caeb65e'/>
<id>f013dacf0a90667fbefe35580f8031a84caeb65e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix U-Boot compilation for MIPS boards using ELDK 4.0</title>
<updated>2005-12-01T01:15:07+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-12-01T01:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c75eba3b4140187cd0d9bd8049f5df4c49b6889b'/>
<id>c75eba3b4140187cd0d9bd8049f5df4c49b6889b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for multiple PHYs.</title>
<updated>2005-10-28T20:30:33+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2005-10-28T20:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=63ff004c4fcad9f690bf44dbd15d568bb47aac2d'/>
<id>63ff004c4fcad9f690bf44dbd15d568bb47aac2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix au1x00_serial baud rate calculation:</title>
<updated>2005-09-25T14:50:33+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-09-25T14:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7a22cd535b67e89af88190cd5143ba53f502f064'/>
<id>7a22cd535b67e89af88190cd5143ba53f502f064</id>
<content type='text'>
remove hardcoded cpu clock divisor and use register instead;
round up instead of truncate
Patch by Andrew Dyer, 15 Feb 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove hardcoded cpu clock divisor and use register instead;
round up instead of truncate
Patch by Andrew Dyer, 15 Feb 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for AMD's Pb1x00 eval board;</title>
<updated>2005-09-24T22:53:22+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-09-24T22:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=265817c7e6e55f1c2d05b8aa2080145291968b2e'/>
<id>265817c7e6e55f1c2d05b8aa2080145291968b2e</id>
<content type='text'>
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add MII routines to the au1x00 ethernet driver;
add USB ohci driver (work in progress)
Patch by Thomas Sailer, 20 Jan 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ethernet timeouts on dbau1550 and other au1x00 systems</title>
<updated>2005-09-24T20:05:40+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-09-24T20:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4bc12f1ccf8f449c875594675f2d86305bb74097'/>
<id>4bc12f1ccf8f449c875594675f2d86305bb74097</id>
<content type='text'>
Patch by Leif Lindholm, 29 Dec 2004
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Leif Lindholm, 29 Dec 2004
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dbau1xxx (= MIPS big and little endian) build options.</title>
<updated>2005-08-08T21:06:32+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-08-08T21:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2191923072413972d8dbf3e1b2f8ce6762a85800'/>
<id>2191923072413972d8dbf3e1b2f8ce6762a85800</id>
<content type='text'>
Incorrect gcc options (big endian -BE switch) were used for
dbau1550_el which is a little endian build; also get rid of reference
to non-existant cpu/mips/little/liblittle.a library
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Incorrect gcc options (big endian -BE switch) were used for
dbau1550_el which is a little endian build; also get rid of reference
to non-existant cpu/mips/little/liblittle.a library
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare for SoC rework of ARM code:</title>
<updated>2005-04-02T23:52:25+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-02T23:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=400558b561e2bdb47f87b96b3510dda0881a3662'/>
<id>400558b561e2bdb47f87b96b3510dda0881a3662</id>
<content type='text'>
- rename CONFIG_BOOTBINFUNC into  CONFIG_INIT_CRITICAL
- rename memsetup into lowlevel_init (function name and source files)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- rename CONFIG_BOOTBINFUNC into  CONFIG_INIT_CRITICAL
- rename memsetup into lowlevel_init (function name and source files)
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by Leif Lindholm, 23 Sep 2004:</title>
<updated>2005-01-09T22:28:56+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-01-09T22:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ff36fd8591776405eeb3a086ba1136bf1ece2ffb'/>
<id>ff36fd8591776405eeb3a086ba1136bf1ece2ffb</id>
<content type='text'>
  add support for the AMD db1550 board

* Patch by Travis Sawyer, 15 Sep 2004:
  Add CONFIG_SERIAL_MULTI support for ppc4xx,
  update README.serial_multi
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  add support for the AMD db1550 board

* Patch by Travis Sawyer, 15 Sep 2004:
  Add CONFIG_SERIAL_MULTI support for ppc4xx,
  update README.serial_multi
</pre>
</div>
</content>
</entry>
</feed>
