Query Retimer Upgrade Support
更新时间: 2026/08/06
在Gitcode上查看源码Query Retimer Upgrade Support
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Queries whether the retimer supports an upgrade.
Privilege
READONLY
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 73h |
| 1 | 0x00 |
| 2 | 0x02 |
| 3 | 0x00 |
| 4 | retimerId |
| 5 | Sdrtype. Set it to 0x06. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | 00h: 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 0x06Response:
text
01