-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Summary: - Improve ddr relative sensors read - Add dimm pre-read function to check dimm present or not. BIC would not monitor dimm/pmic sensor if dimm not present. Dependency: #450 Pull Request resolved: #473 Test Plan: - Build code: Pass - Check sensor read from BMC while missing 1 DDR at DIMM_G: Pass Log: - BMC console ``` root@bmc-oob:~# sensor-util mb |grep "MB DIMM" MB DIMMA Temp (0xA) : 33.00 C | (ok) MB DIMMC Temp (0xB) : 32.00 C | (ok) MB DIMME Temp (0xC) : 39.00 C | (ok) MB DIMMG Temp (0xD) : NA | (na) MB DIMMA PMIC_Pout (0x62) : 0.00 Watts | (ok) MB DIMMC PMIC_Pout (0x63) : 0.12 Watts | (ok) MB DIMME PMIC_Pout (0x64) : 0.00 Watts | (ok) MB DIMMG PMIC_Pout (0x65) : NA | (na) ``` Reviewed By: garnermic Differential Revision: D38548624 Pulled By: GoldenBug fbshipit-source-id: 7276294ab3bddaf7a31c31f8ad17bcd2a3abd2ea
- Loading branch information
1 parent
67e3566
commit 156611f
Showing
4 changed files
with
118 additions
and
9 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