]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Add support for ICON board (PPC440SPe)
authorStefan Roese <sr@denx.de>
Tue, 27 Apr 2010 09:37:28 +0000 (11:37 +0200)
committerStefan Roese <sr@denx.de>
Thu, 29 Apr 2010 08:16:20 +0000 (10:16 +0200)
commit029faf3e85e9406f32f133e6f2a114ed26b02fb4
treed9ea6795a94412a1434249312f6f37f94b500c7a
parent96a0d6235db4c93c03d41c492f5960b18547b7a7
ppc4xx: Add support for ICON board (PPC440SPe)

This patch adds support for the Mosaix Technologies, Inc. ICON board,
based on the AppliedMicro (AMCC) PPC440SPe. It's equipped with an SODIMM
(512MB standard) and 64MByte of NOR FLASH.

Support for the onboard SM502 will be added later.

Signed-off-by: Stefan Roese <sr@denx.de>
MAINTAINERS
MAKEALL
Makefile
board/mosaixtech/icon/Makefile [new file with mode: 0644]
board/mosaixtech/icon/chip_config.c [new file with mode: 0644]
board/mosaixtech/icon/config.mk [new file with mode: 0644]
board/mosaixtech/icon/icon.c [new file with mode: 0644]
board/mosaixtech/icon/init.S [new file with mode: 0644]
include/configs/icon.h [new file with mode: 0644]