From 92d5b501d4ba7e00e2ddfd546dc90b786966a352 Mon Sep 17 00:00:00 2001 From: Sona Mathew Date: Tue, 10 Oct 2023 16:21:25 -0500 Subject: fix(errata-abi): update the Cortex-A76 errata ABI struct Updated the structure for Cortex-A76 in the errata ABI file for the missing entries from the cortex_a76.S file. Change-Id: Iceaf26fb2de493a877c4c100c0137f9255fc8b9f Signed-off-by: Sona Mathew --- services/std_svc/errata_abi/errata_abi_main.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'services') diff --git a/services/std_svc/errata_abi/errata_abi_main.c b/services/std_svc/errata_abi/errata_abi_main.c index dbfd76bde..d911e91a9 100644 --- a/services/std_svc/errata_abi/errata_abi_main.c +++ b/services/std_svc/errata_abi/errata_abi_main.c @@ -163,10 +163,12 @@ struct em_cpu_list cpu_list[] = { [5] = {1262606, 0x00, 0x30, ERRATA_A76_1262606}, [6] = {1262888, 0x00, 0x30, ERRATA_A76_1262888}, [7] = {1275112, 0x00, 0x30, ERRATA_A76_1275112}, - [8] = {1791580, 0x00, 0x40, ERRATA_A76_1791580}, - [9] = {1868343, 0x00, 0x40, ERRATA_A76_1868343}, - [10] = {1946160, 0x30, 0x41, ERRATA_A76_1946160}, - [11 ... ERRATA_LIST_END] = UNDEF_ERRATA, + [8] = {1286807, 0x00, 0x30, ERRATA_A76_1286807}, + [9] = {1791580, 0x00, 0x40, ERRATA_A76_1791580}, + [10] = {1868343, 0x00, 0x40, ERRATA_A76_1868343}, + [11] = {1946160, 0x30, 0x41, ERRATA_A76_1946160}, + [12] = {2743102, 0x00, 0x41, ERRATA_A76_2743102}, + [13 ... ERRATA_LIST_END] = UNDEF_ERRATA, } }, #endif /* CORTEX_A76_H_INC */ -- cgit v1.2.3