summaryrefslogtreecommitdiff
path: root/cpu/mcf52x2/speed.c
Commit message (Collapse)AuthorAgeLines
* ColdFire: Add M5208EVB and MCF520x CPU supportTsiChung Liew2009-07-14-4/+9
| | | | Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
* Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core listRichard Retanubun2009-02-06-1/+2
| | | | | | | | | Added the CONFIG_M5271 to the list of Coldfire V2 processor. This was causing the bus clock (not CPU clock) to be declared twice as fast as it actually is. This causes UARTS to operate at half the specified baudrate. Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-6/+6
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* ColdFire: I2C fix for multiple platformsTsiChung Liew2008-08-28-0/+8
| | | | Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
* ColdFire: Fix compiling error for MCF5275TsiChung Liew2008-07-11-1/+1
| | | | | | | The compiling error was caused by missing a closed parentheses in speed.c Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-04-13-5/+7
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* ColdFire: Added MCF5275 cpu support.Matthew Fettke2008-03-31-1/+11
| | | | | | Signed-off-by: Matthew Fettke <mfettke@videon-central.com> Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: John Rigby <jrigby@freescale.com>
* ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew2007-08-16-1/+34
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-2/+2
|
* Coldfire MCF5249 support addedstroese2004-12-16-0/+4
|
* * Some code cleanupwdenk2004-02-12-0/+37
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems