York Sun | 20 Jul 2012 22:59
Favicon

[PATCH 1/2] powerpc/mpc85xx: Ignore E bit for BSC9130/1

Commit 48f6a5c34 removed E bit. BSC9130/1 were left out due to patch apply
timing. Remove them now.

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

diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h
index 489dd61..7bd3789 100644
--- a/arch/powerpc/include/asm/processor.h
+++ b/arch/powerpc/include/asm/processor.h
 <at>  <at>  -1104,9 +1104,7  <at>  <at> 
 #define SVR_8641D	0x809001

 #define SVR_9130	0x860001
-#define SVR_9130_E	0x860801
 #define SVR_9131	0x860000
-#define SVR_9131_E	0x860800

 #define SVR_Unknown	0xFFFFFF

--

-- 
1.7.0.4
York Sun | 20 Jul 2012 22:59
Favicon

[PATCH 2/2] powerpc/mpc85xx: Enable workaround for erratum CPU_A011 for P3041

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 <at> 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
 <at>  <at>  -385,6 +385,7  <at>  <at> 
 #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
Andy Fleming | 9 Aug 2012 00:05
Picon

Re: [PATCH 2/2] powerpc/mpc85xx: Enable workaround for erratum CPU_A011 for P3041

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 <at> 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 <at> 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
>  <at>  <at>  -385,6 +385,7  <at>  <at> 
>  #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
>
>
> _______________________________________________
(Continue reading)


Gmane