Set CPLD RAM Flag With Persistent Storage
更新时间: 2026/08/06
在Gitcode上查看源码Set CPLD RAM Flag With Persistent Storage
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
To set the CPLD RAM flag
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1:3 | fru_id: 0x000200 |
| 4 | device_id: 0x00 |
| 5 | sdr_type: 0x75 |
| 6 | cpld_ram_addr0 |
| 7 | cpld_ram_addr1 |
| 8 | flash_offset 0: memory frequency flag 1: C version information |
| 9:25 | flash_data |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion 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 0x37Response:
text