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 v7 0/2] Add Arndale board support
Date: Fri, 30 Aug 2013 12:21:21 +0900	[thread overview]
Message-ID: <52200FB1.6030009@samsung.com> (raw)
In-Reply-To: <1377061737-32285-1-git-send-email-chander.kashyap@linaro.org>

On 21/08/13 14:08, Chander Kashyap wrote:
> The Arndale board is based on samsung's exynos5250 SOC.
> For spl generation, it depends on the patch at [5].
> 
> First patch provides the basic arndale board support. The second patch
> adds the MMC support.
> 
> Changes in v2:
>         - split from earlier patchset at [3] as per Minkyu
>         - Removed checkpatch errors pointed out by Wolfgang
>         - rebased to latest u-boot-samsung master branch
>         - created mmc_boot.c to remove dependency on consolidation
>           patch at [4]
>         - split the mmc support to new patch as it depends on [2]
> 
> [1] http://permalink.gmane.org/gmane.comp.boot-loaders.u-boot/162883
> [2] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/159887
> [3] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/157101
> [4] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/156272
> 
> Changes in v3:
>         - Used dt based serial
>         - rebased to latest u-boot-samsung master branch
> 
> Changes in v4:
> 	- Removed the config dependency on exynos5_dt.h as it contains smdk5250
> 	  configurations rather than the common exynos5 generic configurations.
> 	- rebased to latest u-boot-samsung master branch
> 
> Changes in v5:
> 	- Fix comments suggested by Minkyu
> 	- Added SPDX-License-Identifier to new files
> 
> Changes in v6:
> 	- Fixed missed out sorting of Maintainers entry
> Changes in v7:
> 	- Fixed regression caused due to v6.
> 	- rebased to latest u-boot-samsung master branch
> 	- Fixed checkpatch warning for parenthesis alignment.
> 
> [5] [PATCH v2] CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
> 
> Chander Kashyap (1):
>   exynos5250: Add arndale board support
> 
> Inderpal Singh (1):
>   exynos5250: arndale: Add mmc support
> 
>  MAINTAINERS                              |    4 +
>  board/samsung/arndale/Makefile           |   34 ++++
>  board/samsung/arndale/arndale.c          |  101 ++++++++++++
>  board/samsung/arndale/arndale_spl.c      |   50 ++++++
>  board/samsung/dts/exynos5250-arndale.dts |   39 +++++
>  boards.cfg                               |    1 +
>  include/configs/arndale.h                |  255 ++++++++++++++++++++++++++++++
>  7 files changed, 484 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/dts/exynos5250-arndale.dts
>  create mode 100644 include/configs/arndale.h
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2013-08-30  3:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-21  5:08 [U-Boot] [Patch v7 0/2] Add Arndale board support Chander Kashyap
2013-08-21  5:08 ` [U-Boot] [Patch v7 1/2] exynos5250: Add arndale " Chander Kashyap
2013-08-21  5:08 ` [U-Boot] [Patch v7 2/2] exynos5250: arndale: Add mmc support Chander Kashyap
2013-08-30  3:21 ` Minkyu Kang [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=52200FB1.6030009@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.