]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patches by Travis Sawyer, 12 Mar 2004:
authorwdenk <wdenk>
Sun, 14 Mar 2004 18:23:55 +0000 (18:23 +0000)
committerwdenk <wdenk>
Sun, 14 Mar 2004 18:23:55 +0000 (18:23 +0000)
commit855a496fe9ba431772f1ff1aef21a5c001288bb0
tree67ce44a0170787acf0da735beba5c5a0a7959398
parent4b248f3f71dc867b0b636b137b044cc762b68486
* Patches by Travis Sawyer, 12 Mar 2004:
  - Fix Gigabit Ethernet support for 440GX
  - Add Gigabit Ethernet Support to MII PHY utilities

* Patch by Brad Kemp, 12 Mar 2004:
  Fixes for drivers/cfi_flash.c:
  - Better support for x8/x16 implementations
  - Added failure for AMD chips attempting to use CFG_FLASH_USE_BUFFER_WRITE
  - Added defines for AMD command and address constants

* Patch by Leon Kukovec, 12 Mar 2004:
  Fix get_dentfromdir() to correctly handle deleted dentries

* Patch by George G. Davis, 11 Mar 2004:
  Remove hard coded network settings in TI OMAP1610 H2
  default board config

* Patch by George G. Davis, 11 Mar 2004:
  add support for ADS GraphicsClient+ board.
17 files changed:
CHANGELOG
MAKEALL
Makefile
board/gcplus/Makefile [new file with mode: 0644]
board/gcplus/config.mk [new file with mode: 0644]
board/gcplus/flash.c [new file with mode: 0644]
board/gcplus/gcplus.c [new file with mode: 0644]
board/gcplus/memsetup.S [new file with mode: 0644]
board/gcplus/u-boot.lds [new file with mode: 0644]
common/cmd_mii.c
common/miiphyutil.c
cpu/ppc4xx/440gx_enet.c
drivers/cfi_flash.c
fs/fat/fat.c
include/configs/gcplus.h [new file with mode: 0644]
include/configs/omap1610h2.h
include/miiphy.h