feat: VR voltage and current monitoring via TPS546 PMBus#8
Open
nathanmarlor wants to merge 3 commits into
Open
feat: VR voltage and current monitoring via TPS546 PMBus#8nathanmarlor wants to merge 3 commits into
nathanmarlor wants to merge 3 commits into
Conversation
Shows ASIC current (A) with the same voltage-style progress bar: - Scale 0-42A so the bar can show over-limit values - Marker line at 40A max with label - Warning shown if current exceeds 40A - Reuses existing voltage-marker/progress-container CSS classes
- Warning at 38A (TPS546_INIT_IOUT_OC_WARN_LIMIT) - Overcurrent fault message at 40A (TPS546_INIT_IOUT_OC_FAULT_LIMIT)
- Add Power_get_vr_voltage() via TPS546 READ_VOUT (PMBus) - Add Power_get_vr_current() via TPS546 READ_IOUT (PMBus) - Replace ADC-based coreVoltageActual with direct PMBus reading - Expose vrCurrent field in system info API - Power card order: power, input V/I, VR V/I, ASIC frequency - Input current marker uses maxPower/voltage as dynamic limit - VR current warnings at 38A (warn) and 40A (fault) thresholds
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
Power_get_vr_voltage()andPower_get_vr_current()using TPS546 PMBus (READ_VOUT / READ_IOUT)coreVoltageActual(now from PMBus, not ADC) and newvrCurrentfield in system info APITest plan
coreVoltageActual(V) andvrCurrent(A) from TPS546