]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: amd-sbi: Add document for AMD SB IOCTL description
authorAkshay Gupta <akshay.gupta@amd.com>
Mon, 28 Apr 2025 06:30:34 +0000 (06:30 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 May 2025 12:44:41 +0000 (14:44 +0200)
commit4d95514d14e87427459ef9e9b5b81c8fe5ebb37c
treeb34e725d81528c1b94256a949f3799d4121e4b41
parentcf141287b77485ed7624ac1756b85cc801748c7c
misc: amd-sbi: Add document for AMD SB IOCTL description

- This document provides AMD side band IOCTL description defined
  for APML and its usage.
  Multiple AMD custom protocols defined for side band system
  management uses this IOCTL.
  User space C-APIs are made available by esmi_oob_library [1],
  which is provided by the E-SMS project [2].

Link: https://github.com/amd/esmi_oob_library
Link: https://www.amd.com/en/developer/e-sms.html
Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com>
Signed-off-by: Akshay Gupta <akshay.gupta@amd.com>
Link: https://lore.kernel.org/r/20250428063034.2145566-11-akshay.gupta@amd.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/misc-devices/amd-sbi.rst [new file with mode: 0644]