Reset Watchdog Timer
更新时间: 2025/06/26
在Gitcode上查看源码

22h-复位BMC看门狗计时器(Reset-Watchdog-Timer)

修订记录

openUBMC版本号修订日期修订内容
25.062025/06/26初稿,新增命令详情

基本信息

功能说明

复位BMC看门狗计时器。

权限

PowerMgnt

命令信息

请求信息

字节顺序域取值说明
NetFnApp 06h
CMD22h
-

响应信息

字节顺序域取值说明
1Completion Code. Generic plus the following command-specific completion
codes:
80h=Attempt to start un-initialized watchdog. It is recommended that a
BMC implementation return this error completion code to indicate to software that a Set Watchdog Timer command has not been issued
to initialize the timer since the last system power on, reset, or BMC
reset. Note that since many systems may initialize the watchdog timer
during BIOS operation, this condition may only be seen by software if
a BMC gets re-initialized during system operation (as might be the
case if a firmware update occurred, for example).

命令样例

复位BMC看门狗计时器

请求:

ipmicmd -k "0f 00 06 22" smi 0

响应:

0f 07 00 22 80

返回到索引