代码仓
中
Set the RAM information of a CPLD
更新时间: 2026/08/06
在AtomGit上查看源码

Set the RAM information of a CPLD ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the RAM information of the CPLD.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMD71h
10
202h
3:4Reserved extended field. Set it to 0.
57Ch
6CPLD RAM low address
7CPLD RAM high address
8CPLD Value

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set CPLD RAM information. ​

Request:

bash
ipmitool raw  0x32 0x71 0x00 0x02 0x00 0x00 0x7c 0x23 0x00 0x59

Response:

text

Back to Index ​