Setting the IMU Key File
更新时间: 2026/08/06
在Gitcode上查看源码Setting the IMU Key File
Change History
| openUBMC Version | Revision Date | Description |
|---|---|---|
| 25.06 | 2025/06/26 | Initial draft: add command details |
Basic Information
Function Description
Set the IMU key file.
Privilege
BasicSetting
Command Information
Request Information
| Byte | Data Field |
|---|---|
| NetFn | 32h |
| CMD | d7h |
| 1:4 | 0x00 0x02 0x00 0x00 |
| 5 | Indicates the file type. The value 1 indicates the core information file, and the value 2 indicates the secure boot file. |
| 6 | Command value: 1 indicates set efuse and 2 indicates check efuse. |
| 7: N | File Path |
Response Information
| Byte | Data Field |
|---|---|
| 1 | Completion 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 0x65Response:
text