commit | 26c4d763d3dcddc3638a960973cefef506b3735b | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Mar 11 18:17:45 2021 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu Mar 11 18:17:45 2021 -0600 |
tree | 6da7ce3d49927f3d39653d0de2442e6a79960cfc | |
parent | 99ee5ca9c36ff8d80d683337cf81241480b2a200 [diff] |
cfam-reset: do not run if chassis power on Due to a variety of reasons, the op-cfam-reset.service was put in the obmc-chassis-poweron@.target. To handle situations where the BMC is reset when the host is up, it's important this service not be executed if the host is running. Issuing a CFAM reset while the host is running will cause it to crash. Change the service directive to look at the chassis power file to know whether it should run or not. Tested: - Verified on a rainier system that host stayed up and running through a BMC reset with this change. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I103defecf113e6cc8f7eba4dd9d7c47519621015
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`.