commit | 277bd0f019c75b060c34c919d920459bd9f96c8a | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Oct 02 11:13:22 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Oct 02 11:13:22 2020 -0500 |
tree | 6c68b8edc1e1fc0dee05c1e617d5b9f3d7e25f7f | |
parent | b20593f88b7cb88844363f8475669dad16e88afb [diff] |
cfam-reset: do not run if host is up The cfam reset service should not be run in situations where the host is already running. For example, if the system is booted and the BMC is rebooted, this service should not run. Utilize the /run/openbmc/host@%i-on feature to know if the host is running. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I0f7660fd07bdc5c9d4989c612d8660d82982c7a6
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`.