From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 1 Feb 2015 00:15:20 +0100 Subject: [U-Boot] [PATCH v4 2/2] configs/ls2085a: Add support for Cortex-A57 erratas In-Reply-To: <1422008405-25730-2-git-send-email-bhupesh.sharma@freescale.com> References: <1422008405-25730-1-git-send-email-bhupesh.sharma@freescale.com> <1422008405-25730-2-git-send-email-bhupesh.sharma@freescale.com> Message-ID: <20150201001520.57ffaf43@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello Bhupesh, On Fri, 23 Jan 2015 15:50:05 +0530, Bhupesh Sharma wrote: > This patch adds support for handling 828024 and 826974 erratas > for Cortex-A57 cores present on LS2085A SoC. > > Signed-off-by: Bhupesh Sharma > --- > include/configs/ls2085a_common.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h > index 6fe032c..01c8566 100644 > --- a/include/configs/ls2085a_common.h > +++ b/include/configs/ls2085a_common.h > @@ -14,6 +14,10 @@ > #define CONFIG_LS2085A > #define CONFIG_GICV3 > > +/* Errata fixes */ > +#define CONFIG_ARM_ERRATA_828024 > +#define CONFIG_ARM_ERRATA_826974 > + > /* Link Definitions */ > #define CONFIG_SYS_TEXT_BASE 0x30001000 > > -- > 1.7.9.5 > > Applied to u-boot-arm/master, thanks! Amicalement, -- Albert.