commit | 16ff30e79eb3752b55d12b0f86036b6ef2b2ce3f | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Jul 22 13:52:24 2022 -0400 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Tue Jul 26 18:39:05 2022 +0000 |
tree | b4721389d11f9b11e4cfc3e39895b5dc52c091bb | |
parent | bf2bb2b11c4d70811e8745c2f4c411896c744111 [diff] |
side-switch: ensure both host and chassis off Ran into an issue where the BMC reboot occurs so early in the boot that the chassis power never changed from Off to On, so the BMC reboot was instant. This caused an unwanted failure in a host-start service which led to a BMC dump being generated on the subsequent BMC reboot. Enhance the code to look for both the chassis and host to be off before initiating the BMC reboot. Tested: - Verified on p10bmc hardware that the unwanted service failure no longer occurs and side-switch waits for both host and chassis to be off prior to rebooting the BMC Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ifb5e71aeaa4dbfff7ea21fa0bdce01642a3bec37
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.