On 5/2/24 15:05, Naveen Krishna Chatradhi wrote:
From: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@xxxxxxx> The present sbrmi module only support reporting power. However, AMD data center processors support various system management functionality Out-of-band over Advanced Platform Management Link APML. Register a miscdevice, which creates a device /dev/sbrmiX with an IOCTL interface for the user space to invoke the following protocols. - Mailbox read/write (already defined in sbrmi_mailbox_xfer()) - CPUID read - MCAMSR read
This is not hardware monitoring functionality and would have to reside elsewhere, outside the hwmon subsystem. Guenter