commit | 971b36d18276a05b30d3ac5af9a793ce38a57a77 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Sep 01 17:00:49 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Sep 08 14:07:18 2021 +0000 |
tree | 5aefce2be2629e15d454b0ab9bc8bbb307469cad | |
parent | 2246cca047e65613c4ad76848cfb34f78330bfcc [diff] |
op-reset-host-check: update for recent state mgr changes The following commit refactored the way the host state is discovered when the BMC is reset and the host is running: https://github.com/openbmc/phosphor-state-manager/commit/0d1c3f1f9329c853677f0581287afef83eeea0f0 All of the discovery now happens in the xyz.openbmc_project.State.Host.service so set the appropriate dependency on that. Tested: - Did a chassis power on, set the CFAM register to indicate host is running, and rebooted the BMC. Verified that service ran after the host had been probed over IPMI and PLDM and appropriate error was logged. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I02fab25a4a2ed2b093bc45a5a68fca0507b3dce6
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To build with phal feature: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} --enable-phal --enable-openfsi 3. make To clean the repository run `./bootstrap.sh clean`.