-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fby35: gl: Support monitor cpu thermal event (#1351)
Summary: # Description: Support monitor cpu thermal event via PCS 20 Bit 0: TCC Activation Bit 2: PROCHOT Bit 4: CPU Critical Temperature # Motivation: Currently, there is no PCH in BHS CPU. Thus, BIC must monitor CPU thermal status via PECI and send SEL to BMC when event triggered Pull Request resolved: #1351 Test Plan: Check SEL when CPU be overheated - pass # Test Log: Overheat: root@bmc-oob:~# log-util slot1 --print 1 slot1 2018-03-09 10:27:06 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2018-03-09 10:27:06, Sensor: CPU0_THERM_STATUS (0x1C), Event Data: (01FFFF) PROCHOT# Assertion 1 slot1 2018-03-09 10:27:06 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2018-03-09 10:27:06, Sensor: CPU0_THERM_STATUS (0x1C), Event Data: (00FFFF) CPU Critical Temperature Assertion 1 slot1 2018-03-09 10:27:07 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2018-03-09 10:27:07, Sensor: CPU0_THERM_STATUS (0x1C), Event Data: (02FFFF) TCC Activation Assertion Not overheat: 1 slot1 2018-03-09 10:27:10 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2018-03-09 10:27:10, Sensor: CPU0_THERM_STATUS (0x1C), Event Data: (01FFFF) PROCHOT# Deassertion 1 slot1 2018-03-09 10:27:10 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2018-03-09 10:27:10, Sensor: CPU0_THERM_STATUS (0x1C), Event Data: (00FFFF) CPU Critical Temperature Deassertion 1 slot1 2018-03-09 10:27:11 ipmid SEL Entry: FRU: 1, Record: Standard (0x02), Time: 2018-03-09 10:27:11, Sensor: CPU0_THERM_STATUS (0x1C), Event Data: (02FFFF) TCC Activation Deassertion Reviewed By: jagpalgill Differential Revision: D49262471 fbshipit-source-id: e017996b2e38be02a380055108b02d900db370a0
- Loading branch information
1 parent
df3f100
commit 85e682a
Showing
5 changed files
with
145 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters