]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* Patch by Yuli Barcohen, 09 Jun 2004:
authorwdenk <wdenk>
Wed, 9 Jun 2004 21:50:45 +0000 (21:50 +0000)
committerwdenk <wdenk>
Wed, 9 Jun 2004 21:50:45 +0000 (21:50 +0000)
commit2d24a3a787c2376c2c2c86a511eee78ef170923f
treedb949ae010577426e1ead185352703cdb68a36c7
parente63c8ee3dcde0992377df434ab5af486dd866866
* Patch by Yuli Barcohen, 09 Jun 2004:
  Add support for Analogue&Micro Adder87x and the older AdderII board.

* Patch by Ming-Len Wu, 09 Jun 2004:
  Add suppport for MC9328 (Dargonball) CPU and Motorola MX1ADS board
25 files changed:
CHANGELOG
CREDITS
MAINTAINERS
MAKEALL
Makefile
board/adder/Makefile [new file with mode: 0644]
board/adder/adder.c [new file with mode: 0644]
board/adder/config.mk [new file with mode: 0644]
board/adder/u-boot.lds [new file with mode: 0644]
board/mx1ads/Makefile [new file with mode: 0644]
board/mx1ads/config.mk [new file with mode: 0644]
board/mx1ads/memsetup.S [new file with mode: 0644]
board/mx1ads/mx1ads.c [new file with mode: 0644]
board/mx1ads/syncflash.c [new file with mode: 0644]
board/mx1ads/u-boot.lds [new file with mode: 0644]
cpu/mc9328/Makefile [new file with mode: 0644]
cpu/mc9328/config.mk [new file with mode: 0644]
cpu/mc9328/cpu.c [new file with mode: 0644]
cpu/mc9328/interrupts.c [new file with mode: 0644]
cpu/mc9328/serial.c [new file with mode: 0644]
cpu/mc9328/start.S [new file with mode: 0644]
include/configs/Adder.h [new file with mode: 0644]
include/configs/mx1ads.h [new file with mode: 0644]
include/flash.h
include/mc9328.h [new file with mode: 0644]