]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Fred Klatt, 25 Jun 2004:
authorwdenk <wdenk>
Sat, 10 Jul 2004 21:45:47 +0000 (21:45 +0000)
committerwdenk <wdenk>
Sat, 10 Jul 2004 21:45:47 +0000 (21:45 +0000)
commit8b07a1103dc7dcadc80c4a9681cfa7d225e8e224
tree8017b2826d62ec6d8289b8f1170627dc5c21ffcf
parent0ac6f8b7498d3608bd1de2280a014e9e23d7b1f2
* Patch by Fred Klatt, 25 Jun 2004:
  Add support for WindRiver's SBC8560 board

* Patch by Nicolas Lacressonniere, 24 Jun 2004
  Small Bugs fixes for "at91rm9200dk" board:
  - Timing modifications for SPI DataFlash access
  - Fix NAND flash detection bug

* Patch by Nicolas Lacressonniere, 24 Jun 2004:
  Add Support for Flash AT49BV6416 for AT91RM9200DK board
20 files changed:
CHANGELOG
MAKEALL
Makefile
README
board/at91rm9200dk/at91rm9200dk.c
board/at91rm9200dk/flash.c
board/sbc8560/Makefile [new file with mode: 0644]
board/sbc8560/config.mk [new file with mode: 0644]
board/sbc8560/init.S [new file with mode: 0644]
board/sbc8560/sbc8560.c [new file with mode: 0644]
board/sbc8560/u-boot.lds [new file with mode: 0644]
common/cmd_nand.c
cpu/at91rm9200/at45.c
cpu/mpc85xx/tsec.c
doc/README.sbc8560 [new file with mode: 0644]
examples/Makefile
include/asm-arm/arch-at91rm9200/AT91RM9200.h
include/configs/SBC8560.h [new file with mode: 0644]
include/configs/at91rm9200dk.h
include/flash.h