From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 30 Oct 2014 09:15:35 -0700 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: <54526427.70803@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 > --- For future patches, please remove internal review information. It's not accessible for folks outside of Freescale. York