arm-trusted-firmware/include
Soby Mathew 6590ce2295 PSCI: Invoke PM hooks only for the highest level
This patch optimizes the invocation of the platform power management hooks for
ON, OFF and SUSPEND such that they are called only for the highest affinity
level which will be powered off/on. Earlier, the hooks were being invoked for
all the intermediate levels as well.

This patch requires that the platforms migrate to the new semantics of the PM
hooks.  It also removes the `state` parameter from the pm hooks as the `afflvl`
parameter now indicates the highest affinity level for which power management
operations are required.

Change-Id: I57c87931d8a2723aeade14acc710e5b78ac41732
2015-08-05 14:14:24 +01:00
..
bl31 PSCI: Invoke PM hooks only for the highest level 2015-08-05 14:14:24 +01:00
bl32 Pass arguments/results between EL3/S-EL1 via CPU registers (x0-x7) 2015-04-13 17:17:56 +01:00
common TBB: switch to the new authentication framework 2015-06-25 08:53:27 +01:00
drivers Use uintptr_t as base address type in ARM driver APIs 2015-07-09 11:53:32 +01:00
lib Add header guards to asm macro files 2015-04-27 18:06:24 +01:00
plat PSCI: Create new directory to implement new frameworks 2015-08-05 14:12:26 +01:00
stdlib Enable type-checking of arguments passed to printf() et al. 2015-03-06 13:07:43 +00:00