All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom <Tom.Rix@windriver.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] at91: Add esd gmbh OTC570 board support
Date: Sun, 31 Jan 2010 08:54:03 -0600	[thread overview]
Message-ID: <4B65998B.90705@windriver.com> (raw)
In-Reply-To: <1264413041705-git-send-email-Daniel.Gorsulowski@esd.eu>

Daniel Gorsulowski wrote:
> This patch adds support for esd gmbh OTC570 board.
> The OTC570 is based on an Atmel AT91SAM9263 SoC.
> 
> Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
> ---
> v2: Applyed suggestions according to
>     http://lists.denx.de/pipermail/u-boot/2010-January/066948.html
>     - removed video commands they should go into common
>     - swapped copyright places
>     - removed some #ifdef / #ifndef
>     - converted element initializations in panel_info
>     - replaced some puts() with printf()
>     - moved CONFIG_SYS_HZ below board and cpu defines
> 
>  MAINTAINERS                  |    1 +
>  MAKEALL                      |    1 +
>  Makefile                     |    3 +
>  board/esd/otc570/Makefile    |   55 +++++++
>  board/esd/otc570/config.mk   |    1 +
>  board/esd/otc570/otc570.c    |  365 ++++++++++++++++++++++++++++++++++++++++++
>  board/esd/otc570/partition.c |   37 +++++
>  include/configs/otc570.h     |  246 ++++++++++++++++++++++++++++
>  tools/Makefile               |    3 +
>  tools/logos/esd.bmp          |  Bin 0 -> 35078 bytes
>  10 files changed, 712 insertions(+), 0 deletions(-)
>  create mode 100644 board/esd/otc570/Makefile
>  create mode 100644 board/esd/otc570/config.mk
>  create mode 100644 board/esd/otc570/otc570.c
>  create mode 100644 board/esd/otc570/partition.c
>  create mode 100644 include/configs/otc570.h
>  create mode 100644 tools/logos/esd.bmp
> 
Applied
Thanks,
Tom

      reply	other threads:[~2010-01-31 14:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-25  9:50 [U-Boot] [PATCH v2] at91: Add esd gmbh OTC570 board support Daniel Gorsulowski
2010-01-31 14:54 ` Tom [this message]

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=4B65998B.90705@windriver.com \
    --to=tom.rix@windriver.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.