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 00/11] Add support for booting multiple cores
Date: Sat, 28 Feb 2015 18:48:03 +0900	[thread overview]
Message-ID: <54F18ED3.1080608@samsung.com> (raw)
In-Reply-To: <1424419040-28768-1-git-send-email-akshay.s@samsung.com>

On 20/02/15 16:57, Akshay Saraswat wrote:
> This patch series introduces changes for booting secondary CPUs
> on Exynos5420 and Exynos5800.
> 
> Changes since v3:
> 	- Patch 2 & 3 : Added errata number in comments.
> 	- Patch 2 & 3 : Moved changes to ARM generic file.
> 	- Patch 6 : Removed this patch. Not required anymore.
> 
> Changes since v2:
> 	- Patch 7 & 8 : Replaced #ifdef and #ifndef -> if(proid_is_soc()).
> 	- Patch 11 : Removed #ifdef from enum definition.
> 
> Changes since v1:
> 	- Added Reviewed-by & Tested-by in the acked patches.
> 	- Removed unnecessary CONFIGS and macros.
> 	- Changed names of few macros for better understanding in patch 2.
> 	- Added MPIDR bit assignment info comment in power_down_core in patch 2.
> 	- Changed to SPDX header in sec_boot.S in patch 5.
> 	- Fixed compilation error for snow build in patch 11.
> 
> Akshay Saraswat (9):
>   Exynos542x: Config: Add various configs
>   Exynos542x: CPU: Power down all secondary cores
>   Exynos542x: Add workaround for ARM errata 798870
>   Exynos542x: Add workaround for ARM errata 799270
>   Exynos542x: Add workaround for exynos iROM errata
>   Exynos542x: cache: Disable clean/evict push to external
>   Exynos542x: add L2 control register configuration
>   Exynos542x: Fix secondary core booting for thumb
>   Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset
> 
> Doug Anderson (1):
>   Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800
> 
>  arch/arm/cpu/armv7/exynos/Makefile        |   2 +
>  arch/arm/cpu/armv7/exynos/common_setup.h  |  62 +++++++++++++
>  arch/arm/cpu/armv7/exynos/exynos5_setup.h |   3 +
>  arch/arm/cpu/armv7/exynos/lowlevel_init.c | 147 ++++++++++++++++++++++++++++++
>  arch/arm/cpu/armv7/exynos/sec_boot.S      | 128 ++++++++++++++++++++++++++
>  arch/arm/cpu/armv7/exynos/soc.c           |  35 -------
>  arch/arm/include/asm/arch-exynos/cpu.h    |   5 +
>  arch/arm/include/asm/arch-exynos/system.h |  88 ++++++++++++++++++
>  arch/arm/include/asm/armv7.h              |  44 +++++++++
>  include/configs/exynos5420-common.h       |  16 ++++
>  10 files changed, 495 insertions(+), 35 deletions(-)
>  create mode 100644 arch/arm/cpu/armv7/exynos/sec_boot.S
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

      parent reply	other threads:[~2015-02-28  9:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-20  7:57 [U-Boot] [PATCH v4 00/11] Add support for booting multiple cores Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 01/10] Exynos542x: Config: Add various configs Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 02/10] Exynos542x: CPU: Power down all secondary cores Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870 Akshay Saraswat
2015-02-24 23:13   ` Nishanth Menon
2015-02-24 23:59     ` Nishanth Menon
2015-02-25 19:55     ` Kevin Hilman
2015-02-25 20:58       ` Nishanth Menon
2015-02-20  7:57 ` [U-Boot] [PATCH v4 04/10] Exynos542x: Add workaround for ARM errata 799270 Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 05/10] Exynos542x: Add workaround for exynos iROM errata Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 06/10] Exynos542x: cache: Disable clean/evict push to external Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 07/10] Exynos542x: add L2 control register configuration Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 08/10] Exynos542x: Fix secondary core booting for thumb Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 09/10] Exynos542x: Make A7s boot with thumb-mode U-Boot on warm reset Akshay Saraswat
2015-02-20  7:57 ` [U-Boot] [PATCH v4 10/10] Exynos: Fix L2 cache timings on Exynos5420 and Exynos5800 Akshay Saraswat
2015-02-28  9:48 ` 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=54F18ED3.1080608@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