-
Notifications
You must be signed in to change notification settings - Fork 54
sb: rb: Add multiple new functions. #2654
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
sb: rb: Add multiple new functions. #2654
Conversation
Summary: - Version commit for sb-rb-20253401 Test Plan: - Build code: Pass - Check BIC version: Pass
Summary: - add VR sensors Vin reading function in driver - add black box : VR power fault - delay between stop start sensor polling and vr update Test Plan: - Build code: Pass
Summary: - add i2c target functions: sensor init data 0 ~ sensor init data 1 - add i2c target functions: sensor reading 0 ~ sensor reading 3 - add i2c target functions: Inventory IDs Test Plan: - Build code: Pass
Summary: - Version commit for sb-rb-20253701 Test Plan: - Build code: Pass - Check BIC version: Pass
Summary: - i2c target functions -Strap capability -Write/Read output strap pin value -Config i2c bridge command -I2c bridge command status -I2c response data -control the VR's voltage setting -Level 1/2/3 power alert threshold -Level 1/2/3 power alert time window -VR power reading Control sensor polling - add voltage peak value reading - fix vr voltage get issue Test Plan: - Build code: Pass
Summary: - Version commit for sb-rb-20253901 Test Plan: - Build code: Pass - Check BIC version: Pass
Summary: - Version commit for sb-rb-20254001 Test Plan: - Build code: Pass - Check BIC version: Pass
|
@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D90737668. (Because this pull request was imported automatically, there will not be any future comments.) |
|
For these cpp error is because of weak function, it will redefined in platform code: But this one we checked there is no problem of logic: |
|
This pull request has been merged in b9110f1. |
Summary:
a.iris_power <steps_on>
b.voltage set
c.power_sequence <power_up | power_down>
d.throttle switch <get | set>
a.uart_powerevent enable|disable
b.perm_config get|clear
c.soc_pcie_perst [N (* 50ms)]|default [perm]
d.average_power get <ubc_vr_name>|all
e.pwrlevel1 get|set |default [perm]
f.soc-pwron-reset
Test Plan: