Setting the IMU Key File
更新时间: 2026/08/06
在Gitcode上查看源码

Setting the IMU Key File

Change History

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

Basic Information

Function Description

Set the IMU key file.

Privilege

BasicSetting

Command Information

Request Information

ByteData Field
NetFn32h
CMDd7h
1:40x00 0x02 0x00 0x00
5Indicates the file type. The value 1 indicates the core information file, and the value 2 indicates the secure boot file.
6Command value: 1 indicates set efuse and 2 indicates check efuse.
7: NFile Path

Response Information

ByteData Field
1Completion Code

Command Example

Set the imu key file.

Request:

bash
ipmitool raw 0x32 0xd7 0x00 0x02 0x00 0x00 0x00 0x01 0x02 0x2f 0x74 0x6d 0x70 0x2f 0x63 0x70 0x75 0x64 0x69 0x65 0x5f 0x65 0x66 0x75 0x73 0x65

Response:

text

Back to Index