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 0/3] Make tzpc initialization common for exynos4 and exynos5
Date: Tue, 04 Jun 2013 15:54:10 +0900	[thread overview]
Message-ID: <51AD8F12.8020406@samsung.com> (raw)
In-Reply-To: <1365152961-25760-1-git-send-email-inderpal.singh@linaro.org>

On 05/04/13 18:09, Inderpal Singh wrote:
> The first patch moves the tzpc_init file from smdk5250 to armv7/exynos.
> The second makes tzpc common for exynos4 and exynos5. And the third
> makes necessary changes to exynos4 based origen and smdkv310 boards.
> 
> The patchset has been tested on exynos4 based origen and exynos5 based
> Arndale board.
> 
> Changes in v2:
> 	- removed uninitialised warning for start and end variables
> 	- corrected the SPL_TEXT_BASE for origen and smdkv310
> 	- Added Chander's Acked-by
> 
> Changes in v3:
> 	As per Minkyu:
> 	- renamed the file as tzpc.c
> 	- implemented the samsung_get_base_tzpc
> 	- removed the TZPCx_BASE macros and used samsung_get_base_tzpc
> 
> Inderpal Singh (3):
>   exynos: move tzpc_init to armv7/exynos
>   exynos: update tzpc to make it common for exynos4 and exynos5
>   exynos: Update origen and smdkv310 to use common tzpc_init
> 
>  arch/arm/cpu/armv7/exynos/Makefile      |    2 +-
>  arch/arm/cpu/armv7/exynos/tzpc.c        |   57 +++++++++++++++++++++++++++++
>  arch/arm/cpu/armv7/s5p-common/Makefile  |    2 ++
>  arch/arm/include/asm/arch-exynos/cpu.h  |    4 +++
>  arch/arm/include/asm/arch-exynos/tzpc.h |   20 +++++++++++
>  board/samsung/origen/lowlevel_init.S    |   44 ++---------------------
>  board/samsung/origen/origen_setup.h     |   25 -------------
>  board/samsung/smdk5250/Makefile         |    1 -
>  board/samsung/smdk5250/lowlevel_init.S  |    2 ++
>  board/samsung/smdk5250/setup.h          |   25 -------------
>  board/samsung/smdk5250/tzpc_init.c      |   48 -------------------------
>  board/samsung/smdkv310/lowlevel_init.S  |   60 ++-----------------------------
>  include/configs/exynos5250-dt.h         |    2 --
>  include/configs/origen.h                |    2 ++
>  include/configs/smdkv310.h              |    2 ++
>  spl/Makefile                            |    4 +++
>  16 files changed, 98 insertions(+), 202 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/exynos/tzpc.c
>  delete mode 100644 board/samsung/smdk5250/tzpc_init.c
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2013-06-04  6:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-05  9:09 [U-Boot] [PATCH v3 0/3] Make tzpc initialization common for exynos4 and exynos5 Inderpal Singh
2013-04-05  9:09 ` [U-Boot] [PATCH v3 1/3] exynos: move tzpc_init to armv7/exynos Inderpal Singh
2013-04-05  9:09 ` [U-Boot] [PATCH v3 2/3] exynos: update tzpc to make it common for exynos4 and exynos5 Inderpal Singh
2013-04-05  9:09 ` [U-Boot] [PATCH v3 3/3] exynos: Update origen and smdkv310 to use common tzpc_init Inderpal Singh
2013-06-04  6:54 ` 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=51AD8F12.8020406@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.