commit | b09c1fb37b7e6d1037bfe12664cd7e966bbbec20 | [log] [tgz] |
---|---|---|
author | Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> | Mon Mar 09 00:45:26 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Mar 23 13:34:12 2020 +0000 |
tree | 2a9b3e8302aad546e02b7acbdc737cd4cec367ca | |
parent | 3506c18d87d41ae9b2e0f026d35ee56673f1eea4 [diff] |
Do not execute CFAM reset while memory preserve reboot The CFAM reset should not be executed during a memory preserve reboot so adding a conditional check to execlude the that path. Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I49315d8a40019dd395b2d44a880ee3b8fe3f2f7a
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`.