All of lore.kernel.org
 help / color / mirror / Atom feed
From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: imx: Do not select some errata that depends on !ARCH_MULTIPLATFORM
Date: Fri, 04 Jan 2013 17:36:53 -0600	[thread overview]
Message-ID: <50E76795.2000201@gmail.com> (raw)
In-Reply-To: <1357338447-6798-1-git-send-email-festevam@gmail.com>

On 01/04/2013 04:27 PM, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Since commit 62e4d357a (ARM: 7609/1: disable errata work-arounds which access 
> secure registers) ARM_ERRATA_743622/751472 depends on !ARCH_MULTIPLATFORM.
> 
> Since imx has been converted to multiplatform, the following warning happens:
> 
> $ make imx_v6_v7_defconfig
> warning: (SOC_IMX6Q && ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC) selects
> ARM_ERRATA_751472 which has unmet direct dependencies (CPU_V7 &&
> !ARCH_MULTIPLATFORM)
> warning: (SOC_IMX6Q && ARCH_TEGRA_3x_SOC) selects ARM_ERRATA_743622
> which has unmet direct dependencies (CPU_V7 && !ARCH_MULTIPLATFORM)
> warning: (SOC_IMX6Q && ARCH_TEGRA_3x_SOC) selects ARM_ERRATA_743622
> which has unmet direct dependencies (CPU_V7 && !ARCH_MULTIPLATFORM)
> warning: (SOC_IMX6Q && ARCH_TEGRA_2x_SOC && ARCH_TEGRA_3x_SOC) selects
> ARM_ERRATA_751472 which has unmet direct dependencies (CPU_V7 &&
> !ARCH_MULTIPLATFORM)
> 
> Recommended approach is to remove ARM_ERRATA_743622/751472 from being selected
> by SOC_IMX6Q and apply such workarounds into the bootloader.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Broken and

Acked-by: Rob Herring <rob.herring@calxeda.com>

> ---
>  arch/arm/mach-imx/Kconfig |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 1ad0d76..3e628fd 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -841,8 +841,6 @@ config SOC_IMX6Q
>  	select ARCH_HAS_CPUFREQ
>  	select ARCH_HAS_OPP
>  	select ARM_CPU_SUSPEND if PM
> -	select ARM_ERRATA_743622
> -	select ARM_ERRATA_751472
>  	select ARM_ERRATA_754322
>  	select ARM_ERRATA_764369 if SMP
>  	select ARM_ERRATA_775420
> 

  reply	other threads:[~2013-01-04 23:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-04 22:27 [PATCH] ARM: imx: Do not select some errata that depends on !ARCH_MULTIPLATFORM Fabio Estevam
2013-01-04 23:36 ` Rob Herring [this message]
2013-01-05  1:07   ` Shawn Guo
2013-01-05  2:53     ` 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=50E76795.2000201@gmail.com \
    --to=robherring2@gmail.com \
    --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.