Merge "fix(rk3328): apply ERRATA_A53_1530924 erratum" into integration

This commit is contained in:
Olivier Deprez 2023-11-29 10:24:27 +01:00 committed by TrustedFirmware Code Review
commit 8f5548aecf
2 changed files with 4 additions and 0 deletions

View file

@ -569,6 +569,9 @@ subsections:
- rockchip/rk3399 - rockchip/rk3399
- rk3399/suspend - rk3399/suspend
- title: RK3328
scope: rk3328
- title: Socionext - title: Socionext
scope: socionext scope: socionext

View file

@ -65,6 +65,7 @@ include lib/libfdt/libfdt.mk
# Enable workarounds for selected Cortex-A53 errata # Enable workarounds for selected Cortex-A53 errata
ERRATA_A53_855873 := 1 ERRATA_A53_855873 := 1
ERRATA_A53_1530924 := 1
$(eval $(call add_define,PLAT_EXTRA_LD_SCRIPT)) $(eval $(call add_define,PLAT_EXTRA_LD_SCRIPT))
$(eval $(call add_define,PLAT_SKIP_OPTEE_S_EL1_INT_REGISTER)) $(eval $(call add_define,PLAT_SKIP_OPTEE_S_EL1_INT_REGISTER))