Get Loadline Parameters
更新时间: 2026/08/06
在Gitcode上查看源码

Get Loadline Parameters

Change History

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information

Function Description

Query the Loadline parameter.

Privilege

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command=5Bh

Response Information

ByteData Field
1status
1: collecting
2: collection completed
2Number of CPUs
3:10Validity of the status parameter,
1: valid
2: invalid
ratio: slope
initVolLow: low byte of the initial voltage
initVolhigh: high byte of the initial voltage
avsVminLow: low byte of the AVS voltage
avsVminHigh: high byte of the AVS voltage
initVolFlag: under the equipment backplane
0: The BIOS bias occurs.
1: The BMC is biased.
imax: maximum current
11:18Same as 3:10
19:26Same as 3:10
27:34Same as 3:10
35:36AVS voltage (low byte first)
37:38Same as 35:36
39:40Same as 35:36
41:42Same as 35:36
43:44Vsense voltage (low byte first)
45:46Same as 43:44
47:48Same as 43:44
49:50Same as 43:44

Command Example

Request:

bash
ipmicmd -k "0f 00 MM NN" smi 0

Response:

text
0f MM NN

Back to Index