]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
* Modify KUP4X board configuration to use SL811 driver for USB memory
authorwdenk <wdenk>
Fri, 23 Apr 2004 20:32:05 +0000 (20:32 +0000)
committerwdenk <wdenk>
Fri, 23 Apr 2004 20:32:05 +0000 (20:32 +0000)
commit5cf91d6bdc3e60bd43f9ba1bbb97a43ee49b2b2d
tree5fe88f0a967da1a8d4f073b27294be5fa939c19d
parente35745bb64fae64da3e1fa7f4afe3213287f5908
* Modify KUP4X board configuration to use SL811 driver for USB memory
  sticks (including FAT / VFAT filesystem support)

* Add SL811 Host Controller Interface driver for USB

* Add CFG_I2C_EEPROM_ADDR_OVERFLOW desription to README

* Patch by Pantelis Antoniou, 19 Apr 2004:
  Allow to use shell style syntax (i. e. ${var} ) with standard parser.
  Minor patches for Intracom boards.

* Patch by Christian Pell, 19 Apr 2004:
  cleanup support for CF/IDE on PCMCIA for PXA25X
20 files changed:
CHANGELOG
README
board/icecube/icecube.c
board/kup/kup4x/Makefile
board/kup/kup4x/usb.c [deleted file]
board/netphone/netphone.c
board/netphone/phone_console.c
common/cmd_ide.c
common/cmd_mii.c
common/cmd_usb.c
common/main.c
drivers/Makefile
drivers/sl811.h [new file with mode: 0644]
drivers/sl811_usb.c [new file with mode: 0644]
include/configs/KUP4X.h
include/configs/NETPHONE.h
include/configs/NETTA.h
include/configs/NETVIA.h
include/fat.h
include/usb.h