arm-trusted-firmware/lib
johpow01 7f304b02a8 fix(errata): workaround for Cortex-A510 erratum 2250311
Cortex-A510 erratum 2250311 is a Cat B erratum that applies to revisions
r0p0, r0p1, r0p2, r0p3 and r1p0 and is fixed in r1p1.

This erratum workaround is a bit different because it interacts with a
feature supported in TFA. The typical method of implementing an errata
workaround will not work in this case as the MPMM feature would just be
re-enabled by context management at every core power on after being
disabled by the errata framework. So in addition to disabling MPMM, this
workaround also sets a flag in the MPMM runtime framework indicating
that the feature should not be enabled even if ENABLE_MPMM=1.

SDEN can be found here:
https://developer.arm.com/documentation/SDEN2397239

Signed-off-by: John Powell <john.powell@arm.com>
Change-Id: I7805756e65ec90b6ef8af47e200617c9e07a3a7e
2022-02-24 23:30:41 +02:00
..
aarch32 feat(ccidx): update the do_dcsw_op function to support FEAT_CCIDX 2021-12-14 12:48:08 -06:00
aarch64 feat(ccidx): update the do_dcsw_op function to support FEAT_CCIDX 2021-12-14 12:48:08 -06:00
bl_aux_params fix: libc: use long for 64-bit types on aarch64 2021-11-08 14:41:17 +00:00
compiler-rt
coreboot
cpus fix(errata): workaround for Cortex-A510 erratum 2250311 2022-02-24 23:30:41 +02:00
debugfs
el3_runtime fix(amu): fault handling on EL2 context switch 2021-12-10 12:33:51 +00:00
extensions feat(sme): enable SME functionality 2021-11-12 10:38:00 -06:00
fconf feat(fconf): add a helper to get image index 2021-12-13 17:37:53 +01:00
gpt_rme fix(rme): fixes a shift by 64 bits bug in the RME GPT library 2021-11-16 17:41:43 +01:00
libc
libfdt
locks
mpmm fix(errata): workaround for Cortex-A510 erratum 2250311 2022-02-24 23:30:41 +02:00
optee fix(lib/optee): correct signedness comparison 2021-10-07 18:08:01 +02:00
pmf
psci feat(psci): require validate_power_state to expose CPU_SUSPEND 2021-10-15 14:13:54 +02:00
romlib
semihosting
stack_protector
utils
xlat_mpu refactor(fvp_r): remove unused files and clean up makefiles 2021-10-29 09:43:19 -05:00
xlat_tables chore: fvp_r: Initial No-EL3 and MPU Implementation 2021-09-30 17:05:59 +01:00
xlat_tables_v2 fix(xlat): fix bug on VERBOSE trace 2021-12-03 10:31:17 +00:00
zlib feat(sw_crc32): add software CRC32 support 2021-08-02 17:15:41 +01:00