]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Dan Malek, 07 Apr 2004:
authorwdenk <wdenk>
Sun, 18 Apr 2004 21:45:42 +0000 (21:45 +0000)
committerwdenk <wdenk>
Sun, 18 Apr 2004 21:45:42 +0000 (21:45 +0000)
commit7abf0c5886c395a3cc7e11f191d67be9a964a1bf
tree9bb260e2cf75f6255d9b1162a68740d4e6409b26
parentd4326aca187b965b6c96fee85cb6b98b6e5fe79c
* Patch by Dan Malek, 07 Apr 2004:
  - Add support for RPC/STx GP3, Motorola 8560 board
  - Update 85xx TSEC driver so it searches MII for first available PHY
    and uses that one.
  - Add functions to support console MII commands.

* Patch by Tolunay Orkun, 07 Apr 2004:
  Move  initialization of bi_iic_fast[]
  from board_init_f() to board_init_r()

* Patch by Yasushi Shoji, 07 Apr 2004:
  Cleanup microblaze port

* Patch by Sangmoon Kim, 07 Apr 2004:
  Add auto SDRAM module detection for Debris board
20 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
README
board/AtmarkTechno/suzaku/suzaku.c
board/etin/debris/debris.c
board/stxgp3/Makefile [new file with mode: 0644]
board/stxgp3/config.mk [new file with mode: 0644]
board/stxgp3/flash.c [new file with mode: 0644]
board/stxgp3/init.S [new file with mode: 0644]
board/stxgp3/stxgp3.c [new file with mode: 0644]
board/stxgp3/u-boot.lds [new file with mode: 0644]
cpu/mpc85xx/tsec.c
cpu/mpc85xx/tsec.h
include/asm-ppc/immap_8260.h
include/configs/debris.h
include/configs/stxgp3.h [new file with mode: 0644]
lib_microblaze/board.c
lib_ppc/board.c