Get Channel Payload Version
更新时间: 2026/08/06
在Gitcode上查看源码

Get Channel Payload Version

Change History

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

Basic Information

Function Description

This API is used to obtain the channel payload version.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFnApp 06h
CMD4Fh
1Channel Number
[7:4]-reserved
[3:0]-Channel Number
2Payload Type Number/Payload Type Handle-number of the standard payload type or OEM Payload Handle to retrieve status for
See Table 8-1, Payload Type Numbers.

Response Information

ByteData Field
1Completion Code, Generic plus following command-specific completion codes:
80h-Payload type not available on given channel
2Format Version
[7:4]-Major Format Version. BCD encoded (0 to 9)
[3:0]-Minor Format Version. BCD encoded. (0 to 9)
Software should present version data to the user in the format "major.minor"-e.g. 10h → "1.0" The Format Version for the SOL payload implemented per this specification is 1.0 (10h)

Command Example

Obtain the channel payload version.

Request:

bash
ipmicmd -k "0f 00 06 4f 01 01" smi 0

Response:

text
0f 07 00 4f 00 10

Back to Index