-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fby3.5: hd: Modify APML DIMM temperature sensor #462
Closed
Yi-Shum
wants to merge
2
commits into
facebook:main
from
Yi-Shum:fby3.5-hd-modify_apml_dimm_temperature
Closed
fby3.5: hd: Modify APML DIMM temperature sensor #462
Yi-Shum
wants to merge
2
commits into
facebook:main
from
Yi-Shum:fby3.5-hd-modify_apml_dimm_temperature
Conversation
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
Summary: - Set UCT/LCT of some sensor. Test Plan: - Build Code: PASS
Summary: - Read DIMM temperatures of TS0 and TS1, and select the higher as the result. Test Plan: - Build Code: PASS
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Aug 4, 2022
Yi-Shum
added a commit
to Yi-Shum/OpenBIC
that referenced
this pull request
Aug 5, 2022
Summary: - Support temperature sensor G788P87U. - Support VR sensor xdpe19283b. - Check HSC sensor type by GPIO HSC_TYPE_0/1. - Check VR and temperature sensor type by board revision. Test Plan: - Build Code: PASS. Log: Second source board ``` Summary: Support temperature sensor G788P87U. Support VR sensor xdpe19283b. Check HSC sensor type by GPIO HSC_TYPE_0/1. Check VR and temperature sensor type by board revision. Dependency: facebook#462 Test Plan: Build Code: PASS. Log: Second source board root@bmc-oob:~# sensor-util slot1 ... HSC Temp (0xE) : 48.12 C | (ok) CPU0 VR Temp (0xF) : 57.00 C | (ok) SOC VR Temp (0x10) : 56.00 C | (ok) CPU1 VR Temp (0x11) : 38.00 C | (ok) PVDDIO VR Temp (0x12) : 38.00 C | (ok) PVDD11 VR Temp (0x13) : 36.00 C | (ok) P12V_STBY Vol (0x14) : 12.11 Volts | (ok) PVDD18_S5 Vol (0x15) : 1.83 Volts | (ok) P3V3_STBY Vol (0x16) : 3.34 Volts | (ok) PVDD11_S3 Vol (0x17) : 1.11 Volts | (ok) P3V_BAT Vol (0x18) : 3.19 Volts | (ok) PVDD33_S5 Vol (0x19) : 3.34 Volts | (ok) P5V_STBY Vol (0x1A) : 5.01 Volts | (ok) P12V_MEM_1 Vol (0x1B) : 12.11 Volts | (ok) P12V_MEM_0 Vol (0x1C) : 12.13 Volts | (ok) P1V2_STBY Vol (0x1D) : 1.21 Volts | (ok) P3V3_M2 Vol (0x1E) : 3.33 Volts | (ok) P1V8_STBY Vol (0x1F) : 1.81 Volts | (ok) HSC Input Vol (0x20) : 12.05 Volts | (ok) CPU0 VR Vol (0x21) : 0.92 Volts | (ok) SOC VR Vol (0x22) : 1.19 Volts | (ok) CPU1 VR Vol (0x23) : 0.92 Volts | (ok) PVDDIO VR Vol (0x24) : 1.10 Volts | (ok) PVDD11 VR Vol (0x25) : 1.10 Volts | (ok) HSC Output Cur (0x26) : 13.26 Amps | (ok) CPU0 VR Cur (0x27) : 8.56 Amps | (ok) SOC VR Cur (0x28) : 60.31 Amps | (ok) CPU1 VR Cur (0x29) : 13.69 Amps | (ok) PVDDIO VR Cur (0x2A) : 29.00 Amps | (ok) PVDD11 VR Cur (0x2B) : 2.00 Amps | (ok) HSC Input Pwr (0x2C) : 159.84 Watts | (ok) CPU0 VR Pwr (0x2D) : 7.88 Watts | (ok) SOC VR Pwr (0x2E) : 72.12 Watts | (ok) CPU1 VR Pwr (0x2F) : 12.38 Watts | (ok) PVDDIO VR Pwr (0x30) : 31.88 Watts | (ok) PVDD11 VR Pwr (0x31) : 2.25 Watts | (ok) ... ```
@garnermic has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
facebook-github-bot
pushed a commit
that referenced
this pull request
Aug 9, 2022
Summary: - Support temperature sensor G788P87U. - Support VR sensor xdpe19283b. - Check HSC sensor type by GPIO HSC_TYPE_0/1. - Check VR and temperature sensor type by board revision. Dependency: #462 Pull Request resolved: #464 Test Plan: - Build Code: PASS. Log: Second source board ``` root@bmc-oob:~# sensor-util slot1 ... HSC Temp (0xE) : 48.12 C | (ok) CPU0 VR Temp (0xF) : 57.00 C | (ok) SOC VR Temp (0x10) : 56.00 C | (ok) CPU1 VR Temp (0x11) : 38.00 C | (ok) PVDDIO VR Temp (0x12) : 38.00 C | (ok) PVDD11 VR Temp (0x13) : 36.00 C | (ok) P12V_STBY Vol (0x14) : 12.11 Volts | (ok) PVDD18_S5 Vol (0x15) : 1.83 Volts | (ok) P3V3_STBY Vol (0x16) : 3.34 Volts | (ok) PVDD11_S3 Vol (0x17) : 1.11 Volts | (ok) P3V_BAT Vol (0x18) : 3.19 Volts | (ok) PVDD33 (8abd13595b91e80483a23f1f1a3af919a502a536)_S5 Vol (0x19) : 3.34 Volts | (ok) P5V_STBY Vol (0x1A) : 5.01 Volts | (ok) P12V_MEM_1 Vol (0x1B) : 12.11 Volts | (ok) P12V_MEM_0 Vol (0x1C) : 12.13 Volts | (ok) P1V2_STBY Vol (0x1D) : 1.21 Volts | (ok) P3V3_M2 Vol (0x1E) : 3.33 Volts | (ok) P1V8_STBY Vol (0x1F) : 1.81 Volts | (ok) HSC Input Vol (0x20) : 12.05 Volts | (ok) CPU0 VR Vol (0x21) : 0.92 Volts | (ok) SOC VR Vol (0x22) : 1.19 Volts | (ok) CPU1 VR Vol (0x23) : 0.92 Volts | (ok) PVDDIO VR Vol (0x24) : 1.10 Volts | (ok) PVDD11 VR Vol (0x25) : 1.10 Volts | (ok) HSC Output Cur (0x26) : 13.26 Amps | (ok) CPU0 VR Cur (0x27) : 8.56 Amps | (ok) SOC VR Cur (0x28) : 60.31 Amps | (ok) CPU1 VR Cur (0x29) : 13.69 Amps | (ok) PVDDIO VR Cur (0x2A) : 29.00 Amps | (ok) PVDD11 VR Cur (0x2B) : 2.00 Amps | (ok) HSC Input Pwr (0x2C) : 159.84 Watts | (ok) CPU0 VR Pwr (0x2D) : 7.88 Watts | (ok) SOC VR Pwr (0x2E) : 72.12 Watts | (ok) CPU1 VR Pwr (0x2F) : 12.38 Watts | (ok) PVDDIO VR Pwr (0x30) : 31.88 Watts | (ok) PVDD11 VR Pwr (0x31) : 2.25 Watts | (ok) ... ``` Reviewed By: garnermic Differential Revision: D38518261 Pulled By: GoldenBug fbshipit-source-id: 8bf11ece8801ff66a23ea0d3f8f0b146db43b73f
Scron-Chang
pushed a commit
to Scron-Chang/OpenBIC
that referenced
this pull request
Aug 10, 2022
Summary: - Support temperature sensor G788P87U. - Support VR sensor xdpe19283b. - Check HSC sensor type by GPIO HSC_TYPE_0/1. - Check VR and temperature sensor type by board revision. Test Plan: - Build Code: PASS. Log: Second source board ``` Summary: Support temperature sensor G788P87U. Support VR sensor xdpe19283b. Check HSC sensor type by GPIO HSC_TYPE_0/1. Check VR and temperature sensor type by board revision. Dependency: facebook#462 Test Plan: Build Code: PASS. Log: Second source board root@bmc-oob:~# sensor-util slot1 ... HSC Temp (0xE) : 48.12 C | (ok) CPU0 VR Temp (0xF) : 57.00 C | (ok) SOC VR Temp (0x10) : 56.00 C | (ok) CPU1 VR Temp (0x11) : 38.00 C | (ok) PVDDIO VR Temp (0x12) : 38.00 C | (ok) PVDD11 VR Temp (0x13) : 36.00 C | (ok) P12V_STBY Vol (0x14) : 12.11 Volts | (ok) PVDD18_S5 Vol (0x15) : 1.83 Volts | (ok) P3V3_STBY Vol (0x16) : 3.34 Volts | (ok) PVDD11_S3 Vol (0x17) : 1.11 Volts | (ok) P3V_BAT Vol (0x18) : 3.19 Volts | (ok) PVDD33_S5 Vol (0x19) : 3.34 Volts | (ok) P5V_STBY Vol (0x1A) : 5.01 Volts | (ok) P12V_MEM_1 Vol (0x1B) : 12.11 Volts | (ok) P12V_MEM_0 Vol (0x1C) : 12.13 Volts | (ok) P1V2_STBY Vol (0x1D) : 1.21 Volts | (ok) P3V3_M2 Vol (0x1E) : 3.33 Volts | (ok) P1V8_STBY Vol (0x1F) : 1.81 Volts | (ok) HSC Input Vol (0x20) : 12.05 Volts | (ok) CPU0 VR Vol (0x21) : 0.92 Volts | (ok) SOC VR Vol (0x22) : 1.19 Volts | (ok) CPU1 VR Vol (0x23) : 0.92 Volts | (ok) PVDDIO VR Vol (0x24) : 1.10 Volts | (ok) PVDD11 VR Vol (0x25) : 1.10 Volts | (ok) HSC Output Cur (0x26) : 13.26 Amps | (ok) CPU0 VR Cur (0x27) : 8.56 Amps | (ok) SOC VR Cur (0x28) : 60.31 Amps | (ok) CPU1 VR Cur (0x29) : 13.69 Amps | (ok) PVDDIO VR Cur (0x2A) : 29.00 Amps | (ok) PVDD11 VR Cur (0x2B) : 2.00 Amps | (ok) HSC Input Pwr (0x2C) : 159.84 Watts | (ok) CPU0 VR Pwr (0x2D) : 7.88 Watts | (ok) SOC VR Pwr (0x2E) : 72.12 Watts | (ok) CPU1 VR Pwr (0x2F) : 12.38 Watts | (ok) PVDDIO VR Pwr (0x30) : 31.88 Watts | (ok) PVDD11 VR Pwr (0x31) : 2.25 Watts | (ok) ... ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
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:
result.
Dependency: #460
Test Plan:
Log: