Get SEL Entry 命令详情
更新时间:2025/06/26
在Gitcode上查看源码

修订记录

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

基本信息

功能说明

标准命令,获取 SEL 的入口。 This command is used to retrieve entries from the SEL.

权限

ReadOnly

命令信息

请求信息

字节顺序域取值说明
1:2Reservation ID, LS Byte first. Only required for partial Get. Use 0000h otherwise.
3:4SEL Record ID, LS Byte first.
0000h = GET FIRST ENTRY
FFFFh = GET LAST ENTRY
5Offset into record
6Bytes to read. FFh means read entire record.

响应信息

字节顺序域取值说明
1Completion Code
Return an error completion code if the SEL is empty.
81h = cannot execute command, SEL erase in progress.
2:3Next SEL Record ID, LS Byte first (return FFFFh if the record just returned is the last record.)

Note: FFFFh is not allowed as the record ID for an actual record. I.e. the Record ID in the Record Data for the last record should not be FFFFh.
4:3+NRecord Data, 16 bytes for entire record

命令样例

样例1:

  • 请求:
  • 响应:

返回到索引