sb: el: sync 2026.29.01 release update - #2758
Open
S-J-Tang wants to merge 10 commits into
Open
Conversation
…tion Summary: - Move VR over-temperature check from CPLD polling function into get_error_data function - Consolidate VR hot flag assertion logic to improve code readability Test Plan: - Build code: Pass - Function test: Pass
Summary: - Skip `COMPNT_VR_3V3` FW version query on non-EVB boards - Change remain string from `", Remaining Write: "` to `", Remain: "` - Append VR rail name to the FW version output - Change VR FW pre/post hook failure log from `LOG_DBG` to `LOG_ERR` Test Plan: - Build code: Pass
Summary: - Fix index bug for blackbox. Test Plan: - Build code: Pass
Summary: - Updated code to match CPLD V7 register table revision - Merged register 0xC4 into register 0x26 Test Plan: - Build code: Pass
…y timing Summary: - Restructured quick_sensor_poll_handler for easier future extension - Added DC_ON_DELAY_TIMING define to replace scattered hardcoded dc on delay values (e.g. magic number 1500) Test Plan: - Build code: Pass
Summary: - Use sensor critical high and low thresholds to get VR vout range - Return vout max/min in millivolt based on PDR threshold values Test Plan: - Build code: Pass
Summary: - Skip `COMPNT_VR_3V3` FW version query on Electra platform - Add log message when 3V3 VR FW version query is not supported Test Plan: - Build code: Pass
Summary: - Change `sensor_data_size` from `0x04` to `0x05` - Change `range_field_format` from `0x04` to `0x05` - Add `sint32` support for sensor readings and threshold range fields Test Plan: - Build code: Pass
Summary: - Version commit for 2026.29.01. Test Plan: - Build code: Pass - Function check: Pass
Contributor
|
This pull request has been imported. If you are a Meta employee, you can view this in D115867685. (Because this pull request was imported automatically, there will not be any future comments.) |
|
@S-J-Tang has updated the pull request. You must reimport the pull request before landing. |
Summary: - Fix code formatting issues with clang-format - Rename the local I2C device variable to avoid variable shadowing - Align source formatting with project style Test Plan: - Build code: Pass - Cppcheck: Pass
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
Sync the SB-EL 2026.29.01 release changes onto the latest upstream main branch.
Features
Included releases
Test Plan