commit | 31228b9b4bc4310c97846bb35730fa96c060d47b | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Dec 02 13:42:50 2020 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Dec 02 16:14:16 2020 -0600 |
tree | 8f79daaa1c3f0e1040b07649788d2dabd4e82ef3 | |
parent | 3af83ebd0e949d2c6bd836f76e68b30627f6bb74 [diff] |
cfam-reset: run before chassis power The IBM hardware team has requested we run the CFAM reset prior to chassis power on. This is to help mitigate some issues seen with DIMM failures. Tested: - Verified a boot completes on a rainier Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Id28d29e624bde4ce7c77c1e937c2c6e83363c6b3
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`.