[U-Boot] [PATCH] AT91SAM9263-pm9263-support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Mon Oct 20 22:07:54 CEST 2008


On 18:24 Mon 20 Oct     , Ilko Iliev wrote:
> This patch adds support for the PM9263 board of Ronetix GmbH 
> (www.ronetix.at)
> 
> Signed-off-by: Ilko Iliev <iliev at ronetix.at>
> 
> ---
>  MAKEALL                              |    1 +
>  Makefile                             |    3 +
>  board/ronetix/pm9263/Makefile        |   60 +++++
>  board/ronetix/pm9263/config.mk       |    1 +
>  board/ronetix/pm9263/led.c           |   68 ++++++
>  board/ronetix/pm9263/lowlevel_init.S |  375 
> ++++++++++++++++++++++++++++++++
>  board/ronetix/pm9263/partition.c     |   47 ++++
>  board/ronetix/pm9263/pm9263.c        |  393 
> ++++++++++++++++++++++++++++++++++
>  board/ronetix/pm9263/pm9263_nand.c   |   79 +++++++
>  common/lcd.c                         |    9 +
>  cpu/arm926ejs/at91/lowlevel_init.S   |    6 +-
>  drivers/mtd/dataflash.c              |    5 +-
>  include/configs/pm9263.h             |  285 ++++++++++++++++++++++++
>  tools/Makefile                       |    3 +
>  tools/logos/ronetix.bmp              |  Bin 0 -> 5638 bytes
>  15 files changed, 1330 insertions(+), 5 deletions(-)
>  mode change 100755 => 100644 MAKEALL
>  create mode 100644 board/ronetix/pm9263/Makefile
>  create mode 100644 board/ronetix/pm9263/config.mk
>  create mode 100644 board/ronetix/pm9263/led.c
>  create mode 100644 board/ronetix/pm9263/lowlevel_init.S
>  create mode 100644 board/ronetix/pm9263/partition.c
>  create mode 100644 board/ronetix/pm9263/pm9263.c
>  create mode 100644 board/ronetix/pm9263/pm9263_nand.c
>  create mode 100644 include/configs/pm9263.h
>  create mode 100644 tools/logos/ronetix.bmp
> 
Hi,
	I'd like to notice that I've plan to modify the at91 board support in
	order to reduce duplicate code that I've seen more and more with the
	adding of new board.

	Of course I will review your patch but please keep in mind that the
	current may need to be updated against this new common part.

Best Regards,
J.


More information about the U-Boot mailing list