common/driver: Expose UltraScale SysMon sensors to hwmon interface - #304
Open
JJL772 wants to merge 5 commits into
Open
common/driver: Expose UltraScale SysMon sensors to hwmon interface#304JJL772 wants to merge 5 commits into
JJL772 wants to merge 5 commits into
Conversation
This makes some sensors in the UltraScale SysMon IP block appear under /sys/class/hwmon, and in commands such as 'sensors' (from the lm-sensors package).
JJL772
force-pushed
the
pr-ultrascale-hwmon
branch
3 times, most recently
from
July 27, 2026 07:09
1336ffc to
491ec00
Compare
JJL772
force-pushed
the
pr-ultrascale-hwmon
branch
from
July 27, 2026 07:15
491ec00 to
c7046e6
Compare
JJL772
marked this pull request as ready for review
July 27, 2026 23:47
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.
Description
This makes some sensors in the UltraScale SysMon IP block appear under /sys/class/hwmon, and in commands such as 'sensors' (from the lm-sensors package).
Details
Memory map versioning (here: slaclab/axi-pcie-core#212) is used to determine if AxiSysMon is present or not. This versioning is compatible with older firmware versions, but assumes the sysmon IP block is not present because it was only added in ~2022 or so.
JIRA
Related