代码仓
中
Get Component Customization Information
更新时间: 2026/08/06
在AtomGit上查看源码

Get Component Customization Information ​

Change History ​

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

Basic Information ​

Function Description ​

This interface is used to obtain component customization information.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, subcommand = 0x72
2Component Type Parameter. For details, see Device Type (Component Type).
3Parameter
If Component Type Parameter is set to Standard PCIe card, this parameter indicates the PCIe card function type.

Response Information ​

ByteData Field
1Completion Code
2:NASCII representation of the Custom Info string

Command Example ​

Obtain component customization information. ​

Request:

bash
ipmitool raw 0x30 0x90 0x72 0x08 0x09
00 0x4d 0x50 0x55

Back to Index ​