mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "fix(errata-abi): fix the rev-var for Cortex-A710" into integration
This commit is contained in:
commit
684532a965
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