Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops
authorSoby Mathew <soby.mathew@arm.com>
Fri, 26 Sep 2014 14:08:52 +0000 (15:08 +0100)
committerSoby Mathew <soby.mathew@arm.com>
Fri, 23 Jan 2015 15:14:36 +0000 (15:14 +0000)
commite146f4cc6c93ab5efe93f73c0dd53bce8c99555f
treeb7b05b5320052f0b05440950eb22e0bd38052ad5
parenteadd7a1b1e1dc270bed8df3197ea6fe9f1286849
Remove `ns_entrypoint` and `mpidr` from parameters in pm_ops

This patch removes the non-secure entry point information being passed
to the platform pm_ops which is not needed. Also, it removes the `mpidr`
parameter for  platform pm hooks which are meant to do power management
operations only on the current cpu.

NOTE: PLATFORM PORTS MUST BE UPDATED AFTER MERGING THIS COMMIT.

Change-Id: If632376a990b7f3b355f910e78771884bf6b12e7
docs/porting-guide.md
include/bl31/services/psci.h
plat/fvp/fvp_pm.c
plat/juno/plat_pm.c
services/std_svc/psci/psci_afflvl_off.c
services/std_svc/psci/psci_afflvl_on.c
services/std_svc/psci/psci_afflvl_suspend.c