diff mbox series

[mickledore] arm-bsp/trusted-firmware-a: corstone1000: enable ERRATA_A35_855472

Message ID 20230928142817.391920-1-abdellatif.elkhlifi@arm.com
State New
Headers show
Series [mickledore] arm-bsp/trusted-firmware-a: corstone1000: enable ERRATA_A35_855472 | expand

Commit Message

Abdellatif El Khlifi Sept. 28, 2023, 2:28 p.m. UTC
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>

enable errata 855472 for Cortex-A35 in Corstone-1000

Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
---
 .../trusted-firmware-a/trusted-firmware-a-corstone1000.inc       | 1 +
 1 file changed, 1 insertion(+)

Comments

Jon Mason Oct. 1, 2023, 8:15 p.m. UTC | #1
On Thu, 28 Sep 2023 15:28:17 +0100, abdellatif.elkhlifi@arm.com wrote:
> enable errata 855472 for Cortex-A35 in Corstone-1000
> 
> 

Applied, thanks!

[1/1] arm-bsp/trusted-firmware-a: corstone1000: enable ERRATA_A35_855472
      commit: 59224ced53ad1295321b5ab323c0944330007979

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
index 00810346..2b85b9db 100644
--- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
+++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-corstone1000.inc
@@ -37,6 +37,7 @@  EXTRA_OEMAKE:append = " \
                         NR_OF_IMAGES_IN_FW_BANK=4 \
                         COT=tbbr \
                         ARM_ROTPK_LOCATION=devel_rsa  \
+                        ERRATA_A35_855472=1 \
                         ROT_KEY=plat/arm/board/common/rotpk/arm_rotprivk_rsa.pem \
                         BL32=${RECIPE_SYSROOT}/lib/firmware/tee-pager_v2.bin \
                         LOG_LEVEL=50 \