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 1/5] ZOOM2 Add initial support for Zoom2
Date: Wed, 29 Apr 2009 23:15:14 +0200	[thread overview]
Message-ID: <20090429211514.GH522@game.jcrosoft.org> (raw)
In-Reply-To: <1240933314-12769-1-git-send-email-Tom.Rix@windriver.com>

On 10:41 Tue 28 Apr     , Tom Rix wrote:
> Zoom2 is a new board from Texas Instruments and LogicPD
> 
> The logicpd web site is a good source for general information on this board.
> Please start looking here if the below links are broken.
> http://www.logicpd.com
> 
> This is a pdf of the product
> http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf
> This is the product description web page
> http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp
> 
> This patch provides a zoom2 base target by copying zoom1 and by making some
> obvious changes.
> 
> To configure, run
> make omap3_zoom2_config
> 
> Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
> ---
>  MAINTAINERS                       |    4 +
>  MAKEALL                           |    1 +
>  Makefile                          |    3 +
>  board/omap3/beagle/u-boot.lds     |   63 ----------
>  board/omap3/common/Makefile       |    1 +
>  board/omap3/evm/u-boot.lds        |   63 ----------
>  board/omap3/overo/u-boot.lds      |   63 ----------
>  board/omap3/pandora/u-boot.lds    |   63 ----------
>  board/omap3/zoom1/u-boot.lds      |   63 ----------
>  board/omap3/zoom2/Makefile        |   49 ++++++++
>  board/omap3/zoom2/config.mk       |   33 +++++
>  board/omap3/zoom2/zoom2.c         |   76 ++++++++++++
>  board/omap3/zoom2/zoom2.h         |  151 +++++++++++++++++++++++
>  cpu/arm_cortexa8/omap3/config.mk  |    2 +
>  cpu/arm_cortexa8/omap3/u-boot.lds |   58 +++++++++
>  doc/README.omap3                  |   13 ++
>  include/configs/omap3_zoom2.h     |  245 +++++++++++++++++++++++++++++++++++++
>  17 files changed, 636 insertions(+), 315 deletions(-)
>  delete mode 100644 board/omap3/beagle/u-boot.lds
>  delete mode 100644 board/omap3/evm/u-boot.lds
>  delete mode 100644 board/omap3/overo/u-boot.lds
>  delete mode 100644 board/omap3/pandora/u-boot.lds
>  delete mode 100644 board/omap3/zoom1/u-boot.lds
>  create mode 100644 board/omap3/zoom2/Makefile
>  create mode 100644 board/omap3/zoom2/config.mk
>  create mode 100644 board/omap3/zoom2/zoom2.c
>  create mode 100644 board/omap3/zoom2/zoom2.h
>  create mode 100644 cpu/arm_cortexa8/omap3/u-boot.lds
>  create mode 100644 include/configs/omap3_zoom2.h
> 
Please fix the whitespace present on the patch and split the merge of the lds
in a seperated patch

Best Regards,
J.

      parent reply	other threads:[~2009-04-29 21:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-28 15:41 [U-Boot] [PATCH 1/5] ZOOM2 Add initial support for Zoom2 Tom Rix
2009-04-28 15:41 ` [U-Boot] [PATCH 2/5] OMAP3 Port kernel omap gpio interface Tom Rix
2009-04-28 15:41   ` [U-Boot] [PATCH 3/5] ZOOM2 Add support for debug board detection Tom Rix
2009-04-28 15:41     ` [U-Boot] [PATCH 4/5] ZOOM2 Add serial support Tom Rix
2009-04-28 15:41       ` [U-Boot] [PATCH 5/5] ZOOM2 Add led support Tom Rix
2009-04-29 20:56         ` Jean-Christophe PLAGNIOL-VILLARD
2009-04-30  3:41           ` Tom
2009-04-29 21:08       ` [U-Boot] [PATCH 4/5] ZOOM2 Add serial support Jean-Christophe PLAGNIOL-VILLARD
2009-04-29 21:10     ` [U-Boot] [PATCH 3/5] ZOOM2 Add support for debug board detection Jean-Christophe PLAGNIOL-VILLARD
2009-04-29 21:11   ` [U-Boot] [PATCH 2/5] OMAP3 Port kernel omap gpio interface Jean-Christophe PLAGNIOL-VILLARD
2009-04-29 21:15 ` Jean-Christophe PLAGNIOL-VILLARD [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=20090429211514.GH522@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