commit | e4f708ddf4c3ab61f92bdae8d43cf69e316d2749 | [log] [tgz] |
---|---|---|
author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Mon Aug 05 16:50:35 2024 -0500 |
committer | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Tue Aug 06 09:02:47 2024 -0500 |
tree | f910f66ae3718f51334e1d71a13b2a30b1362b4d | |
parent | 2c7fd8faf31a7aba74c5a5802e3a27b58b635701 [diff] |
fix(gicv3): incorrect impdef power down sequence The GICR_WAKER.Sleep and GICR_WAKE.Quiescent functionality is solely about flushing out the LPI cache and ensuring that the contents are consistent with external memory. Hence, as shown in GIC-700 TRM version r3p0, software must poll for Quiescent bit only if LPIs are supported. Change-Id: I7d69b208428e24d8a3ff30e81bd1a8ee3d0bda6e Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>