commit | 40c81ed5335191fbe32466e56aa4fb6db1da466c | [log] [tgz] |
---|---|---|
author | Moritz Fischer <moritzf@google.com> | Thu Jul 06 00:01:23 2023 +0000 |
committer | Moritz Fischer <moritzf@google.com> | Fri Jul 21 16:52:36 2023 +0200 |
tree | a5edea03a910600fe3f978f874086f435849bdf1 | |
parent | d281e05318cc726213528ab876f44aba35938295 [diff] |
fix(cpus): workaround for Neoverse V2 erratum 2801372 Neoverse V2 erratum 2801372 is a Cat B erratum that applies to all revisions <=r0p1 and is fixed in r0p2. The workaround is to insert a dsb before the isb in the power down sequence. This errata is explained in SDEN 2332927 available at: https://developer.arm.com/documentation/SDEN2332927 Change-Id: I8716b9785a67270a72ae329dc49a2f2239dfabff Signed-off-by: Moritz Fischer <moritzf@google.com>