All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Jonathan Corbet <corbet@lwn.net>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org,
	Javier Martinez Canillas <javier@osg.samsung.com>
Subject: Re: [PATCH] Documentation: ARM: EXYNOS: Update bootloader interface on Exynos542x
Date: Sat, 24 Oct 2015 04:39:32 +0900	[thread overview]
Message-ID: <562A8CF4.9040408@kernel.org> (raw)
In-Reply-To: <1445573957-28933-1-git-send-email-k.kozlowski@samsung.com>

On 10/23/15 13:19, Krzysztof Kozlowski wrote:
> Update the documentation about:
> 1. Usage of PMU_SPARE2 register.
>    Bootloaders on Exynos542x-based boards often use the register
>    PMU_SPARE2 (0x908) in the same way as on Exynos3250: as a indicator
>    the secondary CPU was booted on. The bootloader will set this value
>    to non-zero, after sucessfull power up of secondary CPU. In the same
>    time this booted CPU will stuck (spin) waiting for software reset.
> 2. Exynos542x entry address for secondary CPU boot up after system
>    suspend (with MCPM enabled and in non-secure mode).
> 
> See arch/arm/mach-exynos/mcpm-exynos.c for source code.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  Documentation/arm/Samsung/Bootloader-interface.txt | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/arm/Samsung/Bootloader-interface.txt b/Documentation/arm/Samsung/Bootloader-interface.txt
> index df8d4fb85939..ed494ac0beb2 100644
> --- a/Documentation/arm/Samsung/Bootloader-interface.txt
> +++ b/Documentation/arm/Samsung/Bootloader-interface.txt
> @@ -19,7 +19,7 @@ executing kernel.
>  Address:      sysram_ns_base_addr
>  Offset        Value                                        Purpose
>  =============================================================================
> -0x08          exynos_cpu_resume_ns                         System suspend
> +0x08          exynos_cpu_resume_ns, mcpm_entry_point       System suspend
>  0x0c          0x00000bad (Magic cookie)                    System suspend
>  0x1c          exynos4_secondary_startup                    Secondary CPU boot
>  0x1c + 4*cpu  exynos4_secondary_startup (Exynos4412)       Secondary CPU boot
> @@ -56,7 +56,8 @@ Offset        Value                                        Purpose
>  Address:      pmu_base_addr
>  Offset        Value                           Purpose
>  =============================================================================
> -0x0908        Non-zero (only Exynos3250)      Secondary CPU boot up indicator
> +0x0908        Non-zero                        Secondary CPU boot up indicator
> +                                              on Exynos3250 and Exynos542x
>  
>  
>  4. Glossary

Applied, thanks.

- Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Documentation: ARM: EXYNOS: Update bootloader interface on Exynos542x
Date: Sat, 24 Oct 2015 04:39:32 +0900	[thread overview]
Message-ID: <562A8CF4.9040408@kernel.org> (raw)
In-Reply-To: <1445573957-28933-1-git-send-email-k.kozlowski@samsung.com>

On 10/23/15 13:19, Krzysztof Kozlowski wrote:
> Update the documentation about:
> 1. Usage of PMU_SPARE2 register.
>    Bootloaders on Exynos542x-based boards often use the register
>    PMU_SPARE2 (0x908) in the same way as on Exynos3250: as a indicator
>    the secondary CPU was booted on. The bootloader will set this value
>    to non-zero, after sucessfull power up of secondary CPU. In the same
>    time this booted CPU will stuck (spin) waiting for software reset.
> 2. Exynos542x entry address for secondary CPU boot up after system
>    suspend (with MCPM enabled and in non-secure mode).
> 
> See arch/arm/mach-exynos/mcpm-exynos.c for source code.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  Documentation/arm/Samsung/Bootloader-interface.txt | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/arm/Samsung/Bootloader-interface.txt b/Documentation/arm/Samsung/Bootloader-interface.txt
> index df8d4fb85939..ed494ac0beb2 100644
> --- a/Documentation/arm/Samsung/Bootloader-interface.txt
> +++ b/Documentation/arm/Samsung/Bootloader-interface.txt
> @@ -19,7 +19,7 @@ executing kernel.
>  Address:      sysram_ns_base_addr
>  Offset        Value                                        Purpose
>  =============================================================================
> -0x08          exynos_cpu_resume_ns                         System suspend
> +0x08          exynos_cpu_resume_ns, mcpm_entry_point       System suspend
>  0x0c          0x00000bad (Magic cookie)                    System suspend
>  0x1c          exynos4_secondary_startup                    Secondary CPU boot
>  0x1c + 4*cpu  exynos4_secondary_startup (Exynos4412)       Secondary CPU boot
> @@ -56,7 +56,8 @@ Offset        Value                                        Purpose
>  Address:      pmu_base_addr
>  Offset        Value                           Purpose
>  =============================================================================
> -0x0908        Non-zero (only Exynos3250)      Secondary CPU boot up indicator
> +0x0908        Non-zero                        Secondary CPU boot up indicator
> +                                              on Exynos3250 and Exynos542x
>  
>  
>  4. Glossary

Applied, thanks.

- Kukjin

  reply	other threads:[~2015-10-23 19:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23  4:19 [PATCH] Documentation: ARM: EXYNOS: Update bootloader interface on Exynos542x Krzysztof Kozlowski
2015-10-23  4:19 ` Krzysztof Kozlowski
2015-10-23 19:39 ` Kukjin Kim [this message]
2015-10-23 19:39   ` Kukjin Kim

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=562A8CF4.9040408@kernel.org \
    --to=kgene@kernel.org \
    --cc=corbet@lwn.net \
    --cc=javier@osg.samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /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.