commit | 9a70e69e059863d7aec11883e6345b54058264e0 | [log] [tgz] |
---|---|---|
author | Wing Li <wingers@google.com> | Wed Sep 14 13:18:19 2022 -0700 |
committer | Wing Li <wingers@google.com> | Mon Mar 20 22:20:35 2023 -0700 |
tree | e072a4b391321401a66c314d859fda4866c8478c | |
parent | 606b7430077c15695a5b3bcfbad4975f00c9bf95 [diff] |
feat(psci): update PSCI_FEATURES This patch updates the PSCI_FEATURES handler to indicate support for OS-initiated mode per section 5.15.2 of the PSCI spec (DEN0022D.b) based on the value of `FF_SUPPORTS_OS_INIT_MODE`, which is conditionally enabled by the `PSCI_OS_INIT_MODE` build option. Change-Id: I5da8a989b53419ad2ab55b73ddeee6e882c25554 Signed-off-by: Wing Li <wingers@google.com>