commit | 65bbb9358b986b197a1e098a9ff11df949f9fb05 | [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 | 158ed580bdf5736abfa9f16f61be1ca1609e0e41 [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>