commit | b1925dcfd97a5d77a796bee8164519b4e8254d8c | [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 | b4f72cfa081481e8bf74edc6535af9b9bd8d7a65 [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>