代码仓
中
Register Product Arbitration Info
更新时间: 2026/08/06
在AtomGit上查看源码

Register Product Arbitration Info ​

Change History ​

openUBMC VersionRevision DateDescription
25.062025/06/26Initial draft: add command details

Basic Information ​

Function Description ​

Set product preemption data.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD93h
1:3Manufacturer ID, LS Byte first. The length is fixed to three bytes. For example, if the vendor ID is 2011 and the corresponding hexadecimal value is 0x0007DB, the first byte is DBh, the second byte is 07h, and the third byte is 00h.
4Sub command, sub command=6Bh
5Operate=0x2D
6:13Version, little endian, 8 bytes in total
14key num. The value ranges from 1 to 9.
15:nKey data. Every eight data segments form a group. The number of groups is defined by byte 13.

Response Information ​

ByteData Field
1Completion Code
2state:
1: Successful.
2: The ID is invalid.
3: The key value is invalid.
4: The version is incorrect.
5: The length is incorrect.
6: invalid local version, that is, the local initialization is not complete (a value is returned) [y (1]
7: Arbitration data is not registered.
8: internal error
9: The EEPROM data is abnormal. For example, the full-FF version number is re-initialized after the CRC check fails.

Command Example ​

Set the product preemption data. ​

Request:

bash
ipmicmd -k "0f 00 30 93 db 07 00 6b 2d 01 17 34 19 20 01 22 20 01 01 17 34 19 20 01 22 20" smi 0

Response:

text
0f 31 00 93 00 01

Back to Index ​