<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/include/asm-arm/arch-at91rm9200, branch origin</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm/arch-at91rm9200?h=origin</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/include/asm-arm/arch-at91rm9200?h=origin'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2005-04-01T15:18:44Z</updated>
<entry>
<title>Patch by Martin Krause, 01 Apr 2005:</title>
<updated>2005-04-01T15:18:44Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-01T15:18:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be6b6e4e2de5fc857fb8207b5fce3f463c33f793'/>
<id>urn:sha1:be6b6e4e2de5fc857fb8207b5fce3f463c33f793</id>
<content type='text'>
Add automatic HW detection for CMC_PU2 and CMC_BASIC
</content>
</entry>
<entry>
<title>* Update for AT91RM9200DK and CMC_PU2 boards:</title>
<updated>2004-11-21T00:06:33Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-11-21T00:06:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9d5028c2f7a65d3777867a6cfc966a01a5823132'/>
<id>urn:sha1:9d5028c2f7a65d3777867a6cfc966a01a5823132</id>
<content type='text'>
  - Enable booting directly from flash
  - fix CMC_PU2 flash driver

* Fix mkimage usage message
</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>* 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 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>
<entry>
<title>* Code cleanup:</title>
<updated>2003-06-27T21:31:46Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-06-27T21:31:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8bde7f776c77b343aca29b8c7b58464d915ac245'/>
<id>urn:sha1:8bde7f776c77b343aca29b8c7b58464d915ac245</id>
<content type='text'>
  - remove trailing white space, trailing empty lines, C++ comments, etc.
  - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)

* Patches by Kenneth Johansson, 25 Jun 2003:
  - major rework of command structure
    (work done mostly by Michal Cendrowski and Joakim Kristiansen)
</content>
</entry>
<entry>
<title>* Patch by Nicolas Lacressonniere, 11 Jun 2003:</title>
<updated>2003-06-16T23:50:08Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-06-16T23:50:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2abbe0754759f94c79125a2534fbc4be74f416bc'/>
<id>urn:sha1:2abbe0754759f94c79125a2534fbc4be74f416bc</id>
<content type='text'>
  Modifications for Atmel AT91RM9200DK ARM920T based development kit
  - Add Atmel DataFlash support for reading and writing.
  - Add possibility to boot a Linux from DataFlash with BOOTM command.
  - Add Flash detection on Atmel AT91RM9200DK
    (between Atmel AT49BV1614 and AT49BV1614A flashes)
  - Replace old Ethernet PHY layer functions
  - Change link address

* Patch by Frank Smith, 9 Jun 2003:
  use CRIT_EXCEPTION for machine check on 4xx

* Patch by Detlev Zundel, 13 Jun 2003:
  added implementation of the "carinfo" command in cmd_immap.c
</content>
</entry>
<entry>
<title>* Patch by Arun Dharankar, 24 Mar 2003:</title>
<updated>2003-03-31T16:34:49Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-03-31T16:34:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=85ec0bcc1bc40a67368461fee0435d79305168b1'/>
<id>urn:sha1:85ec0bcc1bc40a67368461fee0435d79305168b1</id>
<content type='text'>
  - add threads / scheduler example code

* Add patches by Robert Schwebel, 31 Mar 2003:
  - add ctrl-c support for kermit download
  - align bdinfo output on ARM

* Add CPU ID, version, and clock speed for INCA-IP
</content>
</entry>
</feed>
