summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWing Li <wingers@google.com>2023-01-26 18:33:36 -0800
committerWing Li <wingers@google.com>2023-03-20 22:20:35 -0700
commit64b4710b8de96cbd881045ab37737fcacae8095d (patch)
tree6a4bdb5235e2b1534740874e7354a46acf5e388e /Makefile
parente706d7ff268a6a5cf3ff000ea7c3867e39047eca (diff)
downloadarm-trusted-firmware-64b4710b8de96cbd881045ab37737fcacae8095d.tar.gz
build(psci): add build option for OS-initiated mode
Change-Id: Ie4f7b6a36926ab075ebb9c6507a3ff48ce5538fe Signed-off-by: Wing Li <wingers@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b9ca664e9..46361f757 100644
--- a/Makefile
+++ b/Makefile
@@ -1114,6 +1114,7 @@ $(eval $(call assert_booleans,\
PLAT_RSS_NOT_SUPPORTED \
PROGRAMMABLE_RESET_ADDRESS \
PSCI_EXTENDED_STATE_ID \
+ PSCI_OS_INIT_MODE \
RESET_TO_BL31 \
RESET_TO_BL31_WITH_PARAMS \
SAVE_KEYS \
@@ -1256,6 +1257,7 @@ $(eval $(call add_defines,\
PLAT_RSS_NOT_SUPPORTED \
PROGRAMMABLE_RESET_ADDRESS \
PSCI_EXTENDED_STATE_ID \
+ PSCI_OS_INIT_MODE \
RAS_EXTENSION \
RESET_TO_BL31 \
RESET_TO_BL31_WITH_PARAMS \