]> git.ipfire.org Git - people/ms/u-boot.git/commit - doc/README.mpc85xxcds
* Patch by Jon Loeliger, 2005-05-05
authorJon Loeliger <jdl@freescale.com>
Mon, 25 Jul 2005 19:05:07 +0000 (14:05 -0500)
committerJon Loeliger <jdl@freescale.com>
Mon, 25 Jul 2005 19:05:07 +0000 (14:05 -0500)
commitd9b94f28a442b0013caef99de084d7b72e2d4607
tree1b293a551e021a4a696717231ec03206d9f172de
parent288693abe1f7c23e69479fd85c2c0d8d7fdbf8f2
* Patch by Jon Loeliger, 2005-05-05
  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
36 files changed:
CHANGELOG
MAKEALL
Makefile
board/cds/mpc8541cds/mpc8541cds.c
board/cds/mpc8548cds/Makefile [new file with mode: 0644]
board/cds/mpc8548cds/config.mk [new file with mode: 0644]
board/cds/mpc8548cds/init.S [new file with mode: 0644]
board/cds/mpc8548cds/mpc8548cds.c [new file with mode: 0644]
board/cds/mpc8548cds/u-boot.lds [new file with mode: 0644]
board/cds/mpc8555cds/mpc8555cds.c
board/mpc8540ads/mpc8540ads.c
board/mpc8560ads/mpc8560ads.c
cpu/mpc85xx/cpu.c
cpu/mpc85xx/cpu_init.c
cpu/mpc85xx/spd_sdram.c
cpu/mpc85xx/start.S
cpu/mpc85xx/tsec.c
cpu/mpc85xx/tsec.h
doc/README.mpc85xxads
doc/README.mpc85xxcds
include/asm-ppc/immap_85xx.h
include/asm-ppc/processor.h
include/configs/MPC8540ADS.h
include/configs/MPC8541CDS.h
include/configs/MPC8548CDS.h [new file with mode: 0644]
include/configs/MPC8555CDS.h
include/configs/MPC8560ADS.h
include/configs/PM854.h
include/configs/SBC8540.h
include/configs/SBC8560.h
include/configs/TQM8540.h
include/configs/TQM8560.h
include/configs/sbc8560.h
include/configs/stxgp3.h
include/spd.h
net/eth.c