diff options
author | Achin Gupta <achin.gupta@arm.com> | 2013-10-26 13:10:31 +0100 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2013-12-05 12:28:50 +0000 |
commit | 994dfceb449a7b2fe34a1febd765cc5291172b39 (patch) | |
tree | 77d56012a55e40376ec55b69ce0133d9eb5fdfd1 /docs/change-log.md | |
parent | b127cdb879aed2ced388af3cd9481e80c68f3e8c (diff) |
psci: fix values of incorrectly defined constants
This patch fixes the following constant values in the psci.h:
1. The affinity level shift value in the power_state parameter of the
cpu_suspend psci call. The previous value was preventing shutdown
of the affinity level 1.
2. The values used for affinity state constants (ON, OFF,
ON_PENDING). They did not match the values expected to be returned
by the affinity_info psci api as mentioned in the spec.
3. The state id shift value in the power_state parameter of the
cpu_suspend psci call.
Change-Id: I62ed5eb0e9640b4aa97b93923d6630e6b877a097
Diffstat (limited to 'docs/change-log.md')
-rw-r--r-- | docs/change-log.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 3ae5fabe..73d7e7a1 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -49,6 +49,9 @@ Detailed changes since last release physically powered up to prevent a spurious wake up from a subsequent cpu off state. +* Definitions of some constants related to the PSCI api calls AFFINITY_INFO + and CPU_SUSPEND have been corrected. + ARM Trusted Firmware - version 0.2 ================================== |