<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mpc5xxx/cpu.c, branch v1.3.2</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.c?h=v1.3.2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc5xxx/cpu.c?h=v1.3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2007-11-21T20:01:49Z</updated>
<entry>
<title>Move do_fixup* for libfdt into common code</title>
<updated>2007-11-21T20:01:49Z</updated>
<author>
<name>Kumar Gala</name>
<email>galak@kernel.crashing.org</email>
</author>
<published>2007-11-04T00:46:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e93becf80d732b64aef81b23e8b6ece02c40533d'/>
<id>urn:sha1:e93becf80d732b64aef81b23e8b6ece02c40533d</id>
<content type='text'>
Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
into common/fdt_support.c and renamed:

do_fixup()	-&gt; do_fixup_by_path()
do_fixup_u32() 	-&gt; do_fixup_by_path_u32()

Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;
</content>
</entry>
<entry>
<title>Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT</title>
<updated>2007-09-06T15:46:23Z</updated>
<author>
<name>Grant Likely</name>
<email>grant.likely@secretlab.ca</email>
</author>
<published>2007-09-06T15:46:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43'/>
<id>urn:sha1:cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43</id>
<content type='text'>
Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200

Tested on: lite5200b

Note: the fixup functions have not been moved to a common place.  This
patch is targeted for immediate merging as in solves a build issue, but
the final name/location of the fixups is still subject to debate.  I
propose to merge this now, and move the fixups in the next merge window
to be usable by all targets.

Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>5xxx: write MAC address to mac-address and local-mac-address</title>
<updated>2007-05-05T19:35:59Z</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2007-05-05T06:12:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ac4cd59d59c9bf3f89cb7a344abf8184d678f562'/>
<id>urn:sha1:ac4cd59d59c9bf3f89cb7a344abf8184d678f562</id>
<content type='text'>
Some device trees have a mac-address property, some have local-mac-address,
and some have both.  To support all of these device trees, ftp_cpu_setup()
should write the MAC address to mac-address and local-mac-address, if they
exist.

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
Acked-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>[PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message</title>
<updated>2007-05-05T19:35:03Z</updated>
<author>
<name>Grzegorz Wianecki</name>
<email>grzegorz.wianecki@gmail.com</email>
</author>
<published>2007-04-29T12:01:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2'/>
<id>urn:sha1:a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2</id>
<content type='text'>
MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
message. Use PVR to distinguish between the two variants, and print proper CPU
information.

Signed-off-by: Grzegorz Wianecki &lt;grzegorz.wianecki@gmail.com&gt;
Signed-off-by: Bartlomiej Sieka &lt;tur@semihalf.com&gt;
Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
</content>
</entry>
<entry>
<title>[PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals</title>
<updated>2006-11-29T15:23:42Z</updated>
<author>
<name>Grant Likely</name>
<email>grant.likely@secretlab.ca</email>
</author>
<published>2006-11-29T15:23:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=726e90aacf0b1ecb0e7055be574622fbe3e450ba'/>
<id>urn:sha1:726e90aacf0b1ecb0e7055be574622fbe3e450ba</id>
<content type='text'>
The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
not the XLB frequency.

This patch depends on the previous patches for MPC52xx device tree support

Signed-off-by: Grant Likely &lt;grant.likely@secretlab.ca&gt;
Signed-off-by: Sylvain Munaut &lt;tnt@246tNt.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.</title>
<updated>2006-11-28T16:55:49Z</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2006-11-28T16:55:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e59581c56ab5d6e0207ddac3b2c1d55cb36ec706'/>
<id>urn:sha1:e59581c56ab5d6e0207ddac3b2c1d55cb36ec706</id>
<content type='text'>
This patch adds the code and configuration necessary to boot with an
arch/powerpc Linux kernel.

Signed-off-by: Grant Likely &lt;grant.likely@gmail.com&gt;
Acked-by: Jon Loeliger &lt;jdl@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>Fix Lite500B support: Merge with /home/raj/git/u-boot.l5200b_pci</title>
<updated>2006-04-06T08:42:23Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@pollux.denx.de</email>
</author>
<published>2006-04-06T08:42:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9bc97a3d91bf3287b593afa2a5b9e3bb07c9de5c'/>
<id>urn:sha1:9bc97a3d91bf3287b593afa2a5b9e3bb07c9de5c</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>Set SDelay register in the DDR controller for the MPC5200B chip.</title>
<updated>2006-03-29T11:17:09Z</updated>
<author>
<name>Rafal Jaworowski</name>
<email>raj@pollux.denx.de</email>
</author>
<published>2006-03-29T11:17:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b66a9383421805c705654ce9456ec28c202819fb'/>
<id>urn:sha1:b66a9383421805c705654ce9456ec28c202819fb</id>
<content type='text'>
</content>
</entry>
</feed>
