]> git.baikalelectronics.ru Git - arm-tf.git/commit
psci: utility api to invoke stop for other cores
authorSandeep Tripathy <sandeep.tripathy@broadcom.com>
Mon, 17 Aug 2020 14:52:13 +0000 (20:22 +0530)
committerSandeep Tripathy <sandeep.tripathy@broadcom.com>
Thu, 3 Sep 2020 09:29:22 +0000 (09:29 +0000)
commit2274490945695c1da37bc5b708212a40073d7891
treec689fa63bf029f76bbf4be7619cb384271ceec5d
parenta41ca4c3449c51822d318e295b21d452efac2848
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
include/lib/psci/psci_lib.h
lib/psci/psci_common.c