* Patch by Travis Sawyer, 01 Mar 2004:
authorwdenk <wdenk>
Sun, 14 Mar 2004 00:07:33 +0000 (00:07 +0000)
committerwdenk <wdenk>
Sun, 14 Mar 2004 00:07:33 +0000 (00:07 +0000)
commit0e6d798cb313580acd06ba01626687a557c5159f
treeb7b0a635d29fa573b0995c1c5eda0ba33d41810e
parentc40b29568232761e33400e58be86b15a167d3422
* Patch by Travis Sawyer, 01 Mar 2004:
  Ocotea:
  - Add IBM PPC440GX Ref Platform support (Ocotea)
    Original code by Paul Reynolds <PaulReynolds@lhsolutions.com>
    Adapted to U-Boot and 440GX port
  440gx_enet.c:
  - Add gracious handling of all Ethernet Pin Selections for 440GX
  - Add RGMII selection for Cicada CIS8201 Gigabit PHY
  ppc440.h:
  - Add needed bit definitions
  - Fix formatting

* Patch by Carl Riechers, 1 Mar 2004:
  Add PPC440GX prbdv0 divider to fix memory clock calculation.

* Patch by Stephan Linz, 27 Feb 2004
  - avoid problems for targets without NFS download support
17 files changed:
CHANGELOG
MAKEALL
Makefile
board/ocotea/Makefile [new file with mode: 0644]
board/ocotea/config.mk [new file with mode: 0644]
board/ocotea/flash.c [new file with mode: 0644]
board/ocotea/init.S [new file with mode: 0644]
board/ocotea/ocotea.c [new file with mode: 0644]
board/ocotea/ocotea.h [new file with mode: 0644]
board/ocotea/u-boot.lds [new file with mode: 0644]
board/ocotea/u-boot.lds.debug [new file with mode: 0644]
cpu/ppc4xx/440gx_enet.c
cpu/ppc4xx/speed.c
include/configs/OCOTEA.h [new file with mode: 0644]
include/ppc440.h
net/bootp.c
net/rarp.c