[U-Boot] [PATCH] Add support for Eukrea CPU9260/CPU9G20 SBC

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun Sep 6 15:18:27 CEST 2009


On 18:15 Sat 05 Sep     , Eric Benard wrote:
> these boards are built around Atmel's AT91SAM9260/9G20 and have
> up to 64MB of NOR flash, up to 128MB of SDRAM, up to 2GB of NAND
> and include a 10/100 Ethernet PHY in RMII mode.
> 
> Signed-off-by: Eric Benard <eric at eukrea.com>
> ---
>  MAINTAINERS                        |    5 +
>  MAKEALL                            |    2 +
>  Makefile                           |    8 +
>  board/eukrea/cpu9260/Makefile      |   59 +++++
>  board/eukrea/cpu9260/config.mk     |    1 +
>  board/eukrea/cpu9260/cpu9260.c     |  218 +++++++++++++++++
>  board/eukrea/cpu9260/led.c         |  153 ++++++++++++
>  cpu/arm926ejs/at91/lowlevel_init.S |    3 +-
>  include/configs/cpu9260.h          |  453 ++++++++++++++++++++++++++++++++++++
>  9 files changed, 901 insertions(+), 1 deletions(-)
>  create mode 100644 board/eukrea/cpu9260/Makefile
>  create mode 100644 board/eukrea/cpu9260/config.mk
>  create mode 100644 board/eukrea/cpu9260/cpu9260.c
>  create mode 100644 board/eukrea/cpu9260/led.c
>  create mode 100644 include/configs/cpu9260.h
> 
it's looks fine

Best Regards,
J.


More information about the U-Boot mailing list