Lines Matching full:psci
80 bool "PSCI implementation in secure monitor firmware"
83 This config enables the ARMv8 PSCI implementation in secure monitor
84 firmware. This is a private PSCI implementation and different from
85 those implemented under the common ARMv8 PSCI framework.
97 bool "Use PSCI for reset and shutdown"
113 Most armv8 systems have PSCI support enabled in EL3, either through
119 Select Y here to make use of PSCI calls for system reset
122 bool "Enable PSCI support" if EXPERT
125 PSCI is Power State Coordination Interface defined by ARM.
126 The PSCI in U-boot provides a general framework and each platform
127 can implement their own specific PSCI functions.
128 Say Y here to enable PSCI support on ARMv8 platform.
131 int "Maximum supported CPUs for PSCI"
135 The maximum number of CPUs supported in the PSCI firmware.
159 hex "Secure address for PSCI image"
162 Address for placing the PSCI text, data and stack sections.
163 If not defined, the PSCI sections are placed together with the u-boot
164 but platform can choose to place PSCI code image separately in other