]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Arun Dharankar, 4 Apr 2003: LABEL_2003_04_05_0300
authorwdenk <wdenk>
Sat, 5 Apr 2003 00:53:31 +0000 (00:53 +0000)
committerwdenk <wdenk>
Sat, 5 Apr 2003 00:53:31 +0000 (00:53 +0000)
commit3e38691e8f7aa0d9b498d76c7279ddec6e4946f3
treebec2e661298847dc5bcf9335ef31259686e882e1
parent36c05a80ecbe3997abd9aa628a68dd6c0bacf681
* Patch by Arun Dharankar, 4 Apr 2003:
  Add IDMA example code (tested on 8260 only)

* Add support for Purple Board (MIPS64 5Kc)

* Add support for MIPS64 5Kc CPUs

* Fix missing setting of "loadaddr" and "bootfile" on ARM and MIPS

* Patch by Denis Peter, 04 Apr 2003:
  - update MIP405-4 board

* Patches by Denis Peter, 03 April 2003:
  - fix PCI IRQs on MPL boards
  - fix two more un-relocated pointer problems

* Fix behaviour of "run" command:
  - print error message iv variable does not exist
  - terminate processing of arguments in case of error

* Patches by Peter Figuli, 10 Mar 2003
  - Add support for BTUART on PXA platform
  - Add support for WEP EP250 (PXA) board

* Fix flash problems on INCA-IP; add tool to allow bruning images  to
  flash using a BDI2000

* Implement fix for I2C Edge Conditions problem for all boards that
  use the bit-banging driver (common/soft_i2c.c)

* Add patches by Robert Schwebel, 31 Mar 2003:
  - csb226 board: bring in sync with innokom/memsetup.S
  - csb226 board: fix MDREFR handling
  - misc doc fixes / extensions
  - innokom board: cleanup, MDREFR fix in memsetup.S, config update
  - add BOOT_PROGRESS to armlinux.c
52 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
README
board/csb226/memsetup.S
board/innokom/flash.c
board/innokom/innokom.c
board/innokom/memsetup.S
board/mpl/common/pci.c
board/mpl/mip405/mip405.c
board/svm_sc8xx/ppcboot.lds [deleted file]
board/svm_sc8xx/ppcboot.lds.debug [deleted file]
board/wepep250/Makefile [new file with mode: 0644]
board/wepep250/config.mk [new file with mode: 0644]
board/wepep250/flash.c [new file with mode: 0644]
board/wepep250/intel.h [new file with mode: 0644]
board/wepep250/memsetup.S [new file with mode: 0644]
board/wepep250/u-boot.lds [new file with mode: 0644]
board/wepep250/wepep250.c [new file with mode: 0644]
common/cmd_date.c
common/hush.c
common/main.c
cpu/mips/cache.S
cpu/mips/cpu.c
cpu/mips/serial.c
cpu/mips/start.S
cpu/xscale/serial.c
doc/I2C_Edge_Conditions
doc/README.INCA-IP [new file with mode: 0644]
doc/README.idma2intr [new file with mode: 0644]
doc/README.sched [new file with mode: 0644]
drivers/ct69000.c
examples/Makefile
examples/mem_to_mem_idma2intr.c [new file with mode: 0644]
examples/ppc_longjmp.S
examples/ppc_setjmp.S
examples/sched.c
include/asm-mips/inca-ip.h
include/cmd_net.h
include/configs/MIP405.h
include/configs/PIP405.h
include/configs/incaip.h
include/configs/innokom.h
include/configs/wepep250.h [new file with mode: 0644]
lib_arm/board.c
lib_mips/board.c
net/bootp.c
net/eth.c
tools/Makefile
tools/inca-swap-bytes.c [new file with mode: 0644]