Clear Cpld Space Test Result
更新时间: 2026/08/06
在Gitcode上查看源码

Clear Cpld Space Test Result

Change History

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

Basic Information

Function Description

Clears the CPLD full resource detection result.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command=83h
2:5Component 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
6Indicates 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 orderDomain Content
1Completion 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 0xFF

Response:

text

Back to Index