Reads the RAM information of the CPLD
更新时间: 2026/08/06
在Gitcode上查看源码Reads the RAM information of the CPLD
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Reads the RAM information of the CPLD.
Privilege
ReadOnly
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | 72h |
| 1 | 0 |
| 2 | 02h |
| 3:4 | Reserved extended field. Set it to 0. |
| 5 | 7Ch |
| 6 | CPLD RAM low address |
| 7 | CPLD RAM high address |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
| 2 | CPLD RAM Value |
Command Example
Obtain CPLD RAM information.
Request:
bash
ipmitool raw 0x32 0x72 0x00 0x02 0x00 0x00 0x7c 0x23 0x00Response:
text
59