mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
Merge "fix(rk3328): apply ERRATA_A53_1530924 erratum" into integration
This commit is contained in:
commit
8f5548aecf
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue