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/7] Addition of new board Peach-Pi
Date: Mon, 17 Nov 2014 23:05:13 +0900	[thread overview]
Message-ID: <546A0099.3080808@samsung.com> (raw)
In-Reply-To: <1415898501-10778-1-git-send-email-akshay.s@samsung.com>

On 14/11/14 02:08, Akshay Saraswat wrote:
> Now we are adding a new Peach-Pi board which is a variant of Peach-Pit
> and is based on Exynos5800. Exynos5800 itself is a variant of Exynos5420,
> hence, most of the hardware config and settings are reused for this board.
> 
> Changes since v1:
> 	- Rebased all the patches
> 
> Changes since v2:
> 	- Rebased all the patches
> 	- Added new patch "Enable update mode for DREX controller"
> 
> Changes since v3:
> 	- Rebased all the patches
> 	- Added "Tested-by" and "Acked-by"
> 	- In patch 3/7 fixed warning "line over 80 characters"
> 
> Akshay Saraswat (5):
>   Exynos5800: Introduce new proid for Exynos5800
>   Exynos5800: Add DTS for new board Peach-Pi
>   Config: Exynos5800: Enable build for Peach-Pi
>   Config: Exynos5420: Refactor SDRAM Bank and Size
>   Exynos5: ddr3: Choose between single or double channel config
> 
> Alim Akhtar (1):
>   DMC: Exynos5: Enable update mode for DREX controller
> 
> Vadim Bendebury (1):
>   Peach-Pi: Use the enhanced usb_copy() prototype
> 
>  arch/arm/cpu/armv7/exynos/Kconfig              |   7 +-
>  arch/arm/cpu/armv7/exynos/clock.c              |  19 +--
>  arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |   2 +-
>  arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c      |  29 +++++
>  arch/arm/cpu/armv7/exynos/pinmux.c             |   2 +-
>  arch/arm/cpu/armv7/exynos/spl_boot.c           |  10 +-
>  arch/arm/dts/Makefile                          |   3 +-
>  arch/arm/dts/exynos5800-peach-pi.dts           | 157 +++++++++++++++++++++++++
>  arch/arm/include/asm/arch-exynos/cpu.h         |  10 +-
>  arch/arm/include/asm/arch-exynos/dmc.h         |   1 +
>  arch/arm/include/asm/arch-exynos/gpio.h        |   4 +-
>  board/samsung/smdk5420/Kconfig                 |  16 +++
>  board/samsung/smdk5420/MAINTAINERS             |   2 +
>  configs/peach-pi_defconfig                     |   5 +
>  include/configs/exynos5420-common.h            |   9 +-
>  include/configs/peach-pi.h                     |  50 ++++++++
>  include/configs/peach-pit.h                    |   8 +-
>  include/configs/smdk5420.h                     |   4 +
>  18 files changed, 313 insertions(+), 25 deletions(-)
>  create mode 100644 arch/arm/dts/exynos5800-peach-pi.dts
>  create mode 100644 configs/peach-pi_defconfig
>  create mode 100644 include/configs/peach-pi.h
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2014-11-17 14:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-13 17:08 [U-Boot] [PATCH v4 0/7] Addition of new board Peach-Pi Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 1/7] Exynos5800: Introduce new proid for Exynos5800 Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 2/7] Exynos5800: Add DTS for new board Peach-Pi Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 3/7] Config: Exynos5800: Enable build for Peach-Pi Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 4/7] DMC: Exynos5: Enable update mode for DREX controller Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 5/7] Config: Exynos5420: Refactor SDRAM Bank and Size Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 6/7] Exynos5: ddr3: Choose between single or double channel config Akshay Saraswat
2014-11-13 17:08 ` [U-Boot] [PATCH v4 7/7] Peach-Pi: Use the enhanced usb_copy() prototype Akshay Saraswat
2014-11-17 14:05 ` 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=546A0099.3080808@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