From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Add Arndale board support
Date: Tue, 21 May 2013 21:53:54 +0900 [thread overview]
Message-ID: <519B6E62.3090406@samsung.com> (raw)
In-Reply-To: <1364290670-7443-1-git-send-email-inderpal.singh@linaro.org>
On 26/03/13 18:37, Inderpal Singh wrote:
> The Arndale board is based on samsung's exynos5250 SOC.
>
> First patch just removes the redundant SPI configs from common exynos5250
> config file. Second patch moves the board specific configs to board specific
> config file. The third adds the andale board support.
>
> This patchset depends on [1] for tzpc initialization, on [2] for copying
> u-boot to RAM from spl, and on first 6 patches of [3] for mmc support.
>
> [1] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/156168
> [2] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/156272
> [3] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/155368
>
> Inderpal Singh (3):
> exynos5250: remove redundant SPI related configs
> exynos5250: move board specific configs to board specific config file
> exynos5250: Add arndale board support
>
> MAINTAINERS | 4 +
> board/samsung/arndale/Makefile | 54 +++
> board/samsung/arndale/arndale.c | 117 ++++++
> 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/setup.h | 569 ++++++++++++++++++++++++++
> board/samsung/dts/exynos5250-arndale.dts | 36 ++
> boards.cfg | 1 +
> include/configs/arndale.h | 39 ++
> include/configs/exynos5250-dt.h | 29 +-
> include/configs/smdk5250.h | 12 +-
> include/configs/snow.h | 12 +-
> tools/Makefile | 2 +
> 17 files changed, 2232 insertions(+), 32 deletions(-)
> 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/setup.h
> create mode 100644 board/samsung/dts/exynos5250-arndale.dts
> create mode 100644 include/configs/arndale.h
>
Patch 1,2 looks good.
But please rebase.
please split patch 3 to another patchset.
And please check Wolfgang's review.
Thanks,
Minkyu Kang.
next prev parent reply other threads:[~2013-05-21 12:53 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-26 9:37 [U-Boot] [PATCH 0/3] Add Arndale board support Inderpal Singh
2013-03-26 9:37 ` [U-Boot] [PATCH 1/3] exynos5250: remove redundant SPI related configs Inderpal Singh
2013-03-26 11:21 ` Rajeshwari Birje
2013-03-26 9:37 ` [U-Boot] [PATCH 2/3] exynos5250: move board specific configs to board specific config file Inderpal Singh
2013-03-26 9:37 ` [U-Boot] [PATCH 3/3] exynos5250: Add arndale board support Inderpal Singh
2013-03-26 11:16 ` Rajeshwari Birje
2013-03-27 6:04 ` Inderpal Singh
2013-03-26 11:34 ` Wolfgang Denk
2013-05-21 12:53 ` Minkyu Kang [this message]
2013-06-07 11:22 ` [U-Boot] [PATCH 0/3] Add Arndale " Inderpal Singh
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=519B6E62.3090406@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox