From 97a4943c580af1ba38bb4d04ef2ba0dd73e17fa0 Mon Sep 17 00:00:00 2001 From: Victor Chong Date: Wed, 12 Jul 2017 01:07:29 +0900 Subject: [PATCH] hikey960: enable options to fix errata Fix cortex a53 errata issues: #836870, #843419, #855873. Signed-off-by: Victor Chong Acked-by: Haojian Zhuang --- plat/hisilicon/hikey960/platform.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plat/hisilicon/hikey960/platform.mk b/plat/hisilicon/hikey960/platform.mk index 145eee0e..470618ad 100644 --- a/plat/hisilicon/hikey960/platform.mk +++ b/plat/hisilicon/hikey960/platform.mk @@ -63,3 +63,8 @@ BL31_SOURCES += drivers/arm/cci/cci.c \ plat/hisilicon/hikey960/drivers/pwrc/hisi_pwrc.c \ plat/hisilicon/hikey960/drivers/ipc/hisi_ipc.c \ ${HIKEY960_GIC_SOURCES} + +# Enable workarounds for selected Cortex-A53 errata. +ERRATA_A53_836870 := 1 +ERRATA_A53_843419 := 1 +ERRATA_A53_855873 := 1 -- 2.30.2