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

Set CPLD RAM Flag With Persistent Storage

Change History

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

Basic Information

Function Description

To set the CPLD RAM flag

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMDbch
1:3fru_id: 0x000200
4device_id: 0x00
5sdr_type: 0x75
6cpld_ram_addr0
7cpld_ram_addr1
8flash_offset
0: memory frequency flag
1: C version information
9:25flash_data

Response Information

ByteData Field
1Completion Code

Command Example

Set the CPLD RAM offset to 0x101 and the C version to V7.

Request:

bash
ipmitool raw 0x32 0xbc 0x00 0x02 0x00 0x00 0x75 0x01 0x01 0x1 0x56 0x37

Response:

text

Back to Index