Clear Cpld Space Test Result
更新时间: 2026/08/06
在Gitcode上查看源码Clear Cpld Space Test Result
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Clears the CPLD full resource detection result.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 30h |
| CMD | 90h |
| 1 | Sub command, sub command=83h |
| 2:5 | Component Type, LS Byte first: board type. [31]: device type identifier type. The options are as follows: 0- device type identifier. For details, see the definition of PLDM Entity ID Code tables in the DMTF specification document DSP0249. 1- device type identifier. For details, see the definition of the device type (Component Type). [16:30]: reserved. The default value is 0. [0:15]: device type identifier. Board type corresponding to the current component type: BCU: 0xC0, EXU: 0xC1, SEU: 0xC2, CLU: 0xC4, 0xFF: not specified, that is, all |
| 6 | Indicates the slot ID of the board. The default value is 0xFF. If the default value is used, all full check results of the specified board type are cleared. |
Response Information
| Byte order | Domain Content |
|---|---|
| 1 | Completion Code 00h Command Completed Normally |
Command Example
Example 1: Clear all CPLD full resource detection results.
Request:
bash
ipmitool raw 0x30 0x90 0x83 0xFF 0x00 0x00 0x80 0xFFResponse:
text