commit | ad1cfa50b5207e00379d88270612bb43d1e246d7 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Sep 02 09:21:39 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Sep 08 14:07:18 2021 +0000 |
tree | 8e4c4b717a2b55c248235a34ffaf62be88b90396 | |
parent | 971b36d18276a05b30d3ac5af9a793ce38a57a77 [diff] |
op-reset-host-check: add logging as service dep When the CFAM registers indicate the host is running, this service logs an error. Ensure the phosphor logging service is running before starting this service. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ie9d6394df805ef4d099bdaaa99afb874e965dcfc
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`.