
Hi,
the attached patch adds support for the Cogent csb637 board.
Patch gzip'ed due to size.
Cheers Anders
Signed-off-by: Anders Larsen alarsen@rea.de
CHANGELOG: Patch by Anders Larsen alarsen@rea.de, 2005-04-29 Add support for the Cogent csb637 board
---
MAKEALL | 10 Makefile | 3 README | 15 board/csb637/Makefile | 46 + board/csb637/config.mk | 1 board/csb637/csb637.c | 83 + board/csb637/u-boot.lds | 56 + cpu/arm920t/at91rm9200/Makefile | 2 cpu/arm920t/at91rm9200/bcm5221.c | 232 ++++ include/asm-arm/mach-types.h | 2319 +++++++++++++++++++++++++++++++++++++- include/bcm5221.h | 104 ++ include/configs/csb637.h | 235 ++++ 12 files changed, 3058 insertions(+), 48 deletions(-)