Commit 686019d2 authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #757 from douglas-raillard-arm/dr/doc_plat_psci_ops

Document plat_psci_ops.(system_off|system_reset)
parents c0c1719c 7dd570ef
...@@ -1834,6 +1834,18 @@ The `target_state` (first argument) has a similar meaning as described in ...@@ -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 the `pwr_domain_on_finish()` operation. The generic code expects the platform
to succeed. 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() #### plat_psci_ops.validate_power_state()
This function is called by the PSCI implementation during the `CPU_SUSPEND` This function is called by the PSCI implementation during the `CPU_SUSPEND`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment