mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 14:25:44 +00:00
fix(errata-abi): update the Cortex-A78C errata ABI struct
Updated the structure for Cortex-A78C in the errata ABI file for missing entries from the cortex_a78c.S file. Change-Id: I3d994337221de03264be235f1727de7494ed4312 Signed-off-by: Sona Mathew <sonarebecca.mathew@arm.com>
This commit is contained in:
parent
c814619a36
commit
7f2caecdbc
1 changed files with 10 additions and 8 deletions
|
@ -231,15 +231,17 @@ struct em_cpu_list cpu_list[] = {
|
||||||
{
|
{
|
||||||
.cpu_partnumber = CORTEX_A78C_MIDR,
|
.cpu_partnumber = CORTEX_A78C_MIDR,
|
||||||
.cpu_errata_list = {
|
.cpu_errata_list = {
|
||||||
[0] = {2132064, 0x01, 0x02, ERRATA_A78C_2132064},
|
[0] = {1827430, 0x00, 0x00, ERRATA_A78C_1827430},
|
||||||
[1] = {2242638, 0x01, 0x02, ERRATA_A78C_2242638},
|
[1] = {1827440, 0x00, 0x00, ERRATA_A78C_1827440},
|
||||||
[2] = {2376749, 0x01, 0x02, ERRATA_A78C_2376749},
|
[2] = {2132064, 0x01, 0x02, ERRATA_A78C_2132064},
|
||||||
[3] = {2395411, 0x01, 0x02, ERRATA_A78C_2395411},
|
[3] = {2242638, 0x01, 0x02, ERRATA_A78C_2242638},
|
||||||
[4] = {2712575, 0x01, 0x02, ERRATA_A78C_2712575, \
|
[4] = {2376749, 0x01, 0x02, ERRATA_A78C_2376749},
|
||||||
|
[5] = {2395411, 0x01, 0x02, ERRATA_A78C_2395411},
|
||||||
|
[6] = {2712575, 0x01, 0x02, ERRATA_A78C_2712575, \
|
||||||
ERRATA_NON_ARM_INTERCONNECT},
|
ERRATA_NON_ARM_INTERCONNECT},
|
||||||
[5] = {2772121, 0x00, 0x02, ERRATA_A78C_2772121},
|
[7] = {2772121, 0x00, 0x02, ERRATA_A78C_2772121},
|
||||||
[6] = {2779484, 0x01, 0x02, ERRATA_A78C_2779484},
|
[8] = {2779484, 0x01, 0x02, ERRATA_A78C_2779484},
|
||||||
[7 ... ERRATA_LIST_END] = UNDEF_ERRATA,
|
[9 ... ERRATA_LIST_END] = UNDEF_ERRATA,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
#endif /* CORTEX_A78C_H_INC */
|
#endif /* CORTEX_A78C_H_INC */
|
||||||
|
|
Loading…
Add table
Reference in a new issue