summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-11-16 11:36:01 +0000
committerGitHub <noreply@github.com>2016-11-16 11:36:01 +0000
commit686019d206949086f0c193c7b21a0cbbc3fa6dfd (patch)
tree9ce129a3484f8f9a5af8960f284f49514b96a5e6 /docs
parentc0c1719c8d0f7fd1bb66860a3a0139ec0bdedeab (diff)
parent7dd570eff501f7fdf552fe32d332c327e1d3e60d (diff)
Merge pull request #757 from douglas-raillard-arm/dr/doc_plat_psci_ops
Document plat_psci_ops.(system_off|system_reset)
Diffstat (limited to 'docs')
-rw-r--r--docs/porting-guide.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md
index 7534e395..74a0a85f 100644
--- a/docs/porting-guide.md
+++ b/docs/porting-guide.md
@@ -1834,6 +1834,18 @@ The `target_state` (first argument) has a similar meaning as described in
the `pwr_domain_on_finish()` operation. The generic code expects the platform
to succeed.
+#### plat_psci_ops.system_off()
+
+This function is called by PSCI implementation in response to a `SYSTEM_OFF`
+call. It performs the platform-specific system poweroff sequence after
+notifying the Secure Payload Dispatcher.
+
+#### plat_psci_ops.system_reset()
+
+This function is called by PSCI implementation in response to a `SYSTEM_RESET`
+call. It performs the platform-specific system reset sequence after
+notifying the Secure Payload Dispatcher.
+
#### plat_psci_ops.validate_power_state()
This function is called by the PSCI implementation during the `CPU_SUSPEND`