mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(plat/rcar3): apply ERRATA_A53_1530924 and ERRATA_A57_1319537
Apply ERRATA_A53_1530924 and ERRATA_A57_1319537. Signed-off-by: Koichi Yamaguchi <koichi.yamaguchi.zb@hitachi.com> Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com> Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> # Drop Makefile header change, reword commit message Change-Id: I7d6e7e40bad6545a1d96470ce1a6e2d04e042670
This commit is contained in:
parent
a8c0c3e9d0
commit
2892fedaf2
1 changed files with 2 additions and 0 deletions
|
@ -65,10 +65,12 @@ $(eval $(call add_define,RCAR_CUT_30))
|
|||
ERRATA_A53_835769 := 1
|
||||
ERRATA_A53_843419 := 1
|
||||
ERRATA_A53_855873 := 1
|
||||
ERRATA_A53_1530924 := 1
|
||||
|
||||
# Enable workarounds for selected Cortex-A57 erratas.
|
||||
ERRATA_A57_859972 := 1
|
||||
ERRATA_A57_813419 := 1
|
||||
ERRATA_A57_1319537 := 1
|
||||
|
||||
PLAT_INCLUDES := -Iplat/renesas/common/include/registers \
|
||||
-Iplat/renesas/common/include \
|
||||
|
|
Loading…
Add table
Reference in a new issue