]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add support for TQM8541/8555 boards, TQM85xx support reworked:
authorStefan Roese <sr@denx.de>
Wed, 30 Nov 2005 12:06:40 +0000 (13:06 +0100)
committerStefan Roese <sr@denx.de>
Wed, 30 Nov 2005 12:06:40 +0000 (13:06 +0100)
commitd96f41e0165f1bdc16eacf79ba1654c8f45fa71a
treee8aaf6e9cfdcf8468f84703d2ae2647f6461efb2
parenta46726fdba86d02353529a98f26cd1384f991d40
Add support for TQM8541/8555 boards, TQM85xx support reworked:

- 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
20 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
board/tqm8540/init.S [deleted file]
board/tqm8540/tqm8540.c [deleted file]
board/tqm8560/Makefile [deleted file]
board/tqm8560/config.mk [deleted file]
board/tqm8560/u-boot.lds [deleted file]
board/tqm85xx/Makefile [moved from board/tqm8540/Makefile with 98% similarity]
board/tqm85xx/config.mk [moved from board/tqm8540/config.mk with 98% similarity]
board/tqm85xx/init.S [moved from board/tqm8560/init.S with 91% similarity]
board/tqm85xx/sdram.c [new file with mode: 0644]
board/tqm85xx/tqm85xx.c [moved from board/tqm8560/tqm8560.c with 69% similarity]
board/tqm85xx/u-boot.lds [moved from board/tqm8540/u-boot.lds with 98% similarity]
include/configs/TQM8540.h [deleted file]
include/configs/TQM8560.h [deleted file]
include/configs/TQM85xx.h [new file with mode: 0644]
lib_ppc/board.c
net/eth.c