<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/pxa, branch U-Boot-1_1_4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/pxa?h=U-Boot-1_1_4</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/pxa?h=U-Boot-1_1_4'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2005-10-04T21:10:28Z</updated>
<entry>
<title>Update ARM Integrator boards:</title>
<updated>2005-10-04T21:10:28Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-10-04T21:10:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9b880bd4d86dc568221107516e6d4728c5f93a4e'/>
<id>urn:sha1:9b880bd4d86dc568221107516e6d4728c5f93a4e</id>
<content type='text'>
Correct addessing errors in platform files.
Split off common core module data from Integrator header files to
include/armcoremodule.h.
Patch by Peter Pearse, 04 Oct 2005
</content>
</entry>
<entry>
<title>Make sure only supported compiler options are used</title>
<updated>2005-10-04T20:38:24Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2005-10-04T20:38:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1820d4c73b78ebe5d08921b0b6249c6f72e45215'/>
<id>urn:sha1:1820d4c73b78ebe5d08921b0b6249c6f72e45215</id>
<content type='text'>
Import "cc-option" shell function from kernel and
use it to get the correct ARM GCC options for individual CPUs
Patch by Peter Pearse, 30 Jun 2005
</content>
</entry>
<entry>
<title>* Patches by Robert Whaley, 29 Nov 2004:</title>
<updated>2005-04-06T00:04:16Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-06T00:04:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=20787e23b8501f11c83599d1a2e38bb1204ac961'/>
<id>urn:sha1:20787e23b8501f11c83599d1a2e38bb1204ac961</id>
<content type='text'>
  - update the pxa-regs.h file for PXA27x chips
  - add PXA27x based ADSVIX board
  - add support for MMC on PXA27x processors

* Patch by Andrew E. Mileski, 28 Nov 2004:
  Fix PPC4xx SPD SDRAM detection bug

* Patch by Hiroshi Ito, 26 Nov 2004:
  Fix logic of "test -z" and "test -n" commands
</content>
</entry>
<entry>
<title>Patch by Steven Scholz, 4 Apr 2005:</title>
<updated>2005-04-04T12:44:11Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-04T12:44:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8aa1a2d115420b1eb126f69f3547b54d275c3228'/>
<id>urn:sha1:8aa1a2d115420b1eb126f69f3547b54d275c3228</id>
<content type='text'>
- remove all references to CONFIG_INIT_CRITICAL for ARM based boards
- introduce two new configuration options instead:
  CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT
</content>
</entry>
<entry>
<title>Fix timer code for ARM systems: make sure that udelay() does not</title>
<updated>2005-04-04T12:08:28Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-04T12:08:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=101e8dfa2a8b045c6655bf2b3d6fba8d378453cd'/>
<id>urn:sha1:101e8dfa2a8b045c6655bf2b3d6fba8d378453cd</id>
<content type='text'>
reset timers so it's save to use udelay() in timeout code.
</content>
</entry>
<entry>
<title>Patch by Steven Scholz, 25 Oct 2004:</title>
<updated>2005-04-03T17:23:39Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-03T17:23:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c'/>
<id>urn:sha1:3ec924a3cb7bc3b37be9adec695d7c3d563b3d2c</id>
<content type='text'>
Declare reset_cpu() in include/common.h instead locally
</content>
</entry>
<entry>
<title>Prepare for SoC rework of ARM code:</title>
<updated>2005-04-02T23:52:25Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-04-02T23:52:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=400558b561e2bdb47f87b96b3510dda0881a3662'/>
<id>urn:sha1:400558b561e2bdb47f87b96b3510dda0881a3662</id>
<content type='text'>
- rename CONFIG_BOOTBINFUNC into  CONFIG_INIT_CRITICAL
- rename memsetup into lowlevel_init (function name and source files)
</content>
</entry>
<entry>
<title>Patches by David Snowdon, 07 Sep 2004:</title>
<updated>2005-01-09T21:28:15Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-01-09T21:28:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6310eb9da74b1cf33194ae88275cc63b76e7a764'/>
<id>urn:sha1:6310eb9da74b1cf33194ae88275cc63b76e7a764</id>
<content type='text'>
- add u-boot.hex target in the top level Makefile
- add support for the UNSW/NICTA PLEB 2 board (pleb2)
- use -mtune=xscale and -march=armv5 options for PXA
</content>
</entry>
<entry>
<title>* Patch by Jon Loeliger, 02 Sep 2004:</title>
<updated>2005-01-09T17:12:27Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2005-01-09T17:12:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a1191902cab72b9f7127365fac39a1e1d5c9abda'/>
<id>urn:sha1:a1191902cab72b9f7127365fac39a1e1d5c9abda</id>
<content type='text'>
  Reset monitor size back to 256 so environment can be written
  to flash on MPC85xx ADS and CDS releases.

* Patch by Paolo Broggini, 02 Sep 2004:
  Make BSS clearing on ARM systems more robust

* Patch by Yue Hu and Joe, 01 Sep 2004:
  - add PCI support for ixp425;
  - add EEPRO100 suppor tfor ixdp425 board.

* Fix problem with protected sector detection in driver/cfi_flash.c
</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>
</feed>
