commit | af48bed2c2838f74aefa1a837e222346e26bbf7d | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Jun 24 10:01:35 2021 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jul 07 07:49:19 2021 -0500 |
tree | ffebe5052044b9a78704f514a5b71a7f6574904b | |
parent | 8e73da030644ad9b9ff0ed71cbcff0fd1a2804ab [diff] |
bmc-reset: add support to write a cfam A future commit requires this support so refactor the getCFAM a bit to move some shared code to a common function and add putCFAM Tested: - Verified the putCFAM worked as expected when called on p10bmc hardware Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I349505aa19bf0164a2f01d133a47298fabbf3299
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`.