commit | adf42d366e7ab3c7749bb98671f6cbf78d7cf9e7 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | Tue Oct 17 20:05:52 2023 +0200 |
committer | Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> | Wed May 08 10:09:07 2024 +0100 |
tree | bd6f731e8d033ae77f01c644e9e81ff8d5ca5c57 | |
parent | 1d6c0e89e4a025b1964f0762f2a5027d8a70c97c [diff] |
fix(psci): fix parent_idx in psci_validate_state_coordination Update parent_idx support in psci_validate_state_coordination() as it is done in psci_do_state_coordination(). The modified loop verifies the targeted state for all the branch up to end_pwrlvl in the topology for the current cpu. Fixes: 606b7430077c ("feat(psci): add support for OS-initiated mode") Change-Id: I14420f64a18b543eb4e10a1279f51cc17558c13c Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>