<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mpc83xx/cpu.c, branch U-Boot-1_2_0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc83xx/cpu.c?h=U-Boot-1_2_0</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc83xx/cpu.c?h=U-Boot-1_2_0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2006-11-29T05:34:30Z</updated>
<entry>
<title>mpc83xx: Miscellaneous code style fixes</title>
<updated>2006-11-29T05:34:30Z</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2006-11-28T18:09:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5'/>
<id>urn:sha1:e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5</id>
<content type='text'>
Implement various code style fixes and similar changes.

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Update 83xx to use fsl_i2c.c</title>
<updated>2006-11-04T01:42:23Z</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2006-11-04T01:15:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa'/>
<id>urn:sha1:be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa</id>
<content type='text'>
Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
Added multiple I2C bus support to fsl_i2c.c.

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR</title>
<updated>2006-11-04T01:42:23Z</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2006-11-03T18:00:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d239d74b1c937984bc519083a8e7de373a390f06'/>
<id>urn:sha1:d239d74b1c937984bc519083a8e7de373a390f06</id>
<content type='text'>
Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
tree matches the other 8xxx trees.

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</content>
</entry>
<entry>
<title>mpc83xx: change ft code to modify local-mac-address property</title>
<updated>2006-11-04T01:42:22Z</updated>
<author>
<name>Kim Phillips</name>
<email>kim.phillips@freescale.com</email>
</author>
<published>2006-11-01T06:07:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=48041365b3420589ad464ebc7752e0053538b729'/>
<id>urn:sha1:48041365b3420589ad464ebc7752e0053538b729</id>
<content type='text'>
Update 83xx OF code to update local-mac-address properties
for ethernet instead of the obsolete 'address' property.
</content>
</entry>
<entry>
<title>mpc83xx: Add MPC8360EMDS basic board support</title>
<updated>2006-11-04T01:42:21Z</updated>
<author>
<name>Dave Liu</name>
<email>daveliu@freescale.com</email>
</author>
<published>2006-11-04T01:33:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73'/>
<id>urn:sha1:5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73</id>
<content type='text'>
Add support for the Freescale MPC8360EMDS board.
Includes DDR, DUART, Local Bus, PCI.
</content>
</entry>
<entry>
<title>mpc83xx: Add support for the MPC8349E-mITX</title>
<updated>2006-11-04T01:42:20Z</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2006-11-01T00:44:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2ad6b513b31070bd0c003792ed1c3e7f5d740357'/>
<id>urn:sha1:2ad6b513b31070bd0c003792ed1c3e7f5d740357</id>
<content type='text'>
PREREQUISITE PATCHES:

* This patch can only be applied after the following patches have been applied:

  1) DNX#2006090742000024 "Add support for multiple I2C buses"
  2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
  3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
  4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
  5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"

CHANGELOG:

* Add support for the Freescale MPC8349E-mITX reference design platform.
  The second TSEC (Vitesse 7385 switch) is not supported at this time.

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
</content>
</entry>
<entry>
<title>mpc83xx: Changed to unified mpx83xx names and added common 83xx changes</title>
<updated>2006-11-04T01:42:18Z</updated>
<author>
<name>Dave Liu</name>
<email>daveliu@freescale.com</email>
</author>
<published>2006-10-25T19:41:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f6eda7f80ccc13d658020268c507d7173cf2e8aa'/>
<id>urn:sha1:f6eda7f80ccc13d658020268c507d7173cf2e8aa</id>
<content type='text'>
Incorporated the common unified variable names and the changes in preparation
for releasing mpc8360 patches.

Signed-off-by: Dave Liu &lt;daveliu@freescale.com&gt;
</content>
</entry>
<entry>
<title>Some code cleanup</title>
<updated>2006-04-16T08:51:58Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-04-16T08:51:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cf48eb9abd76e5a056937a4e49be094826026abc'/>
<id>urn:sha1:cf48eb9abd76e5a056937a4e49be094826026abc</id>
<content type='text'>
</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>Add DMA support for MPC83xx.</title>
<updated>2006-03-14T15:14:48Z</updated>
<author>
<name>Marian Balakowicz</name>
<email>m8@semihalf.com</email>
</author>
<published>2006-03-14T15:14:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=61f25155acd99caef08897da390382d5c7fbfd74'/>
<id>urn:sha1:61f25155acd99caef08897da390382d5c7fbfd74</id>
<content type='text'>
</content>
</entry>
</feed>
