All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/2] exynos5250: Add arndale board support
Date: Tue, 02 Jul 2013 15:36:12 +0900	[thread overview]
Message-ID: <51D274DC.50008@samsung.com> (raw)
In-Reply-To: <1372740112-21225-2-git-send-email-inderpal.singh@linaro.org>

Dear Inderpal Singh,

On 02/07/13 13:41, Inderpal Singh wrote:
> Arndale board is based on samsung's exynos5250 soc.
> 
> Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
> ---
>  MAINTAINERS                              |    4 +
>  board/samsung/arndale/Makefile           |   58 +++
>  board/samsung/arndale/arndale.c          |  103 +++++
>  board/samsung/arndale/arndale_spl.c      |   66 +++
>  board/samsung/arndale/clock_init.c       |  655 ++++++++++++++++++++++++++++++
>  board/samsung/arndale/clock_init.h       |  149 +++++++
>  board/samsung/arndale/dmc_common.c       |  199 +++++++++
>  board/samsung/arndale/dmc_init_ddr3.c    |  228 +++++++++++
>  board/samsung/arndale/lowlevel_init.S    |   92 +++++
>  board/samsung/arndale/mmc_boot.c         |   58 +++
>  board/samsung/arndale/setup.h            |  569 ++++++++++++++++++++++++++
>  board/samsung/dts/exynos5250-arndale.dts |   23 ++
>  boards.cfg                               |    1 +
>  include/configs/arndale.h                |   36 ++
>  14 files changed, 2241 insertions(+)
>  create mode 100644 board/samsung/arndale/Makefile
>  create mode 100644 board/samsung/arndale/arndale.c
>  create mode 100644 board/samsung/arndale/arndale_spl.c
>  create mode 100644 board/samsung/arndale/clock_init.c
>  create mode 100644 board/samsung/arndale/clock_init.h
>  create mode 100644 board/samsung/arndale/dmc_common.c
>  create mode 100644 board/samsung/arndale/dmc_init_ddr3.c
>  create mode 100644 board/samsung/arndale/lowlevel_init.S
>  create mode 100644 board/samsung/arndale/mmc_boot.c
>  create mode 100644 board/samsung/arndale/setup.h
>  create mode 100644 board/samsung/dts/exynos5250-arndale.dts
>  create mode 100644 include/configs/arndale.h
> 

This patch seems to conflict with Rajeshwari's patch.
http://patchwork.ozlabs.org/patch/256058/

So, this patch  will be pending until merge.

Thanks,
Minkyu Kang.

  reply	other threads:[~2013-07-02  6:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-02  4:41 [U-Boot] [PATCH v3 0/2] Add Arndale board support Inderpal Singh
2013-07-02  4:41 ` [U-Boot] [PATCH v3 1/2] exynos5250: Add arndale " Inderpal Singh
2013-07-02  6:36   ` Minkyu Kang [this message]
2013-07-02  4:41 ` [U-Boot] [PATCH v3 2/2] exynos5250: arndale: Add mmc support Inderpal Singh
2013-07-02  5:55 ` [U-Boot] [PATCH v3 0/2] Add Arndale board support Chander Kashyap

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=51D274DC.50008@samsung.com \
    --to=mk7.kang@samsung.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.