Greetings:<br>I am learning how power control works in openbmc system. It comes to poweroff sequence. I found that for poweroff there are "poweroff" and "softpoweroff".<br>1. for "poweroff", I found the call path:<br>ipmiChassisControl()             //phosphor-host-ipmid<br>initiate_state_transition()<br>...<br>d-bus<br>...<br>requestedHostTransition()   //phosphor-state-manager<br>...<br>dbus<br>...<br>on_set_power_state()            //skeleton<br>and finally write some gpio pin to power down.<br>2. for "softpoweroff", I found the call path:<br>ipmiChassisControl()             //phosphor-host-ipmid<br>stop_soft_off_timer()<br>sendHostShutDownCmd()<br>ipmid_send_cmd_to_host()<br>checkQueueAndAlertHost()<br>...<br>d-bus(setAttention)<br>...<br>method_send_sms_atn()      //btbridge<br>and finally send some message to host via BT, or in case of KCS via KCS.<br>My question is: <br>1. In case of softpoweroff I found in code that the openbmc system just send setAttention to host and return? Does that mean letting the host system to powerdown and openbmc system does not write any power related gpio anymore?<br>2. If host system can handle the softpoweroff request sent by openbmc, How can host system handle it? I know there is a module called ipmi_si.ko which may communicate with openbmc. But I do not find and code in ipmi_si related with softpoweroff, or any other module in host system to control softpoweroff?<br>3. I am a learner of openbmc, I know there must be errors in my mail.<br>Can anyone help tell me?<br><br>Best Regards!<br>Liu Hongwei<br>