All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/4] arm, omap3: Add support for TechNexion modules
Date: Mon, 21 Nov 2011 10:54:15 +0100	[thread overview]
Message-ID: <20111121095415.7620B140876A@gemini.denx.de> (raw)
In-Reply-To: <20111121165205.4624b13b@myhost>

Dear Tapani Utriainen,

In message <20111121165205.4624b13b@myhost> you wrote:
> 
> Add support for TechNexion TDM3730 SoM

Please use a better Subject: and add a bit more of information to the
commit message itself.

> Signed-off-by: Tapani Utriainen <tapani@technexion.com>
> CC: Sandeep Paulraj <s-paulraj@ti.com>
> ---
>  board/technexion/tdm3730/Makefile  |   49 ++++
>  board/technexion/tdm3730/tdm3730.c |  173 ++++++++++++++++
>  board/technexion/tdm3730/tdm3730.h |  383 +++++++++++++++++++++++++++++++++++++
>  boards.cfg                         |    1 
>  include/configs/tdm3730.h          |  360 ++++++++++++++++++++++++++++++++++
>  5 files changed, 966 insertions(+)

Same comments as before, entry to MAINTAINERS missing, etc, etc,

> --- /dev/null
> +++ b/board/technexion/tdm3730/tdm3730.c
> @@ -0,0 +1,173 @@
> +/*
> + * TechNexion, <www.technexion.com>
> + *
> + * Maintainer :
> + *      Tapani Utriainen <linuxfae@technexion.com>

This belongs into the MAINTAINERS file.

...
> +#define CONFIG_EXTRA_ENV_SETTINGS \

It appears the environment settings on these boards are pretty much
similar (which certainly makes sense).  Please consider factoring out
these common parts into a separate header file instead of repeating
them all over.


> +#define CONFIG_SYS_INIT_RAM_ADDR	0x4020f800
> +#define CONFIG_SYS_INIT_RAM_SIZE	0x800

Has this been tested?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Time is an illusion perpetrated by the manufacturers of space.

      reply	other threads:[~2011-11-21  9:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-21  8:52 [U-Boot] [PATCH 4/4] arm, omap3: Add support for TechNexion modules Tapani Utriainen
2011-11-21  9:54 ` Wolfgang Denk [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=20111121095415.7620B140876A@gemini.denx.de \
    --to=wd@denx.de \
    --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.