aboutsummaryrefslogtreecommitdiff
path: root/cpu/mcf52x2/cpu.c
AgeCommit message (Collapse)AuthorFilesLines
2010-04-13m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser1-408/+0
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2010-03-04MCF5271-only: Added a weak board_reset function to allow custom resetRichard Retanubun1-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>
2009-07-14ColdFire: Add M5208EVB and MCF520x CPU supportTsiChung Liew1-0/+66
Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-7/+7
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-09-13Coding style cleanup, update CHANGELOGWolfgang Denk1-1/+0
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-09-02Introduce netdev.h header file and remove externsBen Warren1-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>
2008-08-26Moved initialization of MCFFEC Ethernet driver to CPU directoryBen Warren1-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>
2008-03-31ColdFire: Added MCF5275 cpu support.Matthew Fettke1-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>
2007-08-16ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew1-1/+31
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-08-16ColdFire: MCF52x2 updateTsiChungLiew1-82/+72
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-01-23[ColdFire MCF5271 family] Add CPU detection based on the value of ChipBartlomiej Sieka1-1/+33
Identification Register (CIR).
2006-06-10Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk1-4/+22
2006-05-09Update CPU target identification strings for Coldfire family.Marian Balakowicz1-6/+7
2006-04-20Add MCF5282 support (without preloader)Heiko Schocher1-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
2006-01-26Add support for Freescale M5271 processorZachary P. Landau1-0/+40
2004-12-16Coldfire MCF5249 support addedstroese1-0/+23
2004-02-12* Some code cleanupwdenk1-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