summaryrefslogtreecommitdiff
path: root/cpu/mcf52x2/fec.c
Commit message (Collapse)AuthorAgeLines
* ColdFire: MCF52x2 updateTsiChungLiew2007-08-16-605/+0
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-7/+7
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-5/+5
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Merge with /home/m8/git/u-bootWolfgang Denk2006-09-04-0/+1
|
* Minor code cleanup.Wolfgang Denk2006-06-10-4/+4
|
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-10-9/+24
|\
| * Add MCF5282 support (without preloader)Heiko Schocher2006-04-20-5/+22
| | | | | | | | | | | | | | | | 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
* | Add support for Freescale M5271 processorZachary P. Landau2006-01-26-1/+21
|/
* Code cleanup, especially MIPS for GCC 4.xWolfgang Denk2005-12-04-1/+0
|
* Add support for multiple PHYs.Marian Balakowicz2005-10-28-3/+15
|
* * Some code cleanupwdenk2004-02-12-0/+558
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems