Adding new optional PSCI hook pwr_domain_on_finish_late
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>
Mon, 12 Aug 2019 23:31:33 +0000 (18:31 -0500)
committerMadhukar Pappireddy <madhukar.pappireddy@arm.com>
Thu, 26 Sep 2019 03:06:44 +0000 (22:06 -0500)
commit10107707196d67731de57126b846169c5b29aac0
tree1e94f76e5c174cd6538a7750d0eaa5af1e7b72e6
parentec834925f3cb5cb3934010bbc8077293e610d2ac
Adding new optional PSCI hook pwr_domain_on_finish_late

This PSCI hook is similar to pwr_domain_on_finish but is
guaranteed to be invoked with the respective core and cluster are
participating in coherency. This will be necessary to safely invoke
the new GICv3 API which modifies shared GIC data structures concurrently.

Change-Id: I8e54f05c9d4ef5712184c9c18ba45ac97a29eb7a
Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
docs/getting_started/porting-guide.rst
include/lib/psci/psci.h
lib/psci/psci_on.c