<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mpc5xxx/cpu_init.c, branch v2009.11</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc5xxx/cpu_init.c?h=v2009.11</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc5xxx/cpu_init.c?h=v2009.11'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2008-10-18T19:54:03Z</updated>
<entry>
<title>rename CFG_ macros to CONFIG_SYS</title>
<updated>2008-10-18T19:54:03Z</updated>
<author>
<name>Jean-Christophe PLAGNIOL-VILLARD</name>
<email>plagnioj@jcrosoft.com</email>
</author>
<published>2008-10-16T13:01:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6d0f6bcf337c5261c08fabe12982178c2c489d76'/>
<id>urn:sha1:6d0f6bcf337c5261c08fabe12982178c2c489d76</id>
<content type='text'>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
</content>
</entry>
<entry>
<title>cpu/m*: Remove obsolete references to CONFIG_COMMANDS</title>
<updated>2007-07-10T00:06:00Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-07-10T00:06:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4431283c7e6d54ae180d466e51bf2d97471a0ad9'/>
<id>urn:sha1:4431283c7e6d54ae180d466e51bf2d97471a0ad9</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).</title>
<updated>2007-07-03T22:23:18Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2007-06-12T00:03:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f48070fe5fe440dfb5ee5268c920de70e48ea327'/>
<id>urn:sha1:f48070fe5fe440dfb5ee5268c920de70e48ea327</id>
<content type='text'>
This is a compatibility step that allows both the older form
and the new form to co-exist for a while until the older can
be removed entirely.

All transformations are of the form:
Before:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT)
After:
    #if (CONFIG_COMMANDS &amp; CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>MPC5xxx: Change names of defines related to IPB and PCI clocks.</title>
<updated>2007-05-27T14:53:43Z</updated>
<author>
<name>Bartlomiej Sieka</name>
<email>tur@semihalf.com</email>
</author>
<published>2007-05-27T14:53:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c99512d6bd3973f01ca2fc4896d829b46e68f150'/>
<id>urn:sha1:c99512d6bd3973f01ca2fc4896d829b46e68f150</id>
<content type='text'>
Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
them does not cause PCI or IPB clocks to run at the specified speed.
Instead, they configure divisors used to calculate said clocks. This
patch renames the defines according to their real function.

Signed-off-by: Grzegorz Bernacki &lt;gjb@semihalf.com&gt;
Acked-by: Bartlomiej Sieka &lt;tur@semihalf.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] Add support for the UC101 board from MAN.</title>
<updated>2006-12-21T15:14:48Z</updated>
<author>
<name>Heiko Schocher</name>
<email>hs@pollux.denx.de</email>
</author>
<published>2006-12-21T15:14:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c'/>
<id>urn:sha1:6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c</id>
<content type='text'>
Signed-off-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>MPC5200: enable snooping of DMA transactions on XLB even if no PCI</title>
<updated>2006-04-18T09:05:03Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-04-18T09:05:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8419c013048b1f15f3fa2fc7c0463d860a04ee3e'/>
<id>urn:sha1:8419c013048b1f15f3fa2fc7c0463d860a04ee3e</id>
<content type='text'>
is configured; othrwise DMA accesses aren't cache coherent which
causes for example USB to fail.
</content>
</entry>
<entry>
<title>GCC-4.x fixes: clean up global data pointer initialization for all boards.</title>
<updated>2006-03-31T16:32:53Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-03-31T16:32:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d87080b721e4f8dca977af7571c5338ae7bb8db7'/>
<id>urn:sha1:d87080b721e4f8dca977af7571c5338ae7bb8db7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Patch by Gridish Shlomi, 30 Aug 2004:</title>
<updated>2004-10-10T23:27:33Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-10-10T23:27:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e1599e83d643c1667a4157d03609c6e29928fb2e'/>
<id>urn:sha1:e1599e83d643c1667a4157d03609c6e29928fb2e</id>
<content type='text'>
  - Add support to revA version of PQ27 and PQ27E.
  - Reverted MPC8260ADS baudrate back to original 115200

* Patch by Hojin, 17 Sep 2004:
  Fix typo in cfi_flash.c

* Patch by Mark Jonas, 09 September 2004:
  mtest's data line test (with CFG_ALT_MEMTEST set) returned a wrong
  error message

* Patch by Mark Jonas, 31 August 2004:
  Added option CFG_XLB_PIPELINING to enable XLB pipelining. This
  improves FTP performance for MPC5200 systems. Enabled for IceCube
  by default.
</content>
</entry>
<entry>
<title>* Patch by Martin Krause, 30 Jun 2004:</title>
<updated>2004-07-11T17:40:54Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-07-11T17:40:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=56523f12830227fc18437bf935fefdb10fe25cca'/>
<id>urn:sha1:56523f12830227fc18437bf935fefdb10fe25cca</id>
<content type='text'>
  Add support for TQM5200 board

* Patch by Martin Krause, 29 Jun 2004:
  Add loopw command: infinite write loop on address range
</content>
</entry>
<entry>
<title>* Patch by Masami Komiy, 22 Feb 2004:</title>
<updated>2004-02-24T02:00:03Z</updated>
<author>
<name>wdenk</name>
<email>wdenk</email>
</author>
<published>2004-02-24T02:00:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cbd8a35c6dbaaca35494cbec319960887ad02dcf'/>
<id>urn:sha1:cbd8a35c6dbaaca35494cbec319960887ad02dcf</id>
<content type='text'>
  Add support for NFS for file download

* Minor code cleanup
</content>
</entry>
</feed>
