summaryrefslogtreecommitdiff
path: root/include/configs/TQM8560.h
Commit message (Collapse)AuthorAgeLines
* Add support for TQM8541/8555 boards, TQM85xx support reworked:Stefan Roese2005-11-30-473/+0
| | | | | | | | | | | | | | | | | - Support for TQM8541/8555 boards added. - Complete rework of TQM8540/8560 support. - Common TQM85xx code now supports all current TQM85xx platforms (TQM8540/8541/8555/8560). - DDR SDRAM size detection added. - CAS latency default values can be overwritten by setting "serial#" to e.g. "ABC0001 casl=25" -> CAS latency 2.5 will be used. If problems are detected with this non default CAS latency, the defualt values will be used instead. - FLASH size detection added. - Moved FCC ethernet driver initialization behind TSEC driver init -> TSEC is first device. Patch by Stefan Roese, 30 Nov 2005
* Adjust TQM85x PHY addresses for latest hardware revision.Wolfgang Denk2005-11-03-1/+1
|
* Add support for multiple PHYs.Marian Balakowicz2005-10-28-1/+1
|
* Support passing of OF flat trees to the kernel.Wolfgang Denk2005-10-13-1/+1
| | | | Patch by Pantelis Antoniou, 04 Sep 2005
* Fix FEC PHY addresses for TQM85xx boardsWolfgang Denk2005-09-29-1/+1
|
* Cleanup - update CHANGELOG, undo test settingsWolfgang Denk2005-09-22-1/+0
|
* Fix autonegotiation in tsec ethernet driverStefan Roese2005-09-21-0/+2
| | | | Patch by Stefan Roese, 21 Sep 2005
* Add PCI support to TQM8540 and TQM8560 boardsStefan Roese2005-09-15-5/+25
| | | | Patch by Stefan Roese, 15 Sep 2005
* Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).Stefan Roese2005-08-31-4/+35
| | | | | | Removed CFG_CMD_DISPLAY from default commands. Fixed compiler warning in net.c. Patch by Stefan Roese, 31 Aug 2005
* Fix sysclock for TQM8540 and TQM8560 boardsWolfgang Denk2005-08-19-1/+1
| | | | Patch by Martin Krause, 25 Jul 2005
* * Patch by Jon Loeliger, 2005-05-05Jon Loeliger2005-07-25-1/+2
| | | | | | | | Implemented support for MPC8548CDS board. Added DDR II support based on SPD values for MPC85xx boards. This roll-up patch also includes bugfies for the previously published patches: DDRII CPO, pre eTSEC, 8548 LBIU, Andy's TSEC, eTSEC 3&4 I/O
* Fix bug in the SDRAM initialization code for canmb, IceCube andwdenk2005-04-21-5/+4
| | | | | | PM520 boards. Fix PHY address for canmb board.
* Add support for TQM8560 boardwdenk2005-04-05-0/+421