Set CPU onboard rate
更新时间: 2026/08/06
在Gitcode上查看源码Set CPU onboard rate
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Sets the onboard speed of the CPU.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | bch |
| 1 | Reversed |
| 2:3 | 0x0200 |
| 4 | Reversed |
| 5 | 0x59 |
| 6 | Sets the CPU rate. |
| 7 | CPU ID: The value starts from 0. (This byte is omitted in the single-CPU scenario.) |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion Code |
Command Example
Set the CPU onboard rate.
Request:
bash
ipmitool raw 0x32 0xbb 0x00 0x02 0x00 0x00 0x59 0x63Response:
text