mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
fix(errata-abi): update the neoverse-N1 errata ABI struct
Updated the structure for Neoverse_N1 in the errata ABI file for the missing entries from the neoverse_n1.S file. Change-Id: I79a1a72b807781d65a6afc9e0367e77b21eecf41 Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>
This commit is contained in:
parent
8ae66d624e
commit
56747a5caa
1 changed files with 16 additions and 15 deletions
|
@ -262,21 +262,22 @@ struct em_cpu_list cpu_list[] = {
|
|||
{
|
||||
.cpu_partnumber = NEOVERSE_N1_MIDR,
|
||||
.cpu_errata_list = {
|
||||
[0] = {1073348, 0x00, 0x10, ERRATA_N1_1073348},
|
||||
[1] = {1130799, 0x00, 0x20, ERRATA_N1_1130799},
|
||||
[2] = {1165347, 0x00, 0x20, ERRATA_N1_1165347},
|
||||
[3] = {1207823, 0x00, 0x20, ERRATA_N1_1207823},
|
||||
[4] = {1220197, 0x00, 0x20, ERRATA_N1_1220197},
|
||||
[5] = {1257314, 0x00, 0x30, ERRATA_N1_1257314},
|
||||
[6] = {1262606, 0x00, 0x30, ERRATA_N1_1262606},
|
||||
[7] = {1262888, 0x00, 0x30, ERRATA_N1_1262888},
|
||||
[8] = {1275112, 0x00, 0x30, ERRATA_N1_1275112},
|
||||
[9] = {1315703, 0x00, 0x30, ERRATA_N1_1315703},
|
||||
[10] = {1542419, 0x30, 0x40, ERRATA_N1_1542419},
|
||||
[11] = {1868343, 0x00, 0x40, ERRATA_N1_1868343},
|
||||
[12] = {1946160, 0x30, 0x41, ERRATA_N1_1946160},
|
||||
[13] = {2743102, 0x00, 0x41, ERRATA_N1_2743102},
|
||||
[14 ... ERRATA_LIST_END] = UNDEF_ERRATA,
|
||||
[0] = {1043202, 0x00, 0x10, ERRATA_N1_1043202},
|
||||
[1] = {1073348, 0x00, 0x10, ERRATA_N1_1073348},
|
||||
[2] = {1130799, 0x00, 0x20, ERRATA_N1_1130799},
|
||||
[3] = {1165347, 0x00, 0x20, ERRATA_N1_1165347},
|
||||
[4] = {1207823, 0x00, 0x20, ERRATA_N1_1207823},
|
||||
[5] = {1220197, 0x00, 0x20, ERRATA_N1_1220197},
|
||||
[6] = {1257314, 0x00, 0x30, ERRATA_N1_1257314},
|
||||
[7] = {1262606, 0x00, 0x30, ERRATA_N1_1262606},
|
||||
[8] = {1262888, 0x00, 0x30, ERRATA_N1_1262888},
|
||||
[9] = {1275112, 0x00, 0x30, ERRATA_N1_1275112},
|
||||
[10] = {1315703, 0x00, 0x30, ERRATA_N1_1315703},
|
||||
[11] = {1542419, 0x30, 0x40, ERRATA_N1_1542419},
|
||||
[12] = {1868343, 0x00, 0x40, ERRATA_N1_1868343},
|
||||
[13] = {1946160, 0x30, 0x41, ERRATA_N1_1946160},
|
||||
[14] = {2743102, 0x00, 0x41, ERRATA_N1_2743102},
|
||||
[15 ... ERRATA_LIST_END] = UNDEF_ERRATA,
|
||||
}
|
||||
},
|
||||
#endif /* NEOVERSE_N1_H_INC */
|
||||
|
|
Loading…
Add table
Reference in a new issue