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

Reads the RAM information of the CPLD ​

Change History ​

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

Basic Information ​

Function Description ​

Reads the RAM information of the CPLD.

Privilege ​

ReadOnly

Command Information ​

Request Information ​

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

Response Information ​

ByteData Field
1Completion Code
2CPLD RAM Value

Command Example ​

Obtain CPLD RAM information. ​

Request:

bash
ipmitool raw  0x32 0x72 0x00 0x02 0x00 0x00 0x7c 0x23 0x00

Response:

text
59

Back to Index ​