arm-trusted-firmware/lib/cpus
Arvind Ram Prakash 3426ed4966 refactor(cpus): don't panic if errata out of order
Previously we have used enclosed the Errata ordering check
within the FEATURE_DETECTION flag as this flag is only
used for development purpose and it also enforces
ordering by causing a panic when the assert fails.
A simple warning message would suffice and hence this
patch removes the assert.

The erratum and cve ordering check is planned to be implemented
in static check at which point the warning will be taken out as well.

Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>
Change-Id: I0ffc40361985281163970ea5bc81ca0269b16442
2025-03-21 10:49:31 -05:00
..
aarch32 perf(cpus): inline the reset function 2025-02-24 09:36:10 +00:00
aarch64 fix(errata): workaround for Cortex-A510 erratum 2971420 2025-03-17 19:04:54 +01:00
cpu-ops.mk fix(errata): workaround for Cortex-A510 erratum 2971420 2025-03-17 19:04:54 +01:00
errata_common.c fix(errata): workaround for Cortex-A510 erratum 2971420 2025-03-17 19:04:54 +01:00
errata_report.c refactor(cpus): don't panic if errata out of order 2025-03-21 10:49:31 -05:00