commit | 8e73da030644ad9b9ff0ed71cbcff0fd1a2804ab | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 23 15:43:21 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 30 14:46:53 2021 -0500 |
tree | bb5fc9071cf70a27352b6a20edf42cc20c051087 | |
parent | 61febf0b06d50bbecc0bfd392b72bff390a97eac [diff] |
bmc-reset: call new host reset check service This service will only run in the following condition: - Chassis power is on when the BMC comes out of reset - Host state management is unable to communicate with the host over IPMI or PLDM channels Tested: - Verified service does not run if chassis power is not on when coming to BMC Ready (i..e /run/openbmc/chassis@0-on present) - Verified service does not run if host has responded over PLDM or IPMI (i.e. /run/openbmc/host@0-on present) - Verified if we get past the above checks, the hw procedure is called as expected Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I761c7333949f9c0e1e7505b686afc4ca537346fd
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`.