mx28 do_mem wakeup

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

mx28 do_mem wakeup

1,633 次查看
alex
Contributor I

Hi all: I add the support mem based on pm.c in mach-mx23. When ruuing mx28_cpu_suspend in sleep.S, and interrupt should wake up the system, but the system already has been poweroff. What's wrong with me? I test with comand "echo mem > /sys/power/state".

标签 (1)
0 项奖励
回复
1 回复

1,408 次查看
YS
Contributor IV

Yes, it is impossible to wakeup powered-off CPU by itself. If you want to support "mem" state (ACPI S3, power off except RAM) literally, you will need a power controller chip which monitors wakeup signal and power the CPU again.

0 项奖励
回复