]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Dave Peverley, 30 Apr 2004:
authorwdenk <wdenk>
Sun, 6 Jun 2004 23:13:55 +0000 (23:13 +0000)
committerwdenk <wdenk>
Sun, 6 Jun 2004 23:13:55 +0000 (23:13 +0000)
commita56bd92289298bde16306bcc754277db45315d2f
tree191b3ffdc97a005ddc973f7de85ef3b1d3768fd8
parent5ca2679933142f7bf2996590b2e318c298664748
* Patch by Dave Peverley, 30 Apr 2004:
  Add support for OMAP730 Perseus2 Development board

* Patch by Alan J. Luse, 29 Apr 2004:
  Fix flash chip-select (OR0) option register setting on FADS boards.

* Patch by Alan J. Luse, 29 Apr 2004:
  Report MII network speed and duplex setting properly when
  auto-negotiate is not enabled.

* Patch by Jarrett Redd, 29 Apr 2004:
  Fix hang on reset on Ocotea board due to flash in wrong mode.
23 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
README
board/fads/flash.c
board/ocotea/flash.c
board/omap730p2/Makefile [new file with mode: 0644]
board/omap730p2/config.mk [new file with mode: 0644]
board/omap730p2/flash.c [new file with mode: 0644]
board/omap730p2/omap730p2.c [new file with mode: 0644]
board/omap730p2/platform.S [new file with mode: 0644]
board/omap730p2/u-boot.lds [new file with mode: 0644]
common/miiphyutil.c
cpu/arm926ejs/start.S
doc/README.omap730p2 [new file with mode: 0644]
drivers/lan91c96.c
drivers/ns16550.c
include/configs/h2_p2_dbg_board.h [new file with mode: 0644]
include/configs/omap730.h [new file with mode: 0644]
include/configs/omap730p2.h [new file with mode: 0644]
include/ns16550.h