mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 10:04:26 +00:00
fix(errata-abi): update the Neoverse-N2 errata ABI struct
Updated the structure for Neoverse_N2 in the errata ABI file for the missing entries from the neoverse_n2.S file. Change-Id: I635c39014a7b3e842a978a59e122d508d4bcf3c1 Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>
This commit is contained in:
parent
56747a5caa
commit
80af87e476
1 changed files with 2 additions and 2 deletions
|
@ -341,7 +341,7 @@ struct em_cpu_list cpu_list[] = {
|
|||
[1] = {2009478, 0x00, 0x00, ERRATA_N2_2009478},
|
||||
[2] = {2025414, 0x00, 0x00, ERRATA_N2_2025414},
|
||||
[3] = {2067956, 0x00, 0x00, ERRATA_N2_2067956},
|
||||
[4] = {2138953, 0x00, 0x00, ERRATA_N2_2138953},
|
||||
[4] = {2138953, 0x00, 0x03, ERRATA_N2_2138953},
|
||||
[5] = {2138956, 0x00, 0x00, ERRATA_N2_2138956},
|
||||
[6] = {2138958, 0x00, 0x00, ERRATA_N2_2138958},
|
||||
[7] = {2189731, 0x00, 0x00, ERRATA_N2_2189731},
|
||||
|
@ -349,7 +349,7 @@ struct em_cpu_list cpu_list[] = {
|
|||
[9] = {2242415, 0x00, 0x00, ERRATA_N2_2242415},
|
||||
[10] = {2280757, 0x00, 0x00, ERRATA_N2_2280757},
|
||||
[11] = {2326639, 0x00, 0x00, ERRATA_N2_2326639},
|
||||
[12] = {2376738, 0x00, 0x00, ERRATA_N2_2376738},
|
||||
[12] = {2376738, 0x00, 0x03, ERRATA_N2_2376738},
|
||||
[13] = {2388450, 0x00, 0x00, ERRATA_N2_2388450},
|
||||
[14] = {2728475, 0x00, 0x02, ERRATA_N2_2728475, \
|
||||
ERRATA_NON_ARM_INTERCONNECT},
|
||||
|
|
Loading…
Add table
Reference in a new issue