fby3.5: hd: Support apml sensor#436
Closed
Yi-Shum wants to merge 5 commits into
Closed
Conversation
Summary: - Set the polling time of battery voltage to 1 hour. - Modify the polling time check function. Test plan: - Build code: PASS
Summary: - Add error callback function to handle failures when accessing apml. - Support AMD CPU temperature and power sensor. - Support DIMM temperature and power sensor. Test Plan: - Build Code: PASS - Sensor Read: PASS Log: ``` root@bmc-oob:~# sensor-util slot1 ... CPU Temp (0x4) : 61.75 C | (ok) DIMMA Temp (0x5) : 31.75 C | (ok) DIMMB Temp (0x6) : 32.00 C | (ok) DIMMC Temp (0x7) : 33.00 C | (ok) DIMME Temp (0x8) : 32.25 C | (ok) DIMMG Temp (0x9) : 34.00 C | (ok) DIMMH Temp (0xA) : 34.75 C | (ok) DIMMI Temp (0xB) : 34.75 C | (ok) DIMMK Temp (0xC) : 33.75 C | (ok) ... CPU Pwr (0x32) : 139.14 Watts | (ok) DIMMA Pwr (0x33) : 0.50 Watts | (ok) DIMMB Pwr (0x34) : 0.50 Watts | (ok) DIMMC Pwr (0x35) : 1.62 Watts | (ok) DIMME Pwr (0x36) : 0.50 Watts | (ok) DIMMG Pwr (0x37) : 0.88 Watts | (ok) DIMMH Pwr (0x38) : 0.75 Watts | (ok) DIMMI Pwr (0x39) : 0.88 Watts | (ok) DIMMK Pwr (0x3A) : 0.75 Watts | (ok) ```
Contributor
|
@GoldenBug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Contributor
|
@Yi-Shum has updated the pull request. You must reimport the pull request before landing. |
Collaborator
Author
|
Hi @GoldenBug , |
Contributor
|
@Yi-Shum has updated the pull request. You must reimport the pull request before landing. |
Collaborator
Author
|
Hi @GoldenBug , |
Contributor
|
@garnermic has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Dependency: #435
Test Plan:
Log: