]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* CVS add missing files
authorwdenk <wdenk>
Mon, 23 Feb 2004 16:11:30 +0000 (16:11 +0000)
committerwdenk <wdenk>
Mon, 23 Feb 2004 16:11:30 +0000 (16:11 +0000)
commit3f85ce27858c44ee75d3650a53154ebcec0e24f2
tree92513db897b0ffe90354f3b1b9021f04ca4a77b9
parent3c74e32a98187c792edcea3e0e39150de5a8dda6
* CVS add missing files

* Cleanup compiler warnings

* Fix problem with side effects in macros in include/usb.h

* Patch by David Benson, 13 Nov 2003:
  bug 841358 - fix TFTP download size limit

* Fixing bug 850768:
  improper flush_cache() in load_serial()

* Fixing bug 834943:
  MPC8540 - missing volatile declarations

* Patch by Stephen Williams, 09 Feb 2004:
  Add support for Xilinx SystemACE chip:
  - New files common/cmd_ace.c and include/systemace.h
  - Hook systemace support into cmd_fat and the partition manager

* Patch by Travis Sawyer, 09 Feb 2004:
  Add bi_opbfreq & bi_iic_fast to 440GX bd_info as needed for Linux
18 files changed:
CHANGELOG
README
board/esd/ar405/fpgadata.c
board/evb64260/sdram_init.c
common/Makefile
common/cmd_ace.c [new file with mode: 0644]
common/cmd_fat.c
common/cmd_load.c
cpu/mpc85xx/tsec.c
cpu/ppc4xx/440gx_enet.c
disk/part.c
disk/part_dos.c
include/asm-ppc/u-boot.h
include/bmp_logo.h
include/systemace.h [new file with mode: 0644]
include/usb.h
net/tftp.c
rtc/ds1306.c