[U-Boot] [PATCH V2 3/3] arm: Add support for jadecpu board based on MB86R01 SoC

Anatolij Gustschin agust at denx.de
Sat Jun 12 11:36:16 CEST 2010


Hi Matthias,

On Wed,  5 May 2010 16:28:53 +0200
Matthias Weisser <weisserm at arcor.de> wrote:

> This patch adds support for the jadecpu board using the
> MB86R01 'Jade' SoC from Fujitsu.
> 
> Signed-off-by: Matthias Weisser <weisserm at 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


More information about the U-Boot mailing list