Query Persistent Stored CPLD RAM Flag
更新时间: 2026/08/06
在Gitcode上查看源码

Query Persistent Stored CPLD RAM Flag

Change History

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

Basic Information

Function Description

Querying the Persistently Saved CPLD RAM Flag

Privilege

ReadOnly

Command Information

Request Information

ByteData Field
NetFn32h
CMDbch
1:3fru_id: 0x000200
4device_id: 0x00
5sdr_type: Set it to 0x86.
6flash_offset
0: memory frequency flag
1: C version information

Response Information

ByteData Field
1Completion Code
2:17flash_data

Command Example

Query the C version flag of flash_offset corresponding to the CPLD RAM.

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x8c 0x01

Response:

text
56 37

Back to Index