<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include, branch U-Boot-1_1_4</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>Change port configuration for O2DNT (CODEC1 on PSC1)</title>
<updated>2005-12-06T19:33:07+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2005-12-06T19:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3a7b142b62a923838a0fa13b5b8bc0ce939b95cd'/>
<id>3a7b142b62a923838a0fa13b5b8bc0ce939b95cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix DPRAM offset/size for MPC8541/8555.</title>
<updated>2005-12-06T14:02:31+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-12-06T14:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a889bd27ef2a9c01eb5b10d067765545781efa0a'/>
<id>a889bd27ef2a9c01eb5b10d067765545781efa0a</id>
<content type='text'>
Simplify TQM85xx Makefile handling.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify TQM85xx Makefile handling.
</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>Merge with /home/sr/git/u-boot</title>
<updated>2005-12-01T00:38:13+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-12-01T00:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4a86d779ff0b2bf9690e50786dece5a689ba3345'/>
<id>4a86d779ff0b2bf9690e50786dece5a689ba3345</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust TQM834x PHY addresses for latest hardware revision.</title>
<updated>2005-12-01T00:17:24+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-12-01T00:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b6f8435664db077235be537b64a67d03bd235c32'/>
<id>b6f8435664db077235be537b64a67d03bd235c32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase malloc arena on TQM5200 board to 256 kB.</title>
<updated>2005-11-30T23:55:19+00:00</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.(none)</email>
</author>
<published>2005-11-30T23:55:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d00de23b15531b9f60bc99567f5c44a65a41487b'/>
<id>d00de23b15531b9f60bc99567f5c44a65a41487b</id>
<content type='text'>
With 64 kb uniform flash sector size the old value of 128 kB was
too small.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With 64 kb uniform flash sector size the old value of 128 kB was
too small.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix miiphy global data initialization (problem on 4xx boards when no</title>
<updated>2005-11-30T17:06:04+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2005-11-30T17:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d9785c14bf489908b8e39b1e20f0c14cb8fcda76'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ethaddr is assigned). Initialization moved from miiphy_register() to
eth_initialize().

Based on initial patch for 4xx platform by Matthias Fuchs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for TQM8541/8555 boards, TQM85xx support reworked:</title>
<updated>2005-11-30T12:06:40+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2005-11-30T12:06:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d96f41e0165f1bdc16eacf79ba1654c8f45fa71a'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for AMCC 440SP, add support for AMCC Luan 440SP eval board.</title>
<updated>2005-11-29T17:18:21+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2005-11-29T17:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6e7fb6eaa515e15c2b86451d7853c2611713e872'/>
<id>6e7fb6eaa515e15c2b86451d7853c2611713e872</id>
<content type='text'>
Patch by John Otken, 23 Nov 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by John Otken, 23 Nov 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase IPB and PCI clocks for O2DNT board.</title>
<updated>2005-11-27T19:15:41+00:00</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2005-11-27T19:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0a69b26ed6fe3184cab86872589c27b076e6cb8e'/>
<id>0a69b26ed6fe3184cab86872589c27b076e6cb8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
