summaryrefslogtreecommitdiff
path: root/include/configs/Alaska8220.h
Commit message (Collapse)AuthorAgeLines
* Add support for multiple PHYs.Marian Balakowicz2005-10-28-0/+1
|
* Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk2005-08-08-11/+19
| | | | | | | | Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
* Add PCI support for Sorcery board.wdenk2005-05-16-16/+30
| | | | Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
* Add support for MPC8220 based "sorcery" board.wdenk2005-04-05-0/+7
|
* Fix problems with SNTP support;wdenk2005-04-02-33/+19
| | | | enable SNTP support in some boards.
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-0/+1
| | | | | | | | | | | | * 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/+309
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards