<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/at91rm9200/cpu.c, branch LABEL_2004_12_19_2240</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/at91rm9200/cpu.c?h=LABEL_2004_12_19_2240</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/at91rm9200/cpu.c?h=LABEL_2004_12_19_2240'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2004-12-16T21:44:03Z</updated>
<entry>
<title>Code cleanup.</title>
<updated>2004-12-16T21:44:03Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-12-16T21:44:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5'/>
<id>urn:sha1:efe2a4d5cf96dd37bc4782ba1880cee4ed1117c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Fix udelay() on AT91RM9200 for delays &lt; 1 ms.</title>
<updated>2004-11-24T23:35:19Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-11-24T23:35:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ed54e6212518262d27abe5e6de3c608d5ebceafb'/>
<id>urn:sha1:ed54e6212518262d27abe5e6de3c608d5ebceafb</id>
<content type='text'>
* Enable long help on CMC PU2 board;
  fix reset issue;
  increase CPU speed from 179 to 207 MHz.
</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>* 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 Anders Larsen, 09 Jan 2004:</title>
<updated>2004-02-08T19:38:38Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-02-08T19:38:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f6e20fc6ca5a45316f94743d8b60dce4d9766bc8'/>
<id>urn:sha1:f6e20fc6ca5a45316f94743d8b60dce4d9766bc8</id>
<content type='text'>
ARM memory layout fixes: the abort-stack is now set up in the
correct RAM area, and the BSS is zeroed out as it should be.

Furthermore, the magic variables 'armboot_end' and 'armboot_end_data'
of the linker scripts are replaced by '__bss_start' and '_end',
resp., which is a further step to eliminate unnecessary differences
between the implementation of the CPU architectures.
</content>
</entry>
<entry>
<title>* Patch by Gleb Natapov, 19 Sep 2003:</title>
<updated>2003-12-06T19:49:23Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-12-06T19:49:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a8c7c708a9e0051c6358718c53572a4681eaa22b'/>
<id>urn:sha1:a8c7c708a9e0051c6358718c53572a4681eaa22b</id>
<content type='text'>
  Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c

* Patch by Anders Larsen, 17 Sep 2003:
  Bring ARM memory layout in sync with the documentation:
  stack and malloc-heap are now located _below_ the U-Boot 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>* Header file cleanup for ARM</title>
<updated>2003-06-25T22:26:29Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2003-06-25T22:26:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b783edaee8252bfdba3f7b3fd29519a81ce71e42'/>
<id>urn:sha1:b783edaee8252bfdba3f7b3fd29519a81ce71e42</id>
<content type='text'>
* Patch by Murray Jensen, 24 Jun 2003:
  - make sure to use only U-boot provided header files
  - fix problems with ".rodata.str1.4" section as used by GCC-3.x
</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>
