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

修订记录

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

基本信息

功能说明

标准命令,获取 SDR 的基本信息。 The command returns the SDR command version for the SDR Repository.

权限

ReadOnly

命令信息

请求信息

无请求信息

响应信息

字节顺序域取值说明
1Completion Code
2SDR Version - version number of the SDR command set for the SDR Device.
51h for this specification. (BCD encoded with bits 7:4 holding the Least Significant digit of the revision and bits 3:0 holding the Most Significant bits.)
3Record count LS Byte - number of records in the SDR Repository
4Record count MS Byte - number of records in the SDR Repository
5:6Free Space in bytes, LS Byte first. 0000h indicates ‘full’, FFFEh indicates 64KB-2 or more available. FFFFh indicates ‘unspecified’.
7:10Most recent addition timestamp. LS byte first.
11:14Most recent erase (delete or clear) timestamp. LS byte first.
15Operation Support
[7] - Overflow Flag. 1=SDR could not be written due to lack of space in the SDR Repository.
[6:5] - 00b = modal/non-modal SDR Repository Update operation unspecified
 01b = non-modal SDR Repository Update operation supported
 10b = modal SDR Repository Update operation supported
 11b = both modal and non-modal SDR Repository Update supported
[4]
 reserved. Write as 0b
[3]
 1b=Delete SDR command supported
[2]
 1b=Partial Add SDR command supported
[1]
 1b=Reserve SDR Repository command supported
[0]
 1b=Get SDR Repository Allocation Information command supported

命令样例

样例1:

  • 请求:
  • 响应:

返回到索引