All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/t208x: enable erratum a006379 for t208x
@ 2014-01-03  5:46 Shengzhou Liu
  2014-01-03 19:33 ` Scott Wood
  2014-01-03 21:04 ` York Sun
  0 siblings, 2 replies; 3+ messages in thread
From: Shengzhou Liu @ 2014-01-03  5:46 UTC (permalink / raw)
  To: u-boot

Erratum A006379 applies to T2080/T2081 also.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 arch/powerpc/include/asm/fsl_errata.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/powerpc/include/asm/fsl_errata.h b/arch/powerpc/include/asm/fsl_errata.h
index 8af6751..671296a 100644
--- a/arch/powerpc/include/asm/fsl_errata.h
+++ b/arch/powerpc/include/asm/fsl_errata.h
@@ -29,7 +29,9 @@ static inline bool has_erratum_a006379(void)
 {
 	u32 svr = get_svr();
 	if (((SVR_SOC_VER(svr) == SVR_T4240) && SVR_MAJ(svr) <= 1) ||
-	    ((SVR_SOC_VER(svr) == SVR_B4860) && SVR_MAJ(svr) <= 2))
+	    ((SVR_SOC_VER(svr) == SVR_B4860) && SVR_MAJ(svr) <= 2) ||
+	    ((SVR_SOC_VER(svr) == SVR_T2080) && SVR_MAJ(svr) <= 1) ||
+	    ((SVR_SOC_VER(svr) == SVR_T2081) && SVR_MAJ(svr) <= 1))
 		return true;
 
 	return false;
-- 
1.8.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] powerpc/t208x: enable erratum a006379 for t208x
  2014-01-03  5:46 [U-Boot] [PATCH] powerpc/t208x: enable erratum a006379 for t208x Shengzhou Liu
@ 2014-01-03 19:33 ` Scott Wood
  2014-01-03 21:04 ` York Sun
  1 sibling, 0 replies; 3+ messages in thread
From: Scott Wood @ 2014-01-03 19:33 UTC (permalink / raw)
  To: u-boot

On Fri, 2014-01-03 at 13:46 +0800, Shengzhou Liu wrote:
> Erratum A006379 applies to T2080/T2081 also.
> 
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---
>  arch/powerpc/include/asm/fsl_errata.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/powerpc/include/asm/fsl_errata.h b/arch/powerpc/include/asm/fsl_errata.h
> index 8af6751..671296a 100644
> --- a/arch/powerpc/include/asm/fsl_errata.h
> +++ b/arch/powerpc/include/asm/fsl_errata.h
> @@ -29,7 +29,9 @@ static inline bool has_erratum_a006379(void)
>  {
>  	u32 svr = get_svr();
>  	if (((SVR_SOC_VER(svr) == SVR_T4240) && SVR_MAJ(svr) <= 1) ||
> -	    ((SVR_SOC_VER(svr) == SVR_B4860) && SVR_MAJ(svr) <= 2))
> +	    ((SVR_SOC_VER(svr) == SVR_B4860) && SVR_MAJ(svr) <= 2) ||
> +	    ((SVR_SOC_VER(svr) == SVR_T2080) && SVR_MAJ(svr) <= 1) ||
> +	    ((SVR_SOC_VER(svr) == SVR_T2081) && SVR_MAJ(svr) <= 1))
>  		return true;

While you're touching this, if T4240 is affected then shouldn't T4160 be
in the list as well?

I also see a T4120 in the SVR list, though I don't recognize that
variant.

Does B4860 have similar variants?

-Scott

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] powerpc/t208x: enable erratum a006379 for t208x
  2014-01-03  5:46 [U-Boot] [PATCH] powerpc/t208x: enable erratum a006379 for t208x Shengzhou Liu
  2014-01-03 19:33 ` Scott Wood
@ 2014-01-03 21:04 ` York Sun
  1 sibling, 0 replies; 3+ messages in thread
From: York Sun @ 2014-01-03 21:04 UTC (permalink / raw)
  To: u-boot

On 01/02/2014 09:46 PM, Shengzhou Liu wrote:
> Erratum A006379 applies to T2080/T2081 also.
> 
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>

Please fix the subject. You are enabling a workaround for an erratum.

York

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-03 21:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-03  5:46 [U-Boot] [PATCH] powerpc/t208x: enable erratum a006379 for t208x Shengzhou Liu
2014-01-03 19:33 ` Scott Wood
2014-01-03 21:04 ` York Sun

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.