]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/cmd_nand.c
* Patch by Rick Bronson, 16 Mar 2003:
authorwdenk <wdenk>
Wed, 26 Mar 2003 06:55:25 +0000 (06:55 +0000)
committerwdenk <wdenk>
Wed, 26 Mar 2003 06:55:25 +0000 (06:55 +0000)
commitdc7c9a1a52403093b9e4aef14ac4c5c014386e57
tree4ca643323e3e7c96efd12190ec9bf10142acb375
parent10f670178cce29d7f078ca622f0eeafd6903748a
* Patch by Rick Bronson, 16 Mar 2003:
  Add support for Atmel AT91RM9200DK w/NAND

* Patches by Robert Schwebel, 19 Mar 2003:
  - use arm-linux-gcc as default compiler for ARM
  - fix i2c fixup code
  - fix missing baudrate setting
  - added $loadaddr / CFG_LOAD_ADDR support to loadb
  - moved "ignoring trailing characters" _before_ u-boot wants to
    print out diagnostics messages; removes bogus characters at the
    end of transmission

* Patch by John Zhan, 18 Mar 2003:
  Add support for SinoVee Microsystems SC8xx boards

* Patch by Rolf Offermanns, 21 Mar 2003:
  ported the dnp1110 related changes from the current armboot cvs to
  current u-boot cvs. smc91111 does not work. problem marked in
  smc91111.c, grep for "FIXME".

* Patch by Brian Auld, 25 Mar 2003:
  Add support for STM flash chips on ebony board

 * Add PCI support for MPC8250 Boards (PM825 module)

 * Patch by Stefan Roese, 25 Mar 2003:
55 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
README
board/at91rm9200dk/Makefile [new file with mode: 0644]
board/at91rm9200dk/at91rm9200dk.c [new file with mode: 0644]
board/at91rm9200dk/config.mk [new file with mode: 0644]
board/at91rm9200dk/flash.c [new file with mode: 0644]
board/at91rm9200dk/u-boot.lds [new file with mode: 0644]
board/dnp1110/dnp1110.c
board/dnp1110/flash.c
board/dnp1110/memsetup.S
board/ebony/flash.c
board/innokom/flash.c
board/innokom/innokom.c
board/svm_sc8xx/Makefile [new file with mode: 0644]
board/svm_sc8xx/config.mk [new file with mode: 0644]
board/svm_sc8xx/flash.c [new file with mode: 0644]
board/svm_sc8xx/ppcboot.lds [new file with mode: 0644]
board/svm_sc8xx/ppcboot.lds.debug [new file with mode: 0644]
board/svm_sc8xx/svm_sc8xx.c [new file with mode: 0644]
board/svm_sc8xx/u-boot.lds [new file with mode: 0644]
board/svm_sc8xx/u-boot.lds.debug [new file with mode: 0644]
common/Makefile
common/cmd_boot.c
common/cmd_nand.c [new file with mode: 0644]
common/cmd_pcmcia.c
common/command.c
cpu/at91rm9200/Makefile [new file with mode: 0644]
cpu/at91rm9200/config.mk [new file with mode: 0644]
cpu/at91rm9200/cpu.c [new file with mode: 0644]
cpu/at91rm9200/interrupts.c [new file with mode: 0644]
cpu/at91rm9200/serial.c [new file with mode: 0644]
cpu/at91rm9200/start.S [new file with mode: 0644]
cpu/mpc8xx/cpu_init.c
cpu/sa1100/serial.c
drivers/Makefile
drivers/at91rm9200_ether.c [new file with mode: 0644]
drivers/smc91111.c
examples/Makefile
include/AT91RM9200.h [new file with mode: 0644]
include/asm-ppc/u-boot.h
include/cmd_confdefs.h
include/cmd_nand.h [new file with mode: 0644]
include/commproc.h
include/configs/at91rm9200dk.h [new file with mode: 0644]
include/configs/dnp1110.h
include/configs/svm_sc8xx.h [new file with mode: 0644]
include/flash.h
include/linux/mtd/nand.h
include/pcmcia.h
include/status_led.h
lib_arm/board.c