]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Sean Chang, 9 Aug 2004:
authorwdenk <wdenk>
Wed, 29 Sep 2004 22:43:59 +0000 (22:43 +0000)
committerwdenk <wdenk>
Wed, 29 Sep 2004 22:43:59 +0000 (22:43 +0000)
commita06752e36be7fc74b4a928026b63b1bf1764497e
treeb71ddbcee4e4cc03e8ea98738b605a1c3879a703
parentda93ed8147a000505ac7b7ed4e2fb50532596a3c
* Patch by Sean Chang, 9 Aug 2004:
  - Added I2C support for ML300.
  - Added support for ML300 to read out its environment information
    stored on the EEPROM.
  - Added support to use board specific parameters as part of
    U-Boot's environment information.
  - Updated MLD files to support configuration for new features
    above.

* Patches by Travis Sawyer, 5 Aug 2004:
  - Remove incorrect bridge settings for eth group 6
  - Add call to setup bridge in ppc_440x_eth_initialize
  - Fix ppc_440x_eth_init to reset the phy only if its the
    first time through, otherwise, just check the phy for the
    autonegotiated speed/duplex.  This allows the use of netconsole
  - only print the speed/duplex the first time the phy is reset.
15 files changed:
CHANGELOG
board/xilinx/common/xipif_v1_23_b.c [new file with mode: 0644]
board/xilinx/common/xipif_v1_23_b.h
board/xilinx/ml300/Makefile
board/xilinx/ml300/ml300.c
board/xilinx/ml300/sw_services/uboot_v1_00_a/data/Ltypes
board/xilinx/ml300/sw_services/uboot_v1_00_a/data/uboot_v2_1_0.mld
board/xilinx/ml300/sw_services/uboot_v1_00_a/data/uboot_v2_1_0.tcl
board/xilinx/ml300/xparameters.h
board/xilinx/xilinx_enet/emac_adapter.c
board/xilinx/xilinx_iic/iic_adapter.c [new file with mode: 0644]
board/xilinx/xilinx_iic/xiic_l.c [new file with mode: 0644]
board/xilinx/xilinx_iic/xiic_l.h [new file with mode: 0644]
cpu/ppc4xx/440gx_enet.c
include/configs/ml300.h