<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/csb226, branch LABEL_2003_04_15_1900</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/csb226?h=LABEL_2003_04_15_1900</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/csb226?h=LABEL_2003_04_15_1900'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2003-04-05T00:53:31Z</updated>
<entry>
<title>* Patch by Arun Dharankar, 4 Apr 2003:</title>
<updated>2003-04-05T00:53:31Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-04-05T00:53:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3e38691e8f7aa0d9b498d76c7279ddec6e4946f3'/>
<id>urn:sha1:3e38691e8f7aa0d9b498d76c7279ddec6e4946f3</id>
<content type='text'>
  Add IDMA example code (tested on 8260 only)

* Add support for Purple Board (MIPS64 5Kc)

* Add support for MIPS64 5Kc CPUs

* Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS

* Patch by Denis Peter, 04 Apr 2003:
  - update MIP405-4 board

* Patches by Denis Peter, 03 April 2003:
  - fix PCI IRQs on MPL boards
  - fix two more un-relocated pointer problems

* Fix behaviour of "run" command:
  - print error message iv variable does not exist
  - terminate processing of arguments in case of error

* Patches by Peter Figuli, 10 Mar 2003
  - Add support for BTUART on PXA platform
  - Add support for WEP EP250 (PXA) board

* Fix flash problems on INCA-IP; add tool to allow bruning images  to
  flash using a BDI2000

* Implement fix for I2C Edge Conditions problem for all boards that
  use the bit-banging driver (common/soft_i2c.c)

* Add patches by Robert Schwebel, 31 Mar 2003:
  - csb226 board: bring in sync with innokom/memsetup.S
  - csb226 board: fix MDREFR handling
  - misc doc fixes / extensions
  - innokom board: cleanup, MDREFR fix in memsetup.S, config update
  - add BOOT_PROGRESS to armlinux.c
</content>
</entry>
<entry>
<title>* Avoid flicker on the TRAB's VFD by synchronizing the enable with</title>
<updated>2003-03-14T20:47:52Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-03-14T20:47:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=06d01dbe000057e5df4af0f113242f0eba716340'/>
<id>urn:sha1:06d01dbe000057e5df4af0f113242f0eba716340</id>
<content type='text'>
  the HSYNC/VSYNC. Requires new CPLD code (Version 101 for Rev. 100
  boards, version 153 for Rev. 200 boards).

* Patch by Vladimir Gurevich, 12 Mar 2003:
  Fix relocation problem of statically initialized string pointers
  in common/cmd_pci.c

* Patch by Kai-Uwe Blöm, 12 Mar 2003:
  Cleanup &amp; bug fixes for JFFS2 code:
  - the memory mangement was broken. It caused havoc on malloc by
    writing beyond the block boundaries.
  - the length calculation for files was wrong, sometimes resulting
    in short file reads.
  - data copying now optionally takes fragment version numbers into
    account, to avoid copying from older data.
  See doc/README.JFFS2 for details.
</content>
</entry>
<entry>
<title>* Patches by Robert Schwebel, 06 Mar 2003:</title>
<updated>2003-03-06T13:39:27Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-03-06T13:39:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47cd00fa707af9de76408b69d3e911717dbbfab1'/>
<id>urn:sha1:47cd00fa707af9de76408b69d3e911717dbbfab1</id>
<content type='text'>
  - fix bug in BOOTP code (must use NetCopyIP)
  - update of CSB226 port
  - clear BSS segment on XScale
  - added support for i2c_init_board() function
  - update to the Innokom plattform

* Extend support for redundand environments for configurations where
  environment size &lt; sector size
</content>
</entry>
<entry>
<title>* Patch by Robert Schwebel, 04 Nov 2002:</title>
<updated>2002-11-05T00:17:55Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-11-05T00:17:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=384ae02506f0673070a3516b1858f058a07f85f3'/>
<id>urn:sha1:384ae02506f0673070a3516b1858f058a07f85f3</id>
<content type='text'>
  - use watchdog to reset PXA250 systems
  - added progress callbacks to (some of the) ARM code
  - update for Cogent CSB226 board

* Add support for FPS860 board
</content>
</entry>
<entry>
<title>* Fix mdelay() on TRAB - this was still the debugging version with</title>
<updated>2002-11-03T17:56:27Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-11-03T17:56:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=24ee89b97a49826ea800b4a6c0d5c0769328e317'/>
<id>urn:sha1:24ee89b97a49826ea800b4a6c0d5c0769328e317</id>
<content type='text'>
  seconds instead of ms.

* Patch by Robert Schwebel, 1 Nov 2002:
  XScale related cleanup (affects all ARM boards)

* Cleanup of names, warnings, and README.
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-11-03T10:24:00Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-11-03T10:24:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0442ed869c2a063936532136e39794ff9715e287'/>
<id>urn:sha1:0442ed869c2a063936532136e39794ff9715e287</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-11-03T00:30:25Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-11-03T00:30:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f9087a3213cc245cf9b90436475b5af822bd7579'/>
<id>urn:sha1:f9087a3213cc245cf9b90436475b5af822bd7579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-10-28T00:05:30Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-10-28T00:05:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f2d42945ede6b042e08c3815e5bad30bbc47cf06'/>
<id>urn:sha1:f2d42945ede6b042e08c3815e5bad30bbc47cf06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-10-26T16:57:25Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-10-26T16:57:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f682e42599fb951a178b81528586f01662dc9de9'/>
<id>urn:sha1:f682e42599fb951a178b81528586f01662dc9de9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2002-10-11T07:57:01Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2002-10-11T07:57:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=32fe2871cb4cc0917881a5115cea932d5ecb1681'/>
<id>urn:sha1:32fe2871cb4cc0917881a5115cea932d5ecb1681</id>
<content type='text'>
</content>
</entry>
</feed>
