代码仓
中
Set Backplane EEPROM Product Data
更新时间: 2026/08/06
在AtomGit上查看源码

Set Backplane EEPROM Product Data ​

Change History ​

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

Basic Information ​

Function Description ​

To set the universal interface for the backplane EEPROM product data

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbch
1:3FruId. Set it to 0x000080.
4DeviceId. Set it to 0x00.
571h
6:7offset (LS Byte first)
8:9dataLen (LS Byte first)
10: dataLen+9data

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the offset address of the backplane EEPROM to 0 and the length to 5. ​

Request:

bash
ipmitool raw 0x32 0xbc 0x00 0x00 0x80 0x00 0x71 0x00 0x00 0x05 0x00 0x01 0x02 0x03 0x04 0x05

Response:

text

Back to Index ​