Lines Matching +full:system +full:- +full:management
1 .. SPDX-License-Identifier: GPL-2.0
7 Newer Fam19h EPYC server line of processors from AMD support system
8 management functionality via HSMP (Host System Management Port).
10 The Host System Management Port (HSMP) is an interface to provide
11 OS-level software with access to system management functions via a
15 "7 Host System Management Port (HSMP)" of the family/model PPR
16 Eg: https://www.amd.com/system/files/TechDocs/55898_B1_pub_0.50.zip
27 $ ls -al /dev/hsmp
28 crw-r--r-- 1 root root 10, 123 Jan 21 21:41 /dev/hsmp
38 In-kernel integration:
77 The ioctl would return a non-zero on failure; you can read errno to see
81 "7 Host System Management Port (HSMP)" of the respective family/model PPR
82 eg: https://www.amd.com/system/files/TechDocs/55898_B1_pub_0.50.zip
84 User space C-APIs are made available by linking against the esmi library,
85 which is provided by the E-SMS project https://developer.amd.com/e-sms/.