summaryrefslogtreecommitdiff
path: root/cpu/mpc85xx/ether_fcc.c
Commit message (Collapse)AuthorAgeLines
* Fix DPRAM offset/size for MPC8541/8555.Wolfgang Denk2005-12-06-1/+3
| | | | Simplify TQM85xx Makefile handling.
* Add support for multiple PHYs.Marian Balakowicz2005-10-28-0/+10
|
* * Patch by Jon Loeliger, Kumar Gala 2005-02-08Jon Loeliger2005-07-23-2/+2
| | | | | | | | - Convert the CPM2 based functionality to use new CONFIG_CPM2 option rather than a myriad of CONFIG_MPC8560-like variants. Applies to MPC85xx and MPC8260 boards, includes stxgp3 and sbc8560. Eliminates the CONFIG_MPC8560 option entirely. Distributes the new CONFIG_CPM2 option to each 8260 board.
* Fix bug in the SDRAM initialization code for canmb, IceCube andwdenk2005-04-21-2/+2
| | | | | | PM520 boards. Fix PHY address for canmb board.
* * Fixes for TQM8560 board:wdenk2005-04-13-1/+1
| | | | | | | | | - fix clock rates - remove debug messages - fix flash sector protection * Patch by Steven Scholz, 07 Apr 2005: Fix warning in cpu/arm920t/at91rm9200/i2c.c
* * Patches by Xianghua Xiao, 15 Oct 2003:wdenk2003-10-15-0/+461
- Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup