From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 12 Jun 2010 11:36:16 +0200 Subject: [U-Boot] [PATCH V2 3/3] arm: Add support for jadecpu board based on MB86R01 SoC In-Reply-To: <1273069733-6194-4-git-send-email-weisserm@arcor.de> References: <1273069733-6194-1-git-send-email-weisserm@arcor.de> <1273069733-6194-2-git-send-email-weisserm@arcor.de> <1273069733-6194-3-git-send-email-weisserm@arcor.de> <1273069733-6194-4-git-send-email-weisserm@arcor.de> Message-ID: <20100612113616.757f06a4@wker> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Matthias, On Wed, 5 May 2010 16:28:53 +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 + > Makefile | 4 + > board/syteco/jadecpu/Makefile | 55 +++++++ > board/syteco/jadecpu/config.mk | 1 + > board/syteco/jadecpu/jadecpu.c | 171 ++++++++++++++++++++ > board/syteco/jadecpu/lowlevel_init.S | 266 ++++++++++++++++++++++++++++++++ > include/configs/jadecpu.h | 283 ++++++++++++++++++++++++++++++++++ > tools/Makefile | 3 + > tools/logos/syteco.bmp | Bin 0 -> 11414 bytes > 10 files changed, 788 insertions(+), 0 deletions(-) > create mode 100644 board/syteco/jadecpu/Makefile > create mode 100644 board/syteco/jadecpu/config.mk > create mode 100644 board/syteco/jadecpu/jadecpu.c > create mode 100644 board/syteco/jadecpu/lowlevel_init.S > create mode 100644 include/configs/jadecpu.h > create mode 100644 tools/logos/syteco.bmp This patch needs rebasing, too. Please also Cc Tom when submitting ARM based board patches. Thanks, Anatolij