summaryrefslogtreecommitdiff
path: root/services/std_svc/errata_abi
diff options
context:
space:
mode:
authorSona Mathew <sonarebecca.mathew@arm.com>2023-09-20 12:55:32 -0500
committerSona Mathew <sonarebecca.mathew@arm.com>2023-09-21 14:27:56 -0500
commit5c8fcc0ca7f5e6dc3aea947800e146fe0ffe9b84 (patch)
tree8bb7f7e10f46fe97f36c709798b77993f57d71d4 /services/std_svc/errata_abi
parent84de50c7d8ca416e504aedb228bb4cab6eed806f (diff)
fix(errata-abi): fix the rev-var for Cortex-A710
Update the revision and variant information in the errata ABI file for Cortex-A710, erratum ID - 2058056 to match the revision and variant in the cortex_a710.S file. Change-Id: I4b974ac1f94d770f3ae7c15c88f42380c944eb43 Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>
Diffstat (limited to 'services/std_svc/errata_abi')
-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 8fee6acf8..3a5612058 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 */