mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
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>
This commit is contained in:
parent
84de50c7d8
commit
5c8fcc0ca7
2 changed files with 8 additions and 4 deletions
|
@ -709,8 +709,11 @@ subsections:
|
|||
- title: TRNG
|
||||
scope: trng
|
||||
|
||||
- title: ERRATA_ABI
|
||||
scope: errata_abi
|
||||
- title: ERRATA ABI
|
||||
scope: errata-abi
|
||||
|
||||
deprecated:
|
||||
- errata_abi
|
||||
|
||||
- title: Libraries
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue