summaryrefslogtreecommitdiff
path: root/services/std_svc
diff options
context:
space:
mode:
authorBipin Ravi <bipin.ravi@arm.com>2023-09-22 20:23:54 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-09-22 20:23:54 +0200
commit684532a9657389463b4604a8851b1be3bae438c1 (patch)
treeb3768d15a3b502ec450ac400fdd1acbef08c6419 /services/std_svc
parentfcfa15d41c8f3adc384f5e21b77e7b2ec6fa76dc (diff)
parent5c8fcc0ca7f5e6dc3aea947800e146fe0ffe9b84 (diff)
Merge "fix(errata-abi): fix the rev-var for Cortex-A710" into integration
Diffstat (limited to 'services/std_svc')
-rw-r--r--services/std_svc/errata_abi/errata_abi_main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/services/std_svc/errata_abi/errata_abi_main.c b/services/std_svc/errata_abi/errata_abi_main.c
index 9aeab729c..ca6639698 100644
--- a/services/std_svc/errata_abi/errata_abi_main.c
+++ b/services/std_svc/errata_abi/errata_abi_main.c
@@ -310,7 +310,7 @@ struct em_cpu_list cpu_list[] = {
[1] = {2008768, 0x00, 0x20, ERRATA_A710_2008768},
[2] = {2017096, 0x00, 0x20, ERRATA_A710_2017096},
[3] = {2055002, 0x10, 0x20, ERRATA_A710_2055002},
- [4] = {2058056, 0x00, 0x10, ERRATA_A710_2058056},
+ [4] = {2058056, 0x00, 0x20, ERRATA_A710_2058056},
[5] = {2081180, 0x00, 0x20, ERRATA_A710_2081180},
[6] = {2083908, 0x20, 0x20, ERRATA_A710_2083908},
[7] = {2136059, 0x00, 0x20, ERRATA_A710_2136059},
@@ -322,7 +322,8 @@ struct em_cpu_list cpu_list[] = {
[13] = {2371105, 0x00, 0x20, ERRATA_A710_2371105},
[14] = {2701952, 0x00, 0x21, ERRATA_A710_2701952, \
ERRATA_NON_ARM_INTERCONNECT},
- [15] = {2768515, 0x00, 0x21, ERRATA_A710_2768515}
+ [15] = {2768515, 0x00, 0x21, ERRATA_A710_2768515},
+ [16 ... ERRATA_LIST_END] = UNDEF_ERRATA,
}
},
#endif /* CORTEX_A710_H_INC */