commit | 5177554604392903ed86cf9ddfc4202ed2210d23 | [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 | 05a020f5906acc5f61753674ead6c86b68ac5a6c [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>