commit | c1e61d09da7ff4a16f51eab449892308a8a5d30d | [log] [tgz] |
---|---|---|
author | Pranav Madhu <pranav.madhu@arm.com> | Fri Jul 22 23:11:16 2022 +0530 |
committer | Pranav Madhu <pranav.madhu@arm.com> | Thu Sep 15 18:09:56 2022 +0530 |
tree | 7b7965ecd925cdd7541b6b3c86cb8660f7750cd1 | |
parent | e317328809ce3202f776a80cba99600d48361317 [diff] |
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>