]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(psci): update PSCI_FEATURES
authorWing Li <wingers@google.com>
Wed, 14 Sep 2022 20:18:19 +0000 (13:18 -0700)
committerWing Li <wingers@google.com>
Tue, 21 Mar 2023 05:20:35 +0000 (22:20 -0700)
commit9a70e69e059863d7aec11883e6345b54058264e0
treee072a4b391321401a66c314d859fda4866c8478c
parent606b7430077c15695a5b3bcfbad4975f00c9bf95
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>
include/lib/psci/psci.h
lib/psci/psci_main.c