commit | f43e9f57dc37a806bcd5e25a46b9f9bb1f365a64 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Tue Dec 12 11:17:19 2023 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Wed Dec 20 17:34:28 2023 +0000 |
tree | 442699447f7328612e65fd429d41d6e83a4bc894 | |
parent | 02091541d70e6438c04d6f7b5b323c62f792ab43 [diff] |
fix(cpus): workaround for Cortex X3 erratum 2743088 Cortex X3 erratum 2743088 is a Cat B erratum that applies to all revisions <= r1p1 and is fixed in r1p2. The workaround is to add a DSB instruction before the ISB of the powerdown code sequence specified in the TRM. SDEN documentation: https://developer.arm.com/documentation/2055130 Change-Id: I2c8577e3ca0781af8b1c3912e577d3bd77f92709 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>