commit | 119e5a2c07b2e87ec2e75c98c06522c76bd59832 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Mar 25 08:54:53 2022 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Mon Apr 11 20:59:38 2022 +0000 |
tree | 6f3eaa568804d3adf7c4c75dec4581948bbbc287 | |
parent | a3cec434f55fcac8d26b757b6ee2f255f89001b3 [diff] |
side-switch: add service to run side-switch function The side switch check should occur on any host firmware boot so put in the obmc-host-startmin@.target. Ensure this service does not run when the BMC is reset while the host is at runtime. Do not want to ever cause a power down of a running host. Tested: - Booted system with running firmware at priority 0 and verified a quick return and successful boot. - Booted system with running firmware at priority 1 and verified system was powered off, bmc was rebooted to other image, and system auto powered on up to operating system. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I5553ab6fb5ebd58734d1169663ea25ede7f37dd3
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
.