public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3] Initial support for Nomadik 8815	development
Date: Thu, 20 Nov 2008 13:21:51 +0100	[thread overview]
Message-ID: <20081120122151.GA14181@game.jcrosoft.org> (raw)
In-Reply-To: <20081120111318.GA16798@mail.gnudd.com>

On 12:13 Thu 20 Nov     , Alessandro Rubini wrote:
> From: Alessandro Rubini <rubini@unipv.it>
> Subject: Initial support for Nomadik 8815 development board
> 
> The NMDK8815 board is distributed by ST Microelectornics.
> Other (proprietary) code must be run to unlock the CPU before
> U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
> 
> This is the initial port, with basic infrastructure and
> a working serial port.
> 
> Signed-off-by: Alessandro Rubini <rubini@unipv.it>
> Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
> ---
> changes since v2:
> - added doc/README.nmdk8815 to explain the boot process
> - moved code to a vendor dir
> - fixed Makefiles as suggested (and removed unused CFLAGS)
> - added copyright where missing (u-boot.lds is copied, so no new copyright)
> - fixed remaining whitespace issues and comment style
> - other detais JC noted
> 
>  MAINTAINERS                    |    5 +
>  MAKEALL                        |    1 +
>  Makefile                       |   11 ++
>  board/st/nmdk8815/Makefile     |   55 +++++++
>  board/st/nmdk8815/config.mk    |   26 +++
>  board/st/nmdk8815/nmdk8815.c   |   73 +++++++++
>  board/st/nmdk8815/platform.S   |  345 ++++++++++++++++++++++++++++++++++++++++
>  board/st/nmdk8815/u-boot.lds   |   51 ++++++
>  cpu/arm926ejs/nomadik/Makefile |   46 ++++++
>  cpu/arm926ejs/nomadik/reset.S  |   27 +++
>  cpu/arm926ejs/nomadik/timer.c  |  180 +++++++++++++++++++++
>  doc/README.nmdk8815            |   22 +++
>  include/configs/nmdk8815.h     |  188 ++++++++++++++++++++++
>  13 files changed, 1030 insertions(+), 0 deletions(-)
>  create mode 100644 board/st/nmdk8815/Makefile
>  create mode 100644 board/st/nmdk8815/config.mk
>  create mode 100644 board/st/nmdk8815/nmdk8815.c
>  create mode 100644 board/st/nmdk8815/platform.S
>  create mode 100644 board/st/nmdk8815/u-boot.lds
>  create mode 100644 cpu/arm926ejs/nomadik/Makefile
>  create mode 100644 cpu/arm926ejs/nomadik/reset.S
>  create mode 100644 cpu/arm926ejs/nomadik/timer.c
>  create mode 100644 doc/README.nmdk8815
>  create mode 100644 include/configs/nmdk8815.h
> 
I'm in a good moon toady I've finished the coding style fix myself

please take a look

applied to u-boot-arm/next

Best Regards,
J.

  reply	other threads:[~2008-11-20 12:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-20 11:13 [U-Boot] [PATCH V3] Initial support for Nomadik 8815 development Alessandro Rubini
2008-11-20 12:21 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-01-23 23:43   ` Wolfgang Denk
2009-01-24  8:35     ` Alessandro Rubini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081120122151.GA14181@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox