Query Retimer Upgrade Support
更新时间: 2026/08/06
在Gitcode上查看源码Query Retimer Upgrade Support
Change History
| Four-segment version of the iBMC software | Revision Date | Description | Revised By |
|---|---|---|---|
| 3.17.05.01 | 2024-9-28 | Added the Pangea command. | Shang Kang s00853698 |
| 2025-07-28 | Adjusting the FRUID Value | Xu Chenxu/30062630 |
Basic Information
Function Description
Querying Whether the Retimer Supports Upgrade
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 73h |
| 1:3 | fru_id: 0x000200 |
| 4 | DeviceId. Set it to 0x00. |
| 5 | SdrType. Set it to 0x06. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | 0: Upgrade is not supported. 1: upgrade supported |
Command Example
Query whether retimer 0 supports an upgrade.
Request:
bash
ipmitool raw 0x32 0x73 0x00 0x02 0x00 0x00 0x06Response:
text
01