From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 17 Jul 2010 00:44:14 +0200 Subject: [U-Boot] [PATCH V2 3/3] arm: Add support for jadecpu board based on MB86R01 SoC In-Reply-To: <1277726690-16599-4-git-send-email-weisserm@arcor.de> References: <1277726690-16599-1-git-send-email-weisserm@arcor.de> <1277726690-16599-4-git-send-email-weisserm@arcor.de> Message-ID: <20100717004414.55c529ab@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Matthias, On Mon, 28 Jun 2010 14:04:50 +0200 Matthias Weisser wrote: > This patch adds support for the jadecpu board using the > MB86R01 'Jade' SoC from Fujitsu. > > Signed-off-by: Matthias Weisser > --- > MAINTAINERS | 4 + > MAKEALL | 1 + > board/syteco/jadecpu/Makefile | 55 +++++++ > board/syteco/jadecpu/config.mk | 1 + > board/syteco/jadecpu/jadecpu.c | 171 ++++++++++++++++++++ > board/syteco/jadecpu/lowlevel_init.S | 266 ++++++++++++++++++++++++++++++++ > boards.cfg | 1 + This patch doesn't apply on top of current master. Please fix and resubmit. Thanks, Anatolij