
5 Dec
2014
5 Dec
'14
5:20 p.m.
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@freescale.com Change-Id: I19d794283229a86d04d8f22d44b860a5c3940cdc Reviewed-on: http://git.am.freescale.net:8181/19850 Tested-by: Review Code-CDREVIEW CDREVIEW@freescale.com Reviewed-by: Yusong Sun yorksun@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