<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mcf52x2/cpu.c, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/mcf52x2/cpu.c?h=main</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/mcf52x2/cpu.c?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2010-04-13T07:13:24Z</updated>
<entry>
<title>m68k: Move cpu/$CPU to arch/m68k/cpu/$CPU</title>
<updated>2010-04-13T07:13:24Z</updated>
<author>
<name>Peter Tyser</name>
<email>ptyser@xes-inc.com</email>
</author>
<published>2010-04-13T03:28:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a4145534851bf74619cb373a942613a74547bb82'/>
<id>urn:sha1:a4145534851bf74619cb373a942613a74547bb82</id>
<content type='text'>
Signed-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;
</content>
</entry>
<entry>
<title>MCF5271-only: Added a weak board_reset function to allow custom reset</title>
<updated>2010-03-04T07:46:49Z</updated>
<author>
<name>Richard Retanubun</name>
<email>RichardRetanubun at RuggedCom.com</email>
</author>
<published>2009-10-26T18:19:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bb907ab51fd04255923b7ecf9dab352078808351'/>
<id>urn:sha1:bb907ab51fd04255923b7ecf9dab352078808351</id>
<content type='text'>
This patch adds a board_reset function to allow boards to specify
their own custom reset sequence (e.g. resetting by timing out watchdog).
Tested only on MCF5271, can be expanded if needed.

Based on Mike Frysinger's suggestion on:
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/70304

Signed-off-by: Richard Retanubun &lt;RichardRetanubun at RuggedCom.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: Add M5208EVB and MCF520x CPU support</title>
<updated>2009-07-14T14:27:17Z</updated>
<author>
<name>TsiChung Liew</name>
<email>tsicliew@gmail.com</email>
</author>
<published>2009-06-12T11:29:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bf9a521529e484b15e8fdb583a607cf7945d2f6b'/>
<id>urn:sha1:bf9a521529e484b15e8fdb583a607cf7945d2f6b</id>
<content type='text'>
Signed-off-by: TsiChung Liew &lt;tsicliew@gmail.com&gt;
</content>
</entry>
<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>Coding style cleanup, update CHANGELOG</title>
<updated>2008-09-13T00:23:05Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2008-09-13T00:23:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f12e4549b6fb01cd2654348af95a3c7a6ac161e7'/>
<id>urn:sha1:f12e4549b6fb01cd2654348af95a3c7a6ac161e7</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>Introduce netdev.h header file and remove externs</title>
<updated>2008-09-03T04:18:16Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-09-01T05:22:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=89973f8a82c28ad893c4c3cc56839a8e10fe5f13'/>
<id>urn:sha1:89973f8a82c28ad893c4c3cc56839a8e10fe5f13</id>
<content type='text'>
This addresses all drivers whose initializers have already
been moved to board_eth_init()/cpu_eth_init().

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>Moved initialization of MCFFEC Ethernet driver to CPU directory</title>
<updated>2008-08-27T05:16:25Z</updated>
<author>
<name>Ben Warren</name>
<email>biggerbadderben@gmail.com</email>
</author>
<published>2008-08-27T05:16:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=86882b80771309bceb11c6accfd7f6f90ade8bfc'/>
<id>urn:sha1:86882b80771309bceb11c6accfd7f6f90ade8bfc</id>
<content type='text'>
Added a cpu_eth_init() function to coldfire CPU directories and
removed code from net/eth.c

Signed-off-by: Ben Warren &lt;biggerbadderben@gmail.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: Added MCF5275 cpu support.</title>
<updated>2008-03-31T21:09:08Z</updated>
<author>
<name>Matthew Fettke</name>
<email>[matthew.fettke@gmail.com]</email>
</author>
<published>2008-02-04T21:38:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b'/>
<id>urn:sha1:f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b</id>
<content type='text'>
Signed-off-by: Matthew Fettke &lt;mfettke@videon-central.com&gt;
Signed-off-by: TsiChung Liew &lt;Tsi-Chung.Liew@freescale.com&gt;
Acked-by: John Rigby &lt;jrigby@freescale.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: Add M5253EVBE platform for MCF52x2</title>
<updated>2007-08-16T23:43:21Z</updated>
<author>
<name>TsiChungLiew</name>
<email>Tsi-Chung.Liew@freescale.com</email>
</author>
<published>2007-08-16T18:20:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a1436a842654a8d3927d082a8ae9ee0a10da62d7'/>
<id>urn:sha1:a1436a842654a8d3927d082a8ae9ee0a10da62d7</id>
<content type='text'>
Signed-off-by: TsiChungLiew &lt;Tsi-Chung.Liew@freescale.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: MCF52x2 update</title>
<updated>2007-08-16T23:43:20Z</updated>
<author>
<name>TsiChungLiew</name>
<email>Tsi-Chung.Liew@freescale.com</email>
</author>
<published>2007-08-16T00:21:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=83ec20bc4380eebddfde45da6e3a69a92d4db21d'/>
<id>urn:sha1:83ec20bc4380eebddfde45da6e3a69a92d4db21d</id>
<content type='text'>
Signed-off-by: TsiChungLiew &lt;Tsi-Chung.Liew@freescale.com&gt;
</content>
</entry>
</feed>
