Re: [U-Boot] [PATCH 1/2] powerpc/mpc85xx: modify erratum A007186

2014-09-26 Thread York Sun
On 09/25/2014 09:37 PM, Zhao Qiang wrote: > T2080 v1.0 has this errata while v1.1 has fixed > this errata by hardware, add a new function to > check the SVR_SOC_VER, SVR_MAJ and SVR_MIN first, > if the cpu is T2080 and version is not v1.0, doesn't > run the a007186 errata_workaround. > > Signed-of

[U-Boot] [PATCH 1/2] powerpc/mpc85xx: modify erratum A007186

2014-09-25 Thread Zhao Qiang
T2080 v1.0 has this errata while v1.1 has fixed this errata by hardware, add a new function to check the SVR_SOC_VER, SVR_MAJ and SVR_MIN first, if the cpu is T2080 and version is not v1.0, doesn't run the a007186 errata_workaround. Signed-off-by: Zhao Qiang --- arch/powerpc/cpu/mpc85xx/cmd_erra