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

Set CPU onboard rate ​

Change History ​

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

Basic Information ​

Function Description ​

Sets the onboard speed of the CPU.

Privilege ​

BasicSetting

Command Information ​

Request Information ​

ByteData Field
NetFn32h
CMDbch
1Reversed
2:30x0200
4Reversed
50x59
6Sets the CPU rate.
7CPU ID: The value starts from 0. (This byte is omitted in the single-CPU scenario.)

Response Information ​

ByteData Field
1Completion Code

Command Example ​

Set the CPU onboard rate. ​

Request:

bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x59 0x63

Response:

text

Back to Index ​