summaryrefslogtreecommitdiff
path: root/include/configs/TQM8540.h
Commit message (Collapse)AuthorAgeLines
* Add support for TQM8541/8555 boards, TQM85xx support reworked:Stefan Roese2005-11-30-464/+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
|
* Fix FEC PHY addresses for TQM85xx boardsWolfgang Denk2005-09-29-1/+1
|
* Fix autonegotiation in tsec ethernet driverStefan Roese2005-09-21-0/+1
| | | | Patch by Stefan Roese, 21 Sep 2005
* Add PCI support to TQM8540 and TQM8560 boardsStefan Roese2005-09-15-1/+3
| | | | Patch by Stefan Roese, 15 Sep 2005
* Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).Stefan Roese2005-08-31-5/+34
| | | | | | 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/+5
| | | | | | | | 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
* Add support for 2 x TSEC interfaces on the TQM8540 board.wdenk2005-05-10-2/+5
|
* Add support for TQM8560 boardwdenk2005-04-05-8/+3
|
* * Add FEC support for TQM8540 board.wdenk2005-04-04-1/+1
| | | | | | | Interfaces are named as follows: "ENET1" - TSEC2, "ENET2" - FEC * Patch by Martin Krause, 04 Apr 2005: Update default configuration for CMC_PU2 board.
* Fix problems with SNTP support;wdenk2005-04-02-29/+18
| | | | enable SNTP support in some boards.
* Update code for TQM8540 board (and 85xx in general):wdenk2005-03-15-1/+3
| | | | | | | - Change the name of the Ethernet driver: MOTO ENET -> ENET - Reformat boot messages - Enable redundant environment - Replace the -O2 optimization flag with -mno-string
* Tune TQM8540 default configuration.wdenk2005-03-15-3/+2
|
* * Patch by David Brownell, 10 Mar 2005:wdenk2005-03-14-0/+440
Restore copyright statements in OHCI drivers. * Add support for TQM8540 board