<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mpc86xx/cpu.c, branch v1.3.0-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc86xx/cpu.c?h=v1.3.0-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/mpc86xx/cpu.c?h=v1.3.0-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2007-05-16T22:07:21Z</updated>
<entry>
<title>Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx</title>
<updated>2007-05-16T22:07:21Z</updated>
<author>
<name>Kim Phillips</name>
<email>kim.phillips@freescale.com</email>
</author>
<published>2007-05-16T21:52:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=255a3577c848706441daee0174543efe205a77f8'/>
<id>urn:sha1:255a3577c848706441daee0174543efe205a77f8</id>
<content type='text'>
For all practical u-boot purposes, TSECs don't differ throughout the
mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.

Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
</content>
</entry>
<entry>
<title>mpc86xx; Write MAC address to mac-address and local-mac-address</title>
<updated>2007-04-20T19:12:26Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-04-20T19:12:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bd7851ce1e1f140665b520026abf1042968b1102'/>
<id>urn:sha1:bd7851ce1e1f140665b520026abf1042968b1102</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;
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>mpc86xx: protect memcpy to bad address if a mac-address is missing from dt</title>
<updated>2007-04-20T19:11:38Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2007-04-20T19:11:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7dbdf28b8bd855a8530dc3292e4982575a197060'/>
<id>urn:sha1:7dbdf28b8bd855a8530dc3292e4982575a197060</id>
<content type='text'>
Signed-off-by: Kim Phillips &lt;kim.phillips@freescale.com&gt;
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Add PIXIS FPGA support for MPC8641HPCN board.</title>
<updated>2007-04-09T19:25:05Z</updated>
<author>
<name>Haiying Wang</name>
<email>haiying.wang@freescale.com</email>
</author>
<published>2007-01-22T18:37:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3d98b85800c80dc68227c8f10bf5c93456d6d054'/>
<id>urn:sha1:3d98b85800c80dc68227c8f10bf5c93456d6d054</id>
<content type='text'>
Move the 8641HPCN's PIXIS code to the new directory
board/freescale/common/ as it will be shared by
future boards not in the same processor family.

Write a "pixis_reset" command that utilizes the FPGA
reset sequencer to support alternate soft-reset options
such as using the "alternate" flash bank, enabling
the watch dog, or choosing different CPU frequencies.

Add documentation for the pixis_reset to README.mpc8641hpcn.

Signed-off-by: Haiying Wang &lt;haiying.wang@freescale.com&gt;
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Handle 86xx SVR values according to the new Reference Manual.</title>
<updated>2006-09-14T13:40:36Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2006-09-14T13:40:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d14ba6a798beb753e7a864500414fcc2d198b8bc'/>
<id>urn:sha1:d14ba6a798beb753e7a864500414fcc2d198b8bc</id>
<content type='text'>
Both 8641 and 8641D have SVR == 0x8090, and are distinguished
by the byte in bits 16-23 instead.
Thanks to Jason Jin for noticing.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>General indent and whitespace cleanups.</title>
<updated>2006-08-22T17:06:18Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2006-08-22T17:06:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ffff3ae56f5842ca3679e4ce7922b819a87aad9f'/>
<id>urn:sha1:ffff3ae56f5842ca3679e4ce7922b819a87aad9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert to mac-address in ethernet nodes.</title>
<updated>2006-08-09T14:00:30Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@freescale.com</email>
</author>
<published>2006-08-03T21:17:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=709d3073e74153278e7904a70819bbef7df50e1a'/>
<id>urn:sha1:709d3073e74153278e7904a70819bbef7df50e1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>White space cleanup.</title>
<updated>2006-05-31T17:44:44Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2006-05-31T17:44:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=cb5965fb95b77a49f4e6af95248e0c849f4af03e'/>
<id>urn:sha1:cb5965fb95b77a49f4e6af95248e0c849f4af03e</id>
<content type='text'>
Some 80-column cleanups.
Convert printf() to puts() where possible.
Use #include "spd_sdram.h" as needed.
Enhanced reset command usage message a bit.

Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Moved mpc8641hpcn_board_reset() out of cpu/ into board/.</title>
<updated>2006-05-31T16:24:28Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2006-05-31T16:24:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4d3d729c16c392d2982d3266b659d333c927697d'/>
<id>urn:sha1:4d3d729c16c392d2982d3266b659d333c927697d</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@freescale.com&gt;
</content>
</entry>
<entry>
<title>Remove dead debug code.</title>
<updated>2006-05-31T15:07:28Z</updated>
<author>
<name>Jon Loeliger</name>
<email>jdl@jdl.com</email>
</author>
<published>2006-05-31T15:07:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b2a941de060350ad15878d8219825f4950e9bb8e'/>
<id>urn:sha1:b2a941de060350ad15878d8219825f4950e9bb8e</id>
<content type='text'>
Signed-off-by: Jon Loeliger &lt;jdl@jdl.com&gt;
</content>
</entry>
</feed>
