commit | 71f69df32a6bc3e30a6a1cfcdb50199a1d9956e4 | [log] [tgz] |
---|---|---|
author | Wing Li <wingers@google.com> | Wed Sep 14 13:18:15 2022 -0700 |
committer | Wing Li <wingers@google.com> | Mon Mar 20 22:20:35 2023 -0700 |
tree | 435b571820f6fd31bcd8792dac17efac8ad55267 | |
parent | 1e9b68ac821afd0983f2cc371040ff3a2a0135ca [diff] |
feat(psci): add support for PSCI_SET_SUSPEND_MODE This patch adds a PSCI_SET_SUSPEND_MODE handler that validates the request per section 5.20.2 of the PSCI spec (DEN0022D.b), and updates the suspend mode to the requested mode. This is conditionally compiled into the build depending on the value of the `PSCI_OS_INIT_MODE` build option. Change-Id: Iebf65f5f7846aef6b8643ad6082db99b4dcc4bef Signed-off-by: Wing Li <wingers@google.com>