X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 0/2]  Add AMD system management interface driver
@ 2022-02-01 13:52 Naveen Krishna Chatradhi
  2022-02-01 13:53 ` [PATCH 1/2] platforms/x86: " Naveen Krishna Chatradhi
  2022-02-01 13:53 ` [PATCH 2/2] Documentation: Add x86/amd_hsmp driver Naveen Krishna Chatradhi
  0 siblings, 2 replies; 6+ messages in thread
From: Naveen Krishna Chatradhi @ 2022-02-01 13:52 UTC (permalink / raw)
  To: platform-driver-x86
  Cc: hdegoede, carlos.bilbao, siva.sathappan, Shyam-sundar.S-k,
	Naveen Krishna Chatradhi

Newer Fam19h EPYC server line of processors from AMD support system
management functionality via HSMP (Host System Management Port).

The Host System Management Port (HSMP) is an interface to provide
OS-level software with access to system management functions via a
set of mailbox registers.

This patchset adds a driver and documentation for the device interface.

Naveen Krishna Chatradhi (1):
  Documentation: Add x86/amd_hsmp driver

Suma Hegde (1):
  platforms/x86: Add AMD system management interface driver

 .../userspace-api/ioctl/ioctl-number.rst      |   2 +
 Documentation/x86/amd_hsmp.rst                |  93 ++++
 arch/x86/include/asm/amd_hsmp.h               |  16 +
 arch/x86/include/uapi/asm/amd_hsmp.h          |  56 +++
 drivers/platform/x86/Kconfig                  |  13 +
 drivers/platform/x86/Makefile                 |   1 +
 drivers/platform/x86/amd_hsmp.c               | 426 ++++++++++++++++++
 7 files changed, 607 insertions(+)
 create mode 100644 Documentation/x86/amd_hsmp.rst
 create mode 100644 arch/x86/include/asm/amd_hsmp.h
 create mode 100644 arch/x86/include/uapi/asm/amd_hsmp.h
 create mode 100644 drivers/platform/x86/amd_hsmp.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-02 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-01 13:52 [PATCH 0/2] Add AMD system management interface driver Naveen Krishna Chatradhi
2022-02-01 13:53 ` [PATCH 1/2] platforms/x86: " Naveen Krishna Chatradhi
2022-02-01 17:50   ` Carlos Bilbao
2022-02-02 11:55     ` Nathan Fontenot
2022-02-02 14:57       ` Chatradhi, Naveen Krishna
2022-02-01 13:53 ` [PATCH 2/2] Documentation: Add x86/amd_hsmp driver Naveen Krishna Chatradhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox