]> git.baikalelectronics.ru Git - arm-tf.git/commit
PSCI: Update state only if CPU_OFF is not denied by SPD
authorSoby Mathew <soby.mathew@arm.com>
Thu, 1 Oct 2015 15:46:06 +0000 (16:46 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Tue, 6 Oct 2015 08:49:10 +0000 (09:49 +0100)
commit16e05cdbf7832cc2e7e32ed747b589fe41d749ae
tree5d2a54e882193dea34d0ef1e09e8f3cb62d9b5a5
parent41099f4e7468d872857c52608dcc2a51bae68174
PSCI: Update state only if CPU_OFF is not denied by SPD

This patch fixes an issue in the PSCI framework where the affinity info
state of a core was being set to OFF even when the SPD had denied the
CPU_OFF request. Now, the state remains set to ON instead.

Fixes ARM-software/tf-issues#323

Change-Id: Ia9042aa41fae574eaa07fd2ce3f50cf8cae1b6fc
services/std_svc/psci/psci_off.c