* [PATCH] ARM: mach-bcm: add ARM_ERRATA_775420
@ 2014-04-17 23:44 Scott Branden
2014-04-18 17:12 ` Scott Branden
0 siblings, 1 reply; 2+ messages in thread
From: Scott Branden @ 2014-04-17 23:44 UTC (permalink / raw)
To: linux-arm-kernel
ARM_ERRATA_775420 needs to be enabled.
A data cache maintenance operation which aborts, followed by an ISB,
without any DSB in-between, might lead to deadlock.
Affects: bug present in Cortex-A9 r3p0 and earlier. Fixed in r4p0.
Cortex-A9 r3p0 is used in a multitude of Broadcom parts including
the bcm21664, bcm281xx, 5301x families of devices.
Signed-off-by: Scott Branden <sbranden@broadcom.com>
Tested-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Alex Edler <edler@linaro.org>
Acked-by: Matt Porter <mporter@linaro.org>
---
arch/arm/mach-bcm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig
index 49c914c..9ef7f65 100644
--- a/arch/arm/mach-bcm/Kconfig
+++ b/arch/arm/mach-bcm/Kconfig
@@ -15,6 +15,7 @@ config ARCH_BCM_MOBILE
select ARCH_REQUIRE_GPIOLIB
select ARM_ERRATA_754322
select ARM_ERRATA_764369 if SMP
+ select ARM_ERRATA_775420
select ARM_GIC
select GPIO_BCM_KONA
select TICK_ONESHOT
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: mach-bcm: add ARM_ERRATA_775420
2014-04-17 23:44 [PATCH] ARM: mach-bcm: add ARM_ERRATA_775420 Scott Branden
@ 2014-04-18 17:12 ` Scott Branden
0 siblings, 0 replies; 2+ messages in thread
From: Scott Branden @ 2014-04-18 17:12 UTC (permalink / raw)
To: linux-arm-kernel
On 14-04-17 04:44 PM, Scott Branden wrote:
> ARM_ERRATA_775420 needs to be enabled.
>
> A data cache maintenance operation which aborts, followed by an ISB,
> without any DSB in-between, might lead to deadlock.
>
> Affects: bug present in Cortex-A9 r3p0 and earlier. Fixed in r4p0.
>
> Cortex-A9 r3p0 is used in a multitude of Broadcom parts including
> the bcm21664, bcm281xx, 5301x families of devices.
>
> Signed-off-by: Scott Branden <sbranden@broadcom.com>
> Tested-by: Markus Mayer <markus.mayer@linaro.org>
> Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
> Reviewed-by: Alex Edler <edler@linaro.org>
New patch V2 being sent out to correct Alex' last name.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-18 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17 23:44 [PATCH] ARM: mach-bcm: add ARM_ERRATA_775420 Scott Branden
2014-04-18 17:12 ` Scott Branden
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.