summaryrefslogtreecommitdiff
path: root/cpu/mcf52x2/cpu.c
Commit message (Collapse)AuthorAgeLines
* m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser2010-04-13-408/+0
| | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* MCF5271-only: Added a weak board_reset function to allow custom resetRichard Retanubun2010-03-04-0/+6
| | | | | | | | | | | 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 <RichardRetanubun at RuggedCom.com>
* ColdFire: Add M5208EVB and MCF520x CPU supportTsiChung Liew2009-07-14-0/+66
| | | | Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-7/+7
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Coding style cleanup, update CHANGELOGWolfgang Denk2008-09-13-1/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Introduce netdev.h header file and remove externsBen Warren2008-09-02-2/+1
| | | | | | | This addresses all drivers whose initializers have already been moved to board_eth_init()/cpu_eth_init(). Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
* Moved initialization of MCFFEC Ethernet driver to CPU directoryBen Warren2008-08-26-0/+15
| | | | | | | Added a cpu_eth_init() function to coldfire CPU directories and removed code from net/eth.c Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
* ColdFire: Added MCF5275 cpu support.Matthew Fettke2008-03-31-0/+66
| | | | | | 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/+31
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* ColdFire: MCF52x2 updateTsiChungLiew2007-08-16-82/+72
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* [ColdFire MCF5271 family] Add CPU detection based on the value of ChipBartlomiej Sieka2007-01-23-1/+33
| | | | Identification Register (CIR).
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-10-4/+22
|\
| * Add MCF5282 support (without preloader)Heiko Schocher2006-04-20-4/+23
| | | | | | | | | | | | | | | | relocate ichache_State to ram u-boot can run from internal flash Add EB+MCF-EV123 board support. Add m68k Boards to MAKEALL Patch from Jens Scharsig, 08 Aug 2005
* | Update CPU target identification strings for Coldfire family.Marian Balakowicz2006-05-09-6/+7
| |
* | Add support for Freescale M5271 processorZachary P. Landau2006-01-26-0/+40
|/
* Coldfire MCF5249 support addedstroese2004-12-16-0/+23
|
* * Some code cleanupwdenk2004-02-12-0/+123
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems