On Wed, May 06, 2015 at 11:16:12AM +0800, Bintian Wang wrote:
On 2015/5/6 1:13, Mark Rutland wrote:
quoted
[...]
quoted
+ psci {
+ compatible = "arm,psci-0.2";
+ method = "smc";
+ };
Are all the PSCI 0.2 mandatory features implemented?
The system off/suspend is under development, and system off will
be released in next months, and system suspend may be released in the
following two months.
Yes; now for mandatory features, except SYSTEM_OFF others have supported.
for PSCI 0.2, SYSTEM_SUSPEND even is not supported, right?
So can I keep "arm,psci-0.2" here?
quoted
Can CPU0 be hot unplugged?
Yes, CPU0~CPU7 all can be hot unplugged.
Just clarify: now use s/w method to emulate CPU and cluster's low
power state; all cores can be hotplugged [1].
[1] https://github.com/96boards/arm-trusted-firmware;
Thanks,
Leo Yan