Lines Matching full:psci
69 bool "PSCI implementation in secure monitor firmware"
72 This config enables the ARMv8 PSCI implementation in secure monitor
73 firmware. This is a private PSCI implementation and different from
74 those implemented under the common ARMv8 PSCI framework.
86 bool "Use PSCI for reset and shutdown"
97 Most armv8 systems have PSCI support enabled in EL3, either through
103 Select Y here to make use of PSCI calls for system reset
106 bool "Enable PSCI support" if EXPERT
109 PSCI is Power State Coordination Interface defined by ARM.
110 The PSCI in U-boot provides a general framework and each platform
111 can implement their own specific PSCI functions.
112 Say Y here to enable PSCI support on ARMv8 platform.
115 int "Maximum supported CPUs for PSCI"
119 The maximum number of CPUs supported in the PSCI firmware.
136 hex "Secure address for PSCI image"
139 Address for placing the PSCI text, data and stack sections.
140 If not defined, the PSCI sections are placed together with the u-boot
141 but platform can choose to place PSCI code image separately in other