weednet 发表于 2008-10-22 17:10:08

怎样进入S3

各位好,
小弟刚做bios不久,许多不明白。那位大大能讲一下,系统怎样进入S3. 比如asl code 会有哪些操作, 然后asm code会干些什么?
谢谢哦!

DANNI 发表于 2008-10-22 17:58:08

ASL code中要做的动作(参考ACPI spec):
1.OSPM decides (through a policy scheme) to place the system into a sleeping state.
2._TTS(Sx) is run, where Sx is the desired sleep state to enter.
3. OSPM notifies all native device drivers of the sleep state transition
4._PTS is run
5.OSPM readies system for the sleep state transition
6._GTS is run
7.OSPM writes the sleep vector and the system enters the specified Sx sleep state.

关于asm中要根据需要保存一些唤醒时需要的信息,比如:PC-AT 兼容性寄存器,GPIO状态,lan唤醒等。

学习中...............

david 发表于 2008-10-23 14:54:42

[原创]BIOS点滴Follow Bini系列之--ACPI S3步骤
http://www.ufoit.com/bbs/thread-132-1-5.html

要会学习,而不是提问!!!!!

A_jack 发表于 2008-10-27 13:19:33

爱学

爱问,更要爱学。其实这些东西在ACPIspec,在code里面都是有的。为何不先小研究一下呢

zhaomy163 发表于 2008-11-13 13:51:07

S3的下去回來是個很復雜的過程,不是小研究下就能搞清楚的哦,那需要耐心和恒心的說..到最后還不一定能搞清楚;
页: [1]
查看完整版本: 怎样进入S3