<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/configs, 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>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>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>
<entry>
<title>Changed PPC44x startup message (cpu info, speed...) to common style:</title>
<updated>2005-11-27T18:36:26+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2005-11-27T18:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3d9569b2329802c36ec834ff2a851b11bb706288'/>
<id>3d9569b2329802c36ec834ff2a851b11bb706288</id>
<content type='text'>
On PPC44x platforms, the startup message generated in "cpu.c" only
comprised the ppc type and revision but not additional informations
like speed etc. Those speed infos where printed in the board specific
code. This new implementation now prints all CPU infos in the common
cpu specific code. No board specific code is needed anymore and
therefore removed from all current 44x implementations.

Patch by Stefan Roese, 27 Nov 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On PPC44x platforms, the startup message generated in "cpu.c" only
comprised the ppc type and revision but not additional informations
like speed etc. Those speed infos where printed in the board specific
code. This new implementation now prints all CPU infos in the common
cpu specific code. No board specific code is needed anymore and
therefore removed from all current 44x implementations.

Patch by Stefan Roese, 27 Nov 2005
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Prodrive P3P440 board:</title>
<updated>2005-11-22T12:20:42+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2005-11-22T12:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5568e613ee38d4bb5dd601cdb2f74ed0d7de9902'/>
<id>5568e613ee38d4bb5dd601cdb2f74ed0d7de9902</id>
<content type='text'>
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
  for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
  for bank autodetection
Patch by Stefan Roese, 22 Nov 2005
</pre>
</div>
</content>
</entry>
</feed>
