summaryrefslogtreecommitdiff
path: root/cpu/mpc8220/fec.c
Commit message (Collapse)AuthorAgeLines
* cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-3/+3
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-3/+3
| | | | | | | | | | | | | | 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>
* Add support for multiple PHYs.Marian Balakowicz2005-10-28-25/+35
|
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-1/+1
|
* Patch by Juergen Selent, 17 May 2005:wdenk2005-05-30-36/+34
| | | | Add support for Funkwerk VoVPN gateway module.
* Add PCI support for Sorcery board.wdenk2005-05-16-4/+3
| | | | Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-4/+4
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-28-0/+993
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards