Searched hist:"71 d4e03444f689210803323b437ee15d537fc6ea" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_pm.c | 71d4e03444f689210803323b437ee15d537fc6ea Fri Jan 31 16:26:08 UTC 2025 Boyan Karatotev <boyan.karatotev@arm.com> fix(psci): check if a core is the last one in a requested power level
PSCI OS initiated is usually implemented with the extended state id format, however this does not have to be the case. When this is the case, the original format will carry the requested power level in the PowerLevel field. To validate that the requested power state is valid we must save it so that later when we call psci_is_last_cpu_to_idle_at_pwrlvl() it checks the right level (instead of a default 0).
This came up when testing 01959a1656a08dacd1d036d0441165d52bf7563e for all configurations.
Change-Id: Iaab88c1910467282ae524861446283acddd9d977 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
|