commit | 3292c0676e1261436ff20d87e655210ac2dd5fd7 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 23 21:11:10 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jul 07 07:49:25 2021 -0500 |
tree | 381b5ef671ad73e630fc157e38a9f88564b16c1a | |
parent | aa599150768a35bb85033d7dd0d2980aa3b70b48 [diff] |
bmc-reset: call new clear host running status service A simple service to ensure the CFAM register used by the host to communicate when it is up and running, is cleared when the host is stopped. Tested: - Verified service is run on a host stop and the CFAM register was cleared Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I52a3a6f2e3830deedac06e554c12be9d62c80c34
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`.