Intel® Pentium® Silver and Intel® Celeron® Processors Datasheet, Volume 1
Datasheet
Temperature Trip Point
The internal thermal sensor reports three trip points: Cool, Hot, and Catastrophic trip points in the order of increasing temperature.
Crossing the cool trip point when going from higher to lower temperature may generate an interrupt. Crossing the hot trip point going from lower to higher temp may generate an interrupt. Each trip point has control register bits to select what type of interrupt is generated.
Crossing the cool trip point while going from low to higher temperature or crossing the hot trip point while going from high to lower temperature will not cause an interrupt.
When triggered, the catastrophic trip point will transition the system to S5 unconditionally. The register below is used to enable catastrophic assertion into S5 state. This bit should always be set in all functional cases.
Bit | Access | Default | Description |
---|---|---|---|
31 | RWLO | 0x0 | Policy Lock-Down Bit (CTENLOCK): When written to 1, this bit prevents any more writes to this register |
30:1 | RO | 0x0 | Reserved |
The thermal alert provides built in hysteresis, by having both a high and a low mark. An example of how it works is explained below:
- Both high and low marks are programmed to their correct values
- TS is enabled, and assume temperature is at ambient (50°C)
- Temperature starts to rise as traffic flows through PCH
- Temperature reaches greater than 90°C
- Temperature reaches 95°C
- Temperature starts to fall and reaches 85°C
- Temperature falls to less than 80°C
- Temperature starts rising again and goes up to 85°C
An example of how SW can use the hysteresis would be to program a value for when the fans should be turned up, or cooling should be increased (90°C in example above), then allow the cooling to be sufficient that the extra cooling can be reduced (80°C). This prevents the PCH from oscillating around one temperature with the fans increasing/decreasing every few seconds. Using the hysteresis allows the fans to be on or off for much longer periods.
Zone | Nominal Trip Points | Response |
---|---|---|
Catastrophic | TCatastrophic (fused catastrophic temp value)=119°C | Halt Operation required (for example, going to S5 State) |
Hot | Threshold On = value set by OEM | SW Response recommended; (for example, turn fans up) |
Cool | Threshold Off = value set by OEM | SW Response recommended; (for example, turn fans down) |