mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-23 13:36:05 +00:00
docs(psci): add a mention to the pwr_domain_pwr_down_wfi()
The function got renamed to pwr_domain_pwr_down() but have a reference to it for anyone wondering where it went. Change-Id: Ica5fa11b9f18a7446c188e37b9f1d5508f4cf749 Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
This commit is contained in:
parent
e5a1f4abee
commit
507fca8436
1 changed files with 2 additions and 0 deletions
|
@ -2938,6 +2938,8 @@ and instead called ``wfi`` (in an infinite loop) directly. This is still
|
||||||
possible on platforms where this is guaranteed to be terminal, however, it is
|
possible on platforms where this is guaranteed to be terminal, however, it is
|
||||||
strongly discouraged going forward.
|
strongly discouraged going forward.
|
||||||
|
|
||||||
|
Previously this function was called ``pwr_domain_pwr_down_wfi()``.
|
||||||
|
|
||||||
plat_psci_ops.pwr_domain_on_finish()
|
plat_psci_ops.pwr_domain_on_finish()
|
||||||
....................................
|
....................................
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue