<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/Makefile, branch LABEL_2003_09_18_2045</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/'/>
<entry>
<title>Support new configuration of TRAB board with more memory</title>
<updated>2003-09-17T22:48:07+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-09-17T22:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=b0639ca33214eedeb026ce45ad1871d477cdbfb8'/>
<id>b0639ca33214eedeb026ce45ad1871d477cdbfb8</id>
<content type='text'>
Minor cleanup of comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor cleanup of comments
</pre>
</div>
</content>
</entry>
<entry>
<title>Add auto-update code for TRAB board using USB memory sticks</title>
<updated>2003-09-17T15:10:32+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-09-17T15:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=f54ebdfa28a3c384cb4904f75f8228f3c6d748c5'/>
<id>f54ebdfa28a3c384cb4904f75f8228f3c6d748c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move TRAB burn-in tests to TRAB board directory</title>
<updated>2003-09-12T15:35:15+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-09-12T15:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=f5300ab241898c490231e59229e6312aa862ce52'/>
<id>f5300ab241898c490231e59229e6312aa862ce52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New boards DP405, HUB405, PLU405, VOH405 added.</title>
<updated>2003-09-12T08:57:15+00:00</updated>
<author>
<name>stroese</name>
<email>stroese</email>
</author>
<published>2003-09-12T08:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=72cd5aa70386da15e063c80c3a31e4e599c47a0c'/>
<id>72cd5aa70386da15e063c80c3a31e4e599c47a0c</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 Martin Krause, 11 Sep 2003:</title>
<updated>2003-09-11T23:06:34+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-09-11T23:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7'/>
<id>4f7cb08ee7b48a511a9cd2398fd4a243ca2733c7</id>
<content type='text'>
  add burn-in tests for TRAB board

* Enable instruction cache on MPC5200 board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  add burn-in tests for TRAB board

* Enable instruction cache on MPC5200 board
</pre>
</div>
</content>
</entry>
<entry>
<title>* Add support for SK98xx driver</title>
<updated>2003-09-05T23:19:14+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-09-05T23:19:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=7152b1d0b3f8beec8c297d64664e41b4c4ef610a'/>
<id>7152b1d0b3f8beec8c297d64664e41b4c4ef610a</id>
<content type='text'>
* Add PCI support for SL8245 board

* Support IceCube board configurations with 1 x AMD AM29LV065 (8 MB)
  or 1 x AM29LV652 (two LV065 in one chip = 16 MB);
  Run IPB at 133 Mhz; adjust the MII clock frequency accordingly

* Set BRG_CLK on PM825/826 to 64MHz (VCO_OUT / 4, instead of 16  MHz)
  to allow for more accurate baudrate settings
  (error now 0.7% at 115 kbps, instead of 3.5% before)

* Patch by Andreas Mohr, 4 Sep 2003:
  Fix a lot of spelling errors
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add PCI support for SL8245 board

* Support IceCube board configurations with 1 x AMD AM29LV065 (8 MB)
  or 1 x AM29LV652 (two LV065 in one chip = 16 MB);
  Run IPB at 133 Mhz; adjust the MII clock frequency accordingly

* Set BRG_CLK on PM825/826 to 64MHz (VCO_OUT / 4, instead of 16  MHz)
  to allow for more accurate baudrate settings
  (error now 0.7% at 115 kbps, instead of 3.5% before)

* Patch by Andreas Mohr, 4 Sep 2003:
  Fix a lot of spelling errors
</pre>
</div>
</content>
</entry>
<entry>
<title>* Add support for PPChameleon Eval Board</title>
<updated>2003-09-02T22:48:03+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-09-02T22:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=12f34241cb9679c27a1ab3561766562f5a515eff'/>
<id>12f34241cb9679c27a1ab3561766562f5a515eff</id>
<content type='text'>
* Add support for P3G4 board

* Fix problem with MGT5100 FEC driver: add "early" MAC address
  initialization
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for P3G4 board

* Fix problem with MGT5100 FEC driver: add "early" MAC address
  initialization
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch by Raghu Krishnaprasad, 7 Aug 2003:</title>
<updated>2003-08-30T00:05:50+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-08-30T00:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=0cb61d7dddb0d8c087f6df46a74815950668c97b'/>
<id>0cb61d7dddb0d8c087f6df46a74815950668c97b</id>
<content type='text'>
add support for Adder II MPC852T module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add support for Adder II MPC852T module
</pre>
</div>
</content>
</entry>
<entry>
<title>* Patch by George G. Davis, 19 Aug 2003:</title>
<updated>2003-08-29T22:00:43+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-08-29T22:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=6f21347d49b1741e4b8247f5e2d3fa83ef169c25'/>
<id>6f21347d49b1741e4b8247f5e2d3fa83ef169c25</id>
<content type='text'>
  fix TI Innovator/OMAP1510 pin configs

* Patches by Kshitij, 18 Aug 2003
  - add support for arm926ejs cpu core
  - add support for TI OMAP 1610 Innovator Board
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  fix TI Innovator/OMAP1510 pin configs

* Patches by Kshitij, 18 Aug 2003
  - add support for arm926ejs cpu core
  - add support for TI OMAP 1610 Innovator Board
</pre>
</div>
</content>
</entry>
<entry>
<title>* Make Ethernet autonegotiation on INCA-IP work for all clock rates;</title>
<updated>2003-08-17T18:55:18+00:00</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-08-17T18:55:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ausil/public_git/u-boot.git/commit/?id=e0ac62d798ce60ec5d43125d4786e58b0d881836'/>
<id>e0ac62d798ce60ec5d43125d4786e58b0d881836</id>
<content type='text'>
  allow selection of clock frequency as "make" target

* Implement memory autosizing code for IceCube boards

* Configure network port on INCA-IP for autonegotiation

* Fix overflow problem in network timeout code

* Patch by Richard Woodruff, 8 Aug 2003:
  Allow crc32 to be used at address 0x000 (crc32_no_comp, too).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  allow selection of clock frequency as "make" target

* Implement memory autosizing code for IceCube boards

* Configure network port on INCA-IP for autonegotiation

* Fix overflow problem in network timeout code

* Patch by Richard Woodruff, 8 Aug 2003:
  Allow crc32 to be used at address 0x000 (crc32_no_comp, too).
</pre>
</div>
</content>
</entry>
</feed>
