CLR_CMOS 后接上电源:主板不能自动上电的实现
级别:一般|类别:唤醒问题
摘要客户提出明确需求:执行 CLR_CMOS 后,首次接上 AC 电源不得自动上电。排查发现根因在于 PCH 与 SIO 对 RTC 相关复位信号(RTCRST#/SRTCRST#)的响应范围不同,造成两侧寄存器状态 错位,从而触发“来电即自启”。本文说明成因,并给出改造思路:将 G3 网络唤醒的实现路径从 PCH 调整为 SIO,以保证在 CLR_CMOS 后不会误开机,同时保留 G3 网络唤醒能力。
目录
问题起因
唤醒原因(根因分析)
解决方案(实现要点)
关键寄存器与...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo ...