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

York Sun yorksun at freescale.com
Fri Dec 5 17:20:04 CET 2014


On 10/29/2014 11:07 PM, Zhao Qiang wrote:
> T2080 v1.0 has this errata while v1.1 has fixed
> this errata by hardware, add a new function has_errata_a007186
> to check the SVR_SOC_VER, SVR_MAJ and SVR_MIN first,
> if the sil has errata a007186, then run the errata code,
> if not, doesn't run the code.
> 
> Signed-off-by: Zhao Qiang <B45475 at freescale.com>
> Change-Id: I19d794283229a86d04d8f22d44b860a5c3940cdc
> Reviewed-on: http://git.am.freescale.net:8181/19850
> Tested-by: Review Code-CDREVIEW <CDREVIEW at freescale.com>
> Reviewed-by: Yusong Sun <yorksun at freescale.com>
> ---
> Changes for v2:
> 	- use has_errata_a007186 instead of not_has_errata_a007186
> Changes for v3:
> 	- use "if (has_erratum_a007186() && sel == 0x01 || sel == 0x02) {"
> 	- instead of "if (has_erratum_a007186()) { 
> Changes for v4:
> 	- update soc info in has_erratum_a007186 function

Applied to u-boot-mpc85xx, awaiting upstream.

York



More information about the U-Boot mailing list