All of lore.kernel.org
 help / color / mirror / Atom feed
From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: imx: Kconfig: Select ARM1136 related errata
Date: Fri, 12 Jul 2013 15:49:49 +0800	[thread overview]
Message-ID: <20130712074946.GD25501@S2101-09.ap.freescale.net> (raw)
In-Reply-To: <1373552782-14196-1-git-send-email-fabio.estevam@freescale.com>

On Thu, Jul 11, 2013 at 11:26:22AM -0300, Fabio Estevam wrote:
> CONFIG_ARM_ERRATA_411920 and CONFIG_ARM_ERRATA_364296 should be selected for
> ARM1136 SoCs.
> 
Per help text of the erratums, 364296 affects ARM1136 r0p2, and 411920
affects ARM1136 before r1p4.  Do you know the revisions used on imx31
and imx35?  Or do you see that enabling the workaround help fix some
real issues?

Shawn

> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> Changes since v1:
> - Select the errata via Kconfig
> 
>  arch/arm/mach-imx/Kconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index f7a5ad1..1d15d5c 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -123,6 +123,8 @@ config SOC_IMX27
>  
>  config SOC_IMX31
>  	bool
> +	select ARM_ERRATA_364296
> +	select ARM_ERRATA_411920
>  	select COMMON_CLK
>  	select CPU_V6
>  	select IMX_HAVE_PLATFORM_MXC_RNGA
> @@ -132,6 +134,8 @@ config SOC_IMX31
>  config SOC_IMX35
>  	bool
>  	select ARCH_MXC_IOMUX_V3
> +	select ARM_ERRATA_364296
> +	select ARM_ERRATA_411920
>  	select COMMON_CLK
>  	select CPU_V6K
>  	select HAVE_EPIT
> -- 
> 1.8.1.2
> 
> 

  reply	other threads:[~2013-07-12  7:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-11 14:26 [PATCH v2] ARM: imx: Kconfig: Select ARM1136 related errata Fabio Estevam
2013-07-12  7:49 ` Shawn Guo [this message]
2013-07-12 11:03   ` Fabio Estevam

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=20130712074946.GD25501@S2101-09.ap.freescale.net \
    --to=shawn.guo@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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.