
Hi Matthias,
On Wed, 5 May 2010 16:28:53 +0200 Matthias Weisser weisserm@arcor.de wrote:
This patch adds support for the jadecpu board using the MB86R01 'Jade' SoC from Fujitsu.
Signed-off-by: Matthias Weisser weisserm@arcor.de
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