Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
686019d2
Commit
686019d2
authored
Nov 16, 2016
by
danh-arm
Committed by
GitHub
Nov 16, 2016
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/porting-guide.md
View file @
686019d2
...
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment