Query Retimer Upgrade Support
更新时间: 2026/08/06
在Gitcode上查看源码

Query Retimer Upgrade Support

Change History

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

Basic Information

Function Description

Queries whether the retimer supports an upgrade.

Privilege

READONLY

Command Information

Request Information

ByteData Field
NetFn32h
CMD73h
10x00
20x02
30x00
4retimerId
5Sdrtype. Set it to 0x06.

Response Information

ByteData Field
1Completion Code
200h: Upgrade is not supported.
01h: Upgrade is supported.

Command Example

Display whether the first retimer supports an upgrade.

Request:

bash
ipmitool raw 0x32 0x73 0x00 0x02 0x00 0x01 0x06

Response:

text
01

Back to Index