代码仓
中
Set Target level
更新时间: 2026/08/06
在AtomGit上查看源码

Set Target level ​

Change History ​

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

Basic Information ​

Function Description ​

Set the target level.

Privilege ​

Command Information ​

Request Information ​

ByteData Field
NetFn30h
CMD90h
1Sub command, sub command = 33h
2FRU Device ID
3set target: test target
0=CPU
1: memory
2=FPGA
......
FFh=all objects of the FRU
4set target number:
Number of the test target of the same type. For example, if multiple CPUs are tested, the test target can be numbered 0, 1, and so on.
5set type:
0: voltage
1: current
2: frequency
......
FFh=all types
6set type number:
Indicates the number of the test type of the same type. If multiple voltages are tested, you can number each voltage.
FFh =All
7Level adjustment level
0=1 level higher
1=lower level 1
......
FFh=Normal

Response Information ​

ByteData Field
1Completion Code
80h=Not supported

Command Example ​

Set the target level. ​

Request:

bash
[root@localhost ~]# ipmicmd -k "0f 00 30 93 DB 07 00 65 00 00" smi 0

Response:

text
00 DB 07 00 00

Back to Index ​