From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 5 Dec 2014 08:20:04 -0800 Subject: [U-Boot] [PATCH v4] powerpc/mpc85xx: modify erratum A007186 In-Reply-To: <1414649259-23022-1-git-send-email-B45475@freescale.com> References: <1414649259-23022-1-git-send-email-B45475@freescale.com> Message-ID: <5481DB34.5010503@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Change-Id: I19d794283229a86d04d8f22d44b860a5c3940cdc > Reviewed-on: http://git.am.freescale.net:8181/19850 > Tested-by: Review Code-CDREVIEW > Reviewed-by: Yusong Sun > --- > 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