Set Component Customization Infomation
更新时间: 2026/08/06
在Gitcode上查看源码Set Component Customization Infomation
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set component customization information.
Privilege
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, subcommand = 0x71 |
| 2 | Component Type Parameter. For details, see Device Type (Component Type). |
| 3 | Parameter If Component Type Parameter is set to Standard PCIe card, this parameter indicates the PCIe card function type. |
| 4:N | Data1: length of Custom Info Data2: Custom Info ASCII representation of the Custom Info string. |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set component customization information.
Request:
bash
ipmitool raw 0x30 0x90 0x71 0x08 0x09 0x03 0x4d 0x50 0x55
00