]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(psci): move psci_do_pwrdown_sequence() out of private header
authorPranav Madhu <pranav.madhu@arm.com>
Fri, 22 Jul 2022 17:41:16 +0000 (23:11 +0530)
committerPranav Madhu <pranav.madhu@arm.com>
Thu, 15 Sep 2022 12:39:56 +0000 (18:09 +0530)
commit65bbb9358b986b197a1e098a9ff11df949f9fb05
tree7b7965ecd925cdd7541b6b3c86cb8660f7750cd1
parent158ed580bdf5736abfa9f16f61be1ca1609e0e41
refactor(psci): move psci_do_pwrdown_sequence() out of private header

Move the psci_do_pwrdown_sequence() function declaration from PSCI
private header to common header. The psci_do_pwrdown_sequence is
required to support warm reset, where each CPU need to execute the
powerdown sequence.

Change-Id: I298e7a120be814941fa91c0b001002a080e56263
Signed-off-by: Pranav Madhu <pranav.madhu@arm.com>
include/lib/psci/psci_lib.h
lib/psci/psci_common.c
lib/psci/psci_off.c
lib/psci/psci_private.h
lib/psci/psci_suspend.c