mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
fix(rk3328): apply ERRATA_A53_1530924 erratum
Apply erratum ERRATA_A53_1530924. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: Ib4130fd9d4cd16b12322f44e91196607fcb6bf6b
This commit is contained in:
parent
b6c0948400
commit
dd2c888606
2 changed files with 4 additions and 0 deletions
|
@ -569,6 +569,9 @@ subsections:
|
|||
- rockchip/rk3399
|
||||
- rk3399/suspend
|
||||
|
||||
- title: RK3328
|
||||
scope: rk3328
|
||||
|
||||
- title: Socionext
|
||||
scope: socionext
|
||||
|
||||
|
|
|
@ -65,6 +65,7 @@ include lib/libfdt/libfdt.mk
|
|||
|
||||
# Enable workarounds for selected Cortex-A53 errata
|
||||
ERRATA_A53_855873 := 1
|
||||
ERRATA_A53_1530924 := 1
|
||||
|
||||
$(eval $(call add_define,PLAT_EXTRA_LD_SCRIPT))
|
||||
$(eval $(call add_define,PLAT_SKIP_OPTEE_S_EL1_INT_REGISTER))
|
||||
|
|
Loading…
Add table
Reference in a new issue