commit | 61febf0b06d50bbecc0bfd392b72bff390a97eac | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Tue Jun 22 17:19:32 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jun 30 14:46:53 2021 -0500 |
tree | 1fbb43a9c81a8bbfa809e52d4ec85f43c58eb7eb | |
parent | 65c0101c017e725c1470d60e1fd054795c5c6a23 [diff] |
bmc-reset: ensure error is created if host up A separate commit will be submitted to phosphor-logging to get this new error into the PEL registry. Tested: - Verified error is generated when CFAM register is A5000001 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I40a1fafbffb80aaa77ed38fe93edfd5e4a59f18c
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`.