diff mbox

[U-Boot,2/2] powerpc/mpc85xx: Enable workaround for erratum CPU_A011 for P3041

Message ID 1342817979-677-2-git-send-email-yorksun@freescale.com
State Changes Requested
Delegated to: Andy Fleming
Headers show

Commit Message

York Sun July 20, 2012, 8:59 p.m. UTC
P3041 was left out in previous commit 5e23ab0a.
Erratum NMG_CPU_A011 applies to P4080 rev 1.0, 2.0, fixed in rev 3.0.
It also applies to P3041 rev 1.0, 1.1, P2041 rev 1.0, 1.1.

Signed-off-by: York Sun <yorksun@freescale.com>
---
 arch/powerpc/include/asm/config_mpc85xx.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Andy Fleming Aug. 8, 2012, 10:05 p.m. UTC | #1
BTW, please merge this with the other AO11 patches, too (I've already
marked this as "changes requested" in patchworks).

On Fri, Jul 20, 2012 at 3:59 PM, York Sun <yorksun@freescale.com> wrote:
> P3041 was left out in previous commit 5e23ab0a.
> Erratum NMG_CPU_A011 applies to P4080 rev 1.0, 2.0, fixed in rev 3.0.
> It also applies to P3041 rev 1.0, 1.1, P2041 rev 1.0, 1.1.
>
> Signed-off-by: York Sun <yorksun@freescale.com>
> ---
>  arch/powerpc/include/asm/config_mpc85xx.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
> index 1d21ee8..8154df0 100644
> --- a/arch/powerpc/include/asm/config_mpc85xx.h
> +++ b/arch/powerpc/include/asm/config_mpc85xx.h
> @@ -385,6 +385,7 @@
>  #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY
>  #define CONFIG_SYS_FSL_ERRATUM_ESDHC111
>  #define CONFIG_SYS_FSL_ERRATUM_USB138
> +#define CONFIG_SYS_FSL_ERRATUM_NMG_CPU_A011
>  #define CONFIG_SYS_FSL_ERRATUM_CPU_A003999
>  #define CONFIG_SYS_FSL_ERRATUM_DDR_A003474
>  #define CONFIG_SYS_FSL_SRIO_MAX_PORTS  2
> --
> 1.7.0.4
>
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
diff mbox

Patch

diff --git a/arch/powerpc/include/asm/config_mpc85xx.h b/arch/powerpc/include/asm/config_mpc85xx.h
index 1d21ee8..8154df0 100644
--- a/arch/powerpc/include/asm/config_mpc85xx.h
+++ b/arch/powerpc/include/asm/config_mpc85xx.h
@@ -385,6 +385,7 @@ 
 #define CONFIG_SYS_FSL_USB_INTERNAL_UTMI_PHY
 #define CONFIG_SYS_FSL_ERRATUM_ESDHC111
 #define CONFIG_SYS_FSL_ERRATUM_USB138
+#define CONFIG_SYS_FSL_ERRATUM_NMG_CPU_A011
 #define CONFIG_SYS_FSL_ERRATUM_CPU_A003999
 #define CONFIG_SYS_FSL_ERRATUM_DDR_A003474
 #define CONFIG_SYS_FSL_SRIO_MAX_PORTS	2