Get Last Processed Event ID
更新时间: 2025/06/26
在Gitcode上查看源码

15h — Get Last Processed Event ID

Change History

openUBMC VersionRevision DateAuthorDescription
25.062025/06/26pengqiang-gsInitial draft, add command details

Basic Information

Function Description

Retrieves the record ID for the last event that was processed by system software and the BMC.

Privilege

ReadOnly

Command Information

Request Information

No request data.

Response Information

ByteData Field
1Completion Code.
81h = cannot execute command, SEL erase in progress.
2:5Most recent addition timestamp. LS byte first.
6:7Record ID for last record in SEL. Returns FFFFh if SEL is empty.
8:9Last SW Processed Event Record ID.
10:11Last BMC Processed Event Record ID. Returns 0000h when event has been processed but could not be logged because the SEL is full or logging has been disabled.

Command Examples

Example 1

  • Request:
  • Response:

Back to Index