Set System Info Parameters 命令详情
更新时间:2025/06/26
在Gitcode上查看源码

修订记录

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

基本信息

功能说明

标准命令,设置系统测的参数。 This command is used for setting system information parameters such as system name and BIOS/system firmware revision information.

权限

根据不同的入参 Parameter selector 权限不一样,具体的权限如下:

Parameter selector(16进制)权限
00hBasicSetting
01hBasicSetting
02hBasicSetting
03hBasicSetting
04hBasicSetting
05hBasicSetting
06hBasicSetting
07hBasicSetting
C4hReadOnly
C5hReadOnly
C6hBasicSetting
C8hBasicSetting
CAhReadOnly
CChBasicSetting

命令信息

请求信息

字节顺序域取值说明
1Parameter selector
2Configuration parameter data, See System Info Parameters

响应信息

字节顺序域取值说明
1Completion Code
80h = parameter not supported.
81h = attempt to set the ‘set in progress’ value (in parameter #0) when not in the ‘set complete’ state. (This completion code provides a way to recognize that another party has already ‘claimed’ the parameters)
82h = attempt to write read-only parameter

命令样例

样例1:设置系统属性

  • 请求:
  • 响应:

返回到索引