<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/cpu/mcf5445x, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/cpu/mcf5445x?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/cpu/mcf5445x?h=master'/>
<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>ColdFire: Cache update for all platforms</title>
<updated>2010-03-24T16:09:37Z</updated>
<author>
<name>TsiChung Liew</name>
<email>tsicliew@gmail.com</email>
</author>
<published>2010-03-12T04:12:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=dd9f054ede433de73b137987fb3dc066e8d24ebb'/>
<id>urn:sha1:dd9f054ede433de73b137987fb3dc066e8d24ebb</id>
<content type='text'>
The CF will call cache functions in lib_m68/cache.c and the
cache settings are defined in platform configuration file.

Signed-off-by: TsiChung Liew &lt;tsicliew@gmail.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: Relocate vector table - mcf5445x</title>
<updated>2010-03-24T16:09:10Z</updated>
<author>
<name>TsiChung Liew</name>
<email>tsicliew@gmail.com</email>
</author>
<published>2010-03-11T21:04:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=68e4e76af55746a4330865f56476e58ce4140ca8'/>
<id>urn:sha1:68e4e76af55746a4330865f56476e58ce4140ca8</id>
<content type='text'>
Newer ColdFire processors family boot from address 0 instead of
0xFFnn_nnnn. When the boot flash base chip select is set at new
location instead of 0, an un-predictable error will occur if
there is an vector being trigger and refer it to an invalid
address or the vector table handler is not existed at address
0.

Signed-off-by: TsiChung Liew &lt;tsicliew@gmail.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: Update processors' serial port configuration</title>
<updated>2010-03-24T16:09:05Z</updated>
<author>
<name>TsiChung Liew</name>
<email>tsicliew@gmail.com</email>
</author>
<published>2010-03-10T01:17:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=52affe04fa5493597d8a5f6202507190950a32e6'/>
<id>urn:sha1:52affe04fa5493597d8a5f6202507190950a32e6</id>
<content type='text'>
Provide parameter passing to uart_port_config(). Update port
configuration - un-mask it before enable the bits.

Signed-off-by: TsiChung Liew &lt;tsicliew@gmail.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: Correct bit definition</title>
<updated>2010-03-24T16:09:03Z</updated>
<author>
<name>TsiChung Liew</name>
<email>tsicliew@gmail.com</email>
</author>
<published>2010-03-10T00:32:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d04c1efae3d834db6e21e9976e338bf1e588e987'/>
<id>urn:sha1:d04c1efae3d834db6e21e9976e338bf1e588e987</id>
<content type='text'>
Use correct definition for _MASK and _UNMASK. It was combined in
the previous used and causes confusion.

Signed-off-by: TsiChung Liew &lt;tsicliew@gmail.com&gt;
</content>
</entry>
<entry>
<title>Minor coding style cleanup.</title>
<updated>2009-08-10T08:38:34Z</updated>
<author>
<name>Wolfgang Denk</name>
<email>wd@denx.de</email>
</author>
<published>2009-08-10T08:38:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=53cc18c71b2b920cca171874c6663e274fa80556'/>
<id>urn:sha1:53cc18c71b2b920cca171874c6663e274fa80556</id>
<content type='text'>
Signed-off-by: Wolfgang Denk &lt;wd@denx.de&gt;
</content>
</entry>
<entry>
<title>ColdFire: Add DSPI support for MCF5227x and MCF5445x</title>
<updated>2009-07-14T14:46:34Z</updated>
<author>
<name>TsiChung Liew</name>
<email>tsicliew@gmail.com</email>
</author>
<published>2009-06-30T14:18:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ee0a8462466dd284968536eb57c6eef4be0d6aad'/>
<id>urn:sha1:ee0a8462466dd284968536eb57c6eef4be0d6aad</id>
<content type='text'>
Remove individual CPU specific DSPI driver.
Add required feature for the common DSPI driver in cpu_init and
in platform configuration file.

Signed-off-by: TsiChung Liew &lt;tsicliew@gmail.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: Update for M54451EVB</title>
<updated>2009-07-14T14:27:14Z</updated>
<author>
<name>TsiChung Liew</name>
<email>tsicliew@gmail.com</email>
</author>
<published>2009-06-11T15:39:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=709b384b6493d9726dce20663ebe31bf7cab2925'/>
<id>urn:sha1:709b384b6493d9726dce20663ebe31bf7cab2925</id>
<content type='text'>
Update serial boot DRAM's Internal RAM, vector table and DRAM in
start.S, serial flash's read status command over SPI and NOR
flash.

Signed-off-by: TsiChung Liew &lt;tsicliew@gmail.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: PLATFORM_CPPFLAGS updates for new compiler</title>
<updated>2009-03-17T21:58:37Z</updated>
<author>
<name>TsiChung Liew</name>
<email>Tsi-Chung.Liew@freescale.com</email>
</author>
<published>2009-01-27T15:19:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42b68af1062f75bb4a91cf47e329a7e8100cd815'/>
<id>urn:sha1:42b68af1062f75bb4a91cf47e329a7e8100cd815</id>
<content type='text'>
Update PLATFORM_CPPFLAGS to accept 4.3.x version of
ColdFire compiler.

Signed-off-by: TsiChung Liew &lt;Tsi-Chung.Liew@freescale.com&gt;
</content>
</entry>
<entry>
<title>ColdFire: Fix M54451 serial boot dram setup</title>
<updated>2009-03-17T21:58:37Z</updated>
<author>
<name>TsiChung Liew</name>
<email>Tsi-Chung.Liew@freescale.com</email>
</author>
<published>2009-02-18T11:49:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3a9e6374210679a81f611c1bcf968988bc20e41'/>
<id>urn:sha1:c3a9e6374210679a81f611c1bcf968988bc20e41</id>
<content type='text'>
The serial boot dram extended/standard mode register was not
setup and was using default DRAM setup causing the U-boot was
unstable to boot up in serial mode.

Signed-off-by: TsiChung Liew &lt;Tsi-Chung.Liew@freescale.com&gt;
</content>
</entry>
</feed>
