]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Robert Schwebel, 21 Jan 2003: LABEL_2003_03_06_0050
authorwdenk <wdenk>
Thu, 6 Mar 2003 00:02:04 +0000 (00:02 +0000)
committerwdenk <wdenk>
Thu, 6 Mar 2003 00:02:04 +0000 (00:02 +0000)
commit43d9616cffb4a130e1620e3e33fc9bc1bcabe399
treeed55479a108ed16258d81be3e37d0edd74520520
parent6069ff265362ef6239749b5f598b137f407b821e
* Patch by Robert Schwebel, 21 Jan 2003:
  - Add support for Innokom board
  - Don't complain if "install" fails
  - README cleanup (remove duplicated lines)
  - Update PXA header files

* Add documentation for existing POST code (doc/README.POST)

* Patch by Laudney Ren, 15 Jan 2003:
  Fix handling of redundand environment in "tools/envcrc.c"

* Patch by Detlev Zundel, 28 Feb 2003:
  Add bedbug support for 824x systems

* Add support for 16 MB flash configuration of TRAB board

* Patch by Erwin Rol, 27 Feb 2003:
  Add support for RTEMS

* Add image information to README

* Fix dual PCMCIA slot support (when running with just one
  slot populated)

* Add VFD type detection to trab board

* extend drivers/cs8900.c driver to synchronize  ethaddr  environment
  variable with value in the EEPROM
26 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
README
board/innokom/Makefile [new file with mode: 0644]
board/innokom/config.mk [new file with mode: 0644]
board/innokom/flash.c [new file with mode: 0644]
board/innokom/innokom.c [new file with mode: 0644]
board/innokom/memsetup.S [new file with mode: 0644]
board/innokom/u-boot.lds [new file with mode: 0644]
board/r360mpi/flash.c
common/env_flash.c
cpu/mpc824x/Makefile
cpu/mpc824x/start.S
cpu/mpc824x/traps.c
cpu/xscale/Makefile
cpu/xscale/i2c.c [new file with mode: 0644]
doc/README.POST [new file with mode: 0644]
include/asm-arm/arch-pxa/pxa-regs.h
include/asm-arm/arch-xscale/pxa-regs.h
include/asm-arm/proc-armv/ptrace.h
include/configs/innokom.h [new file with mode: 0644]
include/configs/trab.h
tools/envcrc.c