Sets self-description of a Pangea interface card
更新时间: 2026/08/06
在Gitcode上查看源码Sets self-description of a Pangea interface card
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set the self-description of the Pangea interface card.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1 | slot_num |
| 2 | 0x10 |
| 3:4 | Reserved extended field. Set it to 0. |
| 5 | Sdrtype |
| 6:FF | Desc |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code The completion code only indicates whether the command is executed successfully, but does not indicate whether the test is successful. The test result is determined based on the following bytes. |
Command Example
Set the card self-description.
Request:
bash
ipmitool raw 0x32 0xbc 0x01 0x01 0x00 0x00 0x39 0x01 0x02 0x03 0x04 0x05 0x06 0x07Response:
text