Platform Event Message
更新时间: 2025/06/26
在Gitcode上查看源码

02h-系统接口平台事件消息(Platform-Event-Message)

修订记录

openUBMC版本号修订日期修订内容
25.062025/06/26初稿,新增命令详情

基本信息

功能说明

平台事件消息(系统接口)。

权限

BasicSetting

命令信息

请求信息

字节顺序域取值说明
NetFnS/E 04h
CMD02h
1Generator ID.7-bit System Software ID. This field identifies the device that has generated the Event Message.
2Event Message Revision. This field is used to identify different revisions of the Event
Message format. The revision number shall be 04h for Event Messages that comply with the format given in this specification. IPMI v1.0 messages use 03h. It is recommended that software be able to interpret both versions.
3Sensor Type. Indicates the event class or type of sensor that generated the Event Message.
4Sensor #.A unique number (within a given sensor device) representing the 'sensor' within the management controller that generated the Event Message. Sensor numbers are used for both identification and access of sensor information, such as getting and setting sensor thresholds.
5Event Dir/Event Type
[7]:Event Dir
Indicates the event transition direction. (0=Assertion Event, 1=Deassertion Event)
[6:0]:Event Type
This field indicates the type of threshold crossing or state transition (trigger) that produced the event. This is encoded using the Event/Reading Type Code.
For Sensor Class=threshold
6:8Event Data 1
[7:6]-00b=unspecified byte 2
01b=trigger reading in byte 2
10b=OEM code in byte 2
11b=sensor-specific event extension code in byte 2
[5:4]-00b=unspecified byte 3
01b=trigger threshold value in byte 3
10b=OEM code in byte 3
11b=sensor-specific event extension code in byte 3
[3:0]-Offset from Event/Reading Code for threshold event.
Event Data 2 reading that triggered event, FFh or not present if unspecified.
Event Data 3 threshold value that triggered event, FFh or not present if unspecified. If present, byte 2 must be present.
For Sensor Class=discrete
6:8Event Data 1
[7:6]-00b=unspecified byte 2
01b=previous state and/or severity in byte 2
10b=OEM code in byte 2
11b=sensor-specific event extension code in byte 2
[5:4]-00b=unspecified byte 3
01b=reserved
10b=OEM code in byte 3
11b=sensor-specific event extension code in byte 3
[3:0]-Offset from Event/Reading Code for discrete event state
Event Data 2
[7:4]-Optional offset from ‘Severity’ Event/Reading Code. (0Fh if unspecified).
[3:0]-Optional offset from Event/Reading Type Code for previous discrete event state. (0Fh if unspecified.)
Event Data 3 Optional OEM code. FFh or not present if unspecified.
For Sensor Class=OEM
6:8Event Data 1
[7:6]-00b=unspecified in byte 2
01b=previous state and/or severity in byte 2
10b=OEM code in byte 2
11b=reserved
[5:4]-00b=unspecified byte 3
01b=reserved
10b=OEM code in byte 3
11b=reserved
[3:0]-Offset from Event/Reading Type Code
Event Data 2
[7:4]-Optional OEM code bits or offset from 'Severity' Event/Reading Type Code. (0Fh if unspecified).
[3:0]-Optional OEM code or offset from Event/Reading Type Code for previous event state. (0Fh if unspecified).
Event Data 3 Optional OEM code. FFh or not present or unspecified.

命令样例

平台事件消息(系统接口)

请求:

ipmicmd -k "0f 00 04 02 28 03 01 01 00 00 00 00" smi 0

响应:

0f

返回到索引