public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/6] Introduction of new board Peach-Pit
Date: Mon, 23 Jun 2014 17:43:25 +0900	[thread overview]
Message-ID: <53A7E8AD.9080601@samsung.com> (raw)
In-Reply-To: <1403094242-1095-1-git-send-email-akshay.s@samsung.com>

On 18/06/14 21:23, Akshay Saraswat wrote:
> This board is based on Exynos5420 and is similar to SMDK5420 board. 
> Adding new and refactoring existing  DT and config files to support 
> both SMDK5420 and Peach-Pit. 
> This patch set also intends to place env at the end of flash, increase
> SPL footprint, enable USB boot mode and split memory bank config.
> 
> Changes since v1: 
> 	- Added "Acked-by". 
> Changes since v2: 
> 	- Changed order of the patches because 2/2 alone results in compiler 
> 	  errors and has dependency over patch 1/2. 
> 	- Removed CONFIG_CHROMEOS_PEACH.
> Changes since v3:
> 	- Took four patches in this set from a different patch set.
> 	- Rebased all the patches to Top of Tree.
> 
> Akshay Saraswat (5):
>   Exynos5420: Let macros be used for exynos5420
>   Exynos5420: Introduce support for the Peach-Pit board
>   Exynos5: Config: Place environment at the end of SPI flash
>   Exynos5: Config: Increase SPL footprint for Exynos5420
>   Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs
> 
> Michael Pratt (1):
>   Exynos: Split 5250 and 5420 memory bank configuration
> 
>  arch/arm/cpu/armv7/exynos/exynos5_setup.h |   6 +-
>  arch/arm/dts/Makefile                     |   3 +-
>  arch/arm/dts/exynos5420-peach-pit.dts     | 127 +++++++++++++++++++++++++
>  arch/arm/dts/exynos5420-smdk5420.dts      |  23 +----
>  arch/arm/dts/exynos5420.dtsi              |  70 --------------
>  arch/arm/dts/exynos54xx.dtsi              | 151 ++++++++++++++++++++++++++++++
>  boards.cfg                                |   1 +
>  include/configs/exynos5-dt.h              |  15 ++-
>  include/configs/exynos5250-dt.h           |  13 +--
>  include/configs/exynos5420.h              |  52 ++++++++++
>  include/configs/peach-pit.h               |  25 +++++
>  include/configs/smdk5420.h                |  49 ++--------
>  12 files changed, 388 insertions(+), 147 deletions(-)
>  create mode 100644 arch/arm/dts/exynos5420-peach-pit.dts
>  delete mode 100644 arch/arm/dts/exynos5420.dtsi
>  create mode 100644 arch/arm/dts/exynos54xx.dtsi
>  create mode 100644 include/configs/exynos5420.h
>  create mode 100644 include/configs/peach-pit.h
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2014-06-23  8:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-18 12:23 [U-Boot] [PATCH v4 0/6] Introduction of new board Peach-Pit Akshay Saraswat
2014-06-18 12:23 ` [U-Boot] [PATCH v4 1/6] Exynos5420: Let macros be used for exynos5420 Akshay Saraswat
2014-06-20  3:25   ` Simon Glass
2014-06-18 12:23 ` [U-Boot] [PATCH v4 2/6] Exynos5420: Introduce support for the Peach-Pit board Akshay Saraswat
2014-06-18 12:23 ` [U-Boot] [PATCH v4 3/6] Exynos5: Config: Place environment at the end of SPI flash Akshay Saraswat
2014-06-18 12:24 ` [U-Boot] [PATCH v4 4/6] Exynos5: Config: Increase SPL footprint for Exynos5420 Akshay Saraswat
2014-06-18 12:24 ` [U-Boot] [PATCH v4 5/6] Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs Akshay Saraswat
2014-06-18 12:24 ` [U-Boot] [PATCH v4 6/6] Exynos: Split 5250 and 5420 memory bank configuration Akshay Saraswat
2014-06-20  3:24 ` [U-Boot] [PATCH v4 0/6] Introduction of new board Peach-Pit Simon Glass
2014-06-23  8:43 ` 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=53A7E8AD.9080601@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