arm-trusted-firmware/lib/psci
Sandeep Tripathy 2274490945 psci: utility api to invoke stop for other cores
The API can be used to invoke a 'stop_func' callback for all
other cores from any initiating core. Optionally it can also
wait for other cores to power down. There may be various use
of such API by platform. Ex: Platform may use this to power
down all other cores from a crashed core.

Signed-off-by: Sandeep Tripathy <sandeep.tripathy@broadcom.com>
Change-Id: I4f9dc8a38d419f299c021535d5f1bcc6883106f9
2020-09-03 09:29:22 +00:00
..
aarch32 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
aarch64 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_common.c psci: utility api to invoke stop for other cores 2020-09-03 09:29:22 +00:00
psci_lib.mk mem_protect: Add mem_protect API 2017-09-25 13:32:20 +01:00
psci_main.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_mem_protect.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
psci_off.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_on.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_private.h Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_setup.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_stat.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_suspend.c Unify type of "cpu_idx" across PSCI module. 2020-01-10 17:11:51 +00:00
psci_system_off.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00