zoukankan      html  css  js  c++  java
  • All about System Power States (S0-S5)

    Originated From:

    https://software.intel.com/en-us/blogs/2007/01/10/all-about-system-power-states-s0-s5

    The System Power States are often referred in the AMT documentation. This blog post attempts to explain the various System Power States (S0-S5).

    The overall power consumption of the system is referred to as System Power States. There are a total of six different power states ranging from S0 (the system is completely powered ON and fully operational) to S5 (the system is completely powered OFF) and the States (S1, S2, S3 and S4) are referred to as sleeping states, in which the system appears OFF because of low power consumption and retains enough of the hardware context to return to the working state without a system reboot.

    The key characteristics of the each state that we care about are:

    • The overall Power the system consumes in a given state - Power Consumption.
    • Retention of the system context (such as the volatile registers, memory caches, and RAM) - Context

    Note on power state transition: System is Waking Up when the system is transitioning from the OFF State (S5) or any sleep state (S1-S4) to the ON State (S0) and the System is going to Sleep when the system is transitioning from ON state (S0) to OFF state (S5) or sleep state (S1-S4). Please note that the system cannot enter one sleep state directly from another, as it must enter the ON state before entering any other sleep state.

    • System Power State S0 the ON state: The system is completely operation, fully powered and completely retains the context.
    • System Power State S1 the Sleep state: The system consumes less power than S0 state. All Hardware & Processor context is maintained.
    • System Power State S2 the Sleep state: The system consumes less power than S1 state. Processor loses power and processor context and contents of the cache are lost.
    • System Power State S3 the Sleep state: The system consumes less power than S2 state. Processor & Hardware context, cache contents, and chipset context are lost. The system memory is retained.
    • System Power State S4 the Hibernate state: The system consumes the least power compared to all other sleep states. The system is almost at an OFF state, expect for a trickle power. The context data is written to hard drive (disk)and there is no context retained.
    • System Power State S5 the OFF state:The system is in a shutdown state and the system retains no context. Note that in power state S4 the system can restart from the context data stored on the disk, but in S5 the system requires a reboot.

    Refer to the following documents for further information on System Power states.

    S1 (POS) Standby: All processor caches are flushed, and the CPU(s) stop executing instructions. Power to the CPU(s) and RAM is maintained; RAM is refreshed; devices that do not indicate they must remain on may be powered down. Some newer machines do not support S1; older machines are more likely to support S1 than S3. This state can operate when a card or peripheral does not recognize S3. The most power-hungry of sleep-modes. POS means Power On Standby. 
  • 相关阅读:
    CodingTrip
    CodingTrip
    Linux下面查找含有特定的字符的文件
    Linux下TCP/IP协议的Socket编程
    显示Apache服务器里面访问量排在前10的ip地址
    c语言的详细编译过程
    WebStorm设置编辑器中的字体大小
    Sublime多行编辑快捷键
    Aptana 中去掉“Missing semicolon”提醒
    公认的媒体类型
  • 原文地址:https://www.cnblogs.com/gimmeangel/p/3745558.html
Copyright © 2011-2022 走看看