]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Add support for RMU board
authorwdenk <wdenk>
Thu, 5 Jun 2003 19:27:42 +0000 (19:27 +0000)
committerwdenk <wdenk>
Thu, 5 Jun 2003 19:27:42 +0000 (19:27 +0000)
commit73a8b27c574f5ec1c8fdd9d8d065bb845d8743d3
treef409359364776e565b9484337a0620388041b456
parent08eaea9c9fa4e8ea25325610c512cb90b6bea1dd
* Add support for RMU board

* Add support for TQM862L at 100/50 MHz

* Patch by Pantelis Antoniou, 02 Jun 2003:
  major reconstruction of networking code;
  add "ping" support (outgoing only!)
26 files changed:
CHANGELOG
MAINTAINERS
MAKEALL
Makefile
board/rmu/Makefile [new file with mode: 0644]
board/rmu/config.mk [new file with mode: 0644]
board/rmu/flash.c [new file with mode: 0644]
board/rmu/rmu.c [new file with mode: 0644]
board/rmu/u-boot.lds [new file with mode: 0644]
board/rmu/u-boot.lds.debug [new file with mode: 0644]
board/tqm8xx/flash.c
common/cmd_net.c
common/command.c
include/cmd_confdefs.h
include/cmd_net.h
include/commproc.h
include/configs/TQM862L.h
include/configs/rmu.h [new file with mode: 0644]
include/configs/sc520_spunk.h
include/net.h
net/Makefile
net/arp.c [deleted file]
net/arp.h [deleted file]
net/bootp.c
net/net.c
net/tftp.c