* Patch by Gary Jennejohn, 01 Oct 2004:
authorwdenk <wdenk>
Sun, 10 Oct 2004 17:05:18 +0000 (17:05 +0000)
committerwdenk <wdenk>
Sun, 10 Oct 2004 17:05:18 +0000 (17:05 +0000)
commit2cbe571a5676a41aa32ff98e9b1a2934e3922574
tree5868352e056b89c43cebc14378821ff08534dd92
parent659883c2982db64e9950434cba2a72a3dae84a7e
* Patch by Gary Jennejohn, 01 Oct 2004:
  - add support for CMC PU2 board
  - add support for I2C on at91rm9200

* Patch by Gary Jennejohn, 28 Sep 2004:
  fix baudrate handling on at91rm9200
17 files changed:
CHANGELOG
Makefile
board/cmc_pu2/Makefile [new file with mode: 0644]
board/cmc_pu2/at45.c [new file with mode: 0644]
board/cmc_pu2/at91rm9200dk.c [new file with mode: 0644]
board/cmc_pu2/config.mk [new file with mode: 0644]
board/cmc_pu2/dm9161.c [new file with mode: 0644]
board/cmc_pu2/flash.c [new file with mode: 0644]
board/cmc_pu2/memsetup.S [new file with mode: 0644]
board/cmc_pu2/u-boot.lds [new file with mode: 0644]
cpu/at91rm9200/Makefile
cpu/at91rm9200/cpu.c
cpu/at91rm9200/i2c.c [new file with mode: 0644]
cpu/at91rm9200/serial.c
include/asm-arm/arch-at91rm9200/AT91RM9200.h
include/at91rm9200_i2c.h [new file with mode: 0644]
include/configs/cmc_pu2.h [new file with mode: 0644]