Get PICMG Properties
更新时间: 2026/08/06
在Gitcode上查看源码

Get PICMG Properties

Change History

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

Basic Information

Function Description

Obtains the PICMG attributes.

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFnPICMG 2Ch
CMD00h
1PICMG Identifier, Indicates that this is a PICMG-defined group
extension command, A value of 00h is used

Response Information

ByteData Field
1Completion Code
2PICMG Identifier, Indicates that this is a PICMG-defined group
extension command, A value of 00h is used
3PICMG Extension Version, Indicates the version of PICMG
extensions implemented by the IPM Controller
[7:4]=BCD encoded minor version
[3:0]=BCD encoded major version
PICMG 3.0R2.0: 12h
PICMG 3.0R2.0ECN002: 22h
PICMG 3.0R3.0 23h
4Max FRU Device ID. The numerically largest FRU Device ID for the Managed FRUs implemented by this IPM Controller, excluding FRU Device IDs reserved at the top of the range for special purposes
5FRU Device ID for IPM Controller, Indicates a FRU Device ID for the FRU containing the IPM Controller. IPM Controllers implementing the extensions defined by this specification report 0

Command Example

Obtain the PICMG attributes.

Request:

bash
ipmicmd -k "0f 00 2c 00 00" smi 0

Response:

text
0f 2d 00 00 00 00 22 43 00

Back to Index