]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: add support for the suen3 board from keymile
authorHeiko Schocher <[hs@denx.de]>
Mon, 22 Feb 2010 11:13:02 +0000 (16:43 +0530)
committerTom Rix <Tom.Rix@windriver.com>
Sun, 7 Mar 2010 18:36:36 +0000 (12:36 -0600)
commit67fa8c25f5c2d23932c0f31b035281d6abbb0965
tree8c29542cb8dd57c1098fedb83fa075e637cd27a9
parent6895d4510a7758595b85b48a7f449bd61dfc812f
arm: add support for the suen3 board from keymile

Add support for the ARM part of the mgcoge2, named suen3.
This board is based on the Marvell Kirkwood (88F6281) SoC.
As there come more board variants, common config options
are collected in include/configs/km_arm.h. Also, this board
use common code for all keymile boards, which is stored in
board/keymile/common/common.c

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Heiko Schocher <hs@denx.de>
MAINTAINERS
MAKEALL
Makefile
board/keymile/common/common.c
board/keymile/km_arm/Makefile [new file with mode: 0644]
board/keymile/km_arm/config.mk [new file with mode: 0644]
board/keymile/km_arm/km_arm.c [new file with mode: 0644]
board/keymile/km_arm/kwbimage.cfg [new file with mode: 0644]
include/configs/km_arm.h [new file with mode: 0644]
include/configs/suen3.h [new file with mode: 0644]