]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Fix CONFIG_NET_MULTI support in include/net.h LABEL_2003_06_16_0055
authorwdenk <wdenk>
Sun, 15 Jun 2003 22:40:42 +0000 (22:40 +0000)
committerwdenk <wdenk>
Sun, 15 Jun 2003 22:40:42 +0000 (22:40 +0000)
commit71f9511803de65a3b98d2f592d418da1d1539f13
tree4be38a22fc4f588a80aa8cc350ecd5617a211389
parent487778b781257831aa9b9140dd3c7ad4176e8314
* Fix CONFIG_NET_MULTI support in include/net.h

* Patches by Kyle Harris, 13 Mar 2003:
  - Add FAT partition support
  - Add command support for FAT
  - Add command support for MMC
  ----
  - Add Intel PXA support for video
  - Add Intel PXA support for MMC
  ----
  - Enable MMC and FAT for lubbock board
  - Other misc changes for lubbock board
42 files changed:
CHANGELOG
Makefile
README
board/esd/ash405/fpgadata.c
board/lubbock/lubbock.c
board/tqm8xx/flash.c
board/tqm8xx/u-boot.lds
common/Makefile
common/cmd_fat.c [new file with mode: 0644]
common/cmd_mem.c
common/cmd_mmc.c [new file with mode: 0644]
common/command.c
cpu/pxa/Makefile
cpu/pxa/cpu.c
cpu/pxa/mmc.c [new file with mode: 0644]
cpu/pxa/pxafb.c [new file with mode: 0644]
fs/Makefile
fs/fat/Makefile [new file with mode: 0644]
fs/fat/fat.c [new file with mode: 0644]
fs/fat/file.c [new file with mode: 0644]
include/asm-arm/arch-pxa/mmc.h [new file with mode: 0644]
include/asm-arm/errno.h [new file with mode: 0644]
include/asm-arm/global_data.h
include/cmd_confdefs.h
include/cmd_fat.h [new file with mode: 0644]
include/cmd_mmc.h [new file with mode: 0644]
include/common.h
include/commproc.h
include/configs/LANTEC.h
include/configs/MPC8260ADS.h
include/configs/MPC8266ADS.h
include/configs/RBC823.h
include/configs/TQM862L.h
include/configs/TQM862M.h [new file with mode: 0644]
include/configs/ep8260.h
include/configs/hymod.h
include/configs/lubbock.h
include/fat.h [new file with mode: 0644]
include/flash.h
include/mmc.h [new file with mode: 0644]
include/net.h
net/eth.c