summaryrefslogtreecommitdiff
path: root/services/std_svc/errata_abi
diff options
context:
space:
mode:
authorSona Mathew <sonarebecca.mathew@arm.com>2023-10-10 16:48:57 -0500
committerSona Mathew <sonarebecca.mathew@arm.com>2023-10-24 14:09:54 -0500
commitc814619a364aea3bd55b5ea238541864c0de7dab (patch)
treee87307ef3efa284a1a59042994373a1d739cafde /services/std_svc/errata_abi
parent92d5b501d4ba7e00e2ddfd546dc90b786966a352 (diff)
fix(cpus): update the rev-var for Cortex-A78AE
Update the revision and variant information in the cortex_a78_ae.s and errata ABI file for erratum ID - 2376748 based on the latest SDEN. SDEN documentation: https://developer.arm.com/documentation/SDEN-1707912/latest Change-Id: I082aac41adf717b0d5d59046a8933a3f5a3de94f 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/std_svc/errata_abi/errata_abi_main.c b/services/std_svc/errata_abi/errata_abi_main.c
index d911e91a9..53353f80e 100644
--- a/services/std_svc/errata_abi/errata_abi_main.c
+++ b/services/std_svc/errata_abi/errata_abi_main.c
@@ -218,7 +218,7 @@ struct em_cpu_list cpu_list[] = {
.cpu_errata_list = {
[0] = {1941500, 0x00, 0x01, ERRATA_A78_AE_1941500},
[1] = {1951502, 0x00, 0x01, ERRATA_A78_AE_1951502},
- [2] = {2376748, 0x00, 0x01, ERRATA_A78_AE_2376748},
+ [2] = {2376748, 0x00, 0x02, ERRATA_A78_AE_2376748},
[3] = {2395408, 0x00, 0x01, ERRATA_A78_AE_2395408},
[4] = {2712574, 0x00, 0x02, ERRATA_A78_AE_2712574, \
ERRATA_NON_ARM_INTERCONNECT},