<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/at91rm9200, branch LABEL_2004_11_17_2222</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/at91rm9200?h=LABEL_2004_11_17_2222</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/at91rm9200?h=LABEL_2004_11_17_2222'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2004-10-11T22:25:49Z</updated>
<entry>
<title>Fix CFG_HZ problems on AT91RM9200 systems</title>
<updated>2004-10-11T22:25:49Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-11T22:25:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9455b7f39cecbcd869b1ba49a1307cb97e67360f'/>
<id>urn:sha1:9455b7f39cecbcd869b1ba49a1307cb97e67360f</id>
<content type='text'>
[Remember: CFG_HZ should be 1000 on ALL systems!]
</content>
</entry>
<entry>
<title>* Patch by Jon Loeliger, 24 Aug 2004:</title>
<updated>2004-10-10T20:23:57Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-10T20:23:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cf33678e51e02143ed67850b3f13646fd51fb489'/>
<id>urn:sha1:cf33678e51e02143ed67850b3f13646fd51fb489</id>
<content type='text'>
  - Fix PCI window on MPC85xx; remove unneeded PCI initialization
    from board_early_init_f()
  - Provide SW workaround for PCI initialization on 85xx CDS
  - Convert MPC85xxADS to use common CFI flash driver

* Cleanup: avoid compiler warnings

* Add CMC PU2 board to MAKEALL script
</content>
</entry>
<entry>
<title>Code Cleanup</title>
<updated>2004-10-10T18:03:33Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-10T18:03:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b65085130aed33584d95502c20317ad4379c1ca6'/>
<id>urn:sha1:b65085130aed33584d95502c20317ad4379c1ca6</id>
<content type='text'>
Patch by Gary Jennejohn, 04 Oct 2004:
- fix I2C on at91rm9200
- add support for Ricoh RS5C372A RTC
</content>
</entry>
<entry>
<title>* Patch by Gary Jennejohn, 01 Oct 2004:</title>
<updated>2004-10-10T17:05:18Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-10T17:05:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2cbe571a5676a41aa32ff98e9b1a2934e3922574'/>
<id>urn:sha1:2cbe571a5676a41aa32ff98e9b1a2934e3922574</id>
<content type='text'>
  - add support for CMC PU2 board
  - add support for I2C on at91rm9200

* Patch by Gary Jennejohn, 28 Sep 2004:
  fix baudrate handling on at91rm9200
</content>
</entry>
<entry>
<title>Patch by Gary Jennejohn, 09 Sep 2004:</title>
<updated>2004-09-21T23:33:32Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-09-21T23:33:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4734cb78d8e57dbac4e9f23d91edd624484b0092'/>
<id>urn:sha1:4734cb78d8e57dbac4e9f23d91edd624484b0092</id>
<content type='text'>
allow to use USART1 as console port on at91rm9200dk boards
</content>
</entry>
<entry>
<title>Patches by Lars Munch, 12 Jul 2004:</title>
<updated>2004-08-02T23:39:03Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-08-02T23:39:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=429168ea88daf7140005c790796fc150d746aacf'/>
<id>urn:sha1:429168ea88daf7140005c790796fc150d746aacf</id>
<content type='text'>
- move at45.c to board/at91rm9200dk/ since this is at91rm9200dk
  board specific
- split out the LXT971A PHY from ns_9750_eth.h
- split the dm9161 phy part out of at91rm9200_ether.c
</content>
</entry>
<entry>
<title>* Patch by Fred Klatt, 25 Jun 2004:</title>
<updated>2004-07-10T21:45:47Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-07-10T21:45:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8b07a1103dc7dcadc80c4a9681cfa7d225e8e224'/>
<id>urn:sha1:8b07a1103dc7dcadc80c4a9681cfa7d225e8e224</id>
<content type='text'>
  Add support for WindRiver's SBC8560 board

* Patch by Nicolas Lacressonniere, 24 Jun 2004
  Small Bugs fixes for "at91rm9200dk" board:
  - Timing modifications for SPI DataFlash access
  - Fix NAND flash detection bug

* Patch by Nicolas Lacressonniere, 24 Jun 2004:
  Add Support for Flash AT49BV6416 for AT91RM9200DK board
</content>
</entry>
<entry>
<title>Patch by Markus Pietrek, 04 May 2004:</title>
<updated>2004-06-09T00:10:59Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-06-09T00:10:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=356a0d9f3123b57392935febd300ce32e63f1278'/>
<id>urn:sha1:356a0d9f3123b57392935febd300ce32e63f1278</id>
<content type='text'>
Fix clear_bss code for ARM systems (all except s3c44b0 which
doesn't clear BSS at all?)
</content>
</entry>
<entry>
<title>* Patch by Christian Hohnstaedt, 23 Apr 2004:</title>
<updated>2004-04-25T14:37:29Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-04-25T14:37:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0b8fa03b6df4130b2c8b215b85f36ab96eaa21f9'/>
<id>urn:sha1:0b8fa03b6df4130b2c8b215b85f36ab96eaa21f9</id>
<content type='text'>
  JFFS2 speed enhancements:
  - repair header CRC calculation in jffs2_1pass.c
  - add eraseblock size to the partition information to skip empty
    eraseblocks if we find more then 4k of free space.
  - The JFFS2 scanner is now fast enough to remove the spinning wheel
    so #ifdef-ed out.
  - add watchdog calls in long running loops

* Patch by Philippe Robin, 22 Apr 2004:
  Fix ethernet configuration for "versatile" board

* Patch by Kshitij Gupta, 21 Apr 2004:
  Remove busy loop and use MPU timer fr usleep() on OMAP1510/1610 boards

* Patch by Steven Scholz, 24 Feb 2004:
  Fix a bug in AT91RM9200 ethernet driver:
  The MII interface is now initialized before accessing the PHY.

* Cleanup PCI ID's
</content>
</entry>
<entry>
<title>* Patch by Steven Scholz, 27 Feb 2004:</title>
<updated>2004-03-15T09:00:01Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-03-15T09:00:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d9df1f4e662441c487f96a4e1f91caa9297afdd9'/>
<id>urn:sha1:d9df1f4e662441c487f96a4e1f91caa9297afdd9</id>
<content type='text'>
  - Adding get_ticks() and get_tbclk() for AT91RM9200
  - Many white space fixes in cpu/at91rm9200/interrupts.c

* Patches by Steven Scholz, 20 Feb 2004:
  some cleanup in AT91RM9200 related code
</content>
</entry>
</feed>
