commit | 67aebf98094264cf3bdd189b70ec91db4e3ee804 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Apr 10 15:45:50 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Apr 20 16:52:07 2020 +0000 |
tree | 73b7c1fde2661d2b12fd7e5070c701f50d463562 | |
parent | a21ed1217c686cd6a4e2d63ff99cd0c6a11c0427 [diff] |
cfam-reset: ensure run on all boots Currently the cfam-reset is run within the power_control application and it is also run as a standalone service for warm reboots. Going forward the direction is to move the cfam reset out of the power domain. The op-cfam-reset service will be run in all scenarios where it is required and the power application will no longer perform it. For a period of time there will be overlap where both this service and the power application will be doing the cfam reset. This does not hurt anything and will make the transition easier due to no requisites. This service will be run in both the obmc-chassis-poweron and obmc-host-startmin targets. This is so support is there for FSI operations with just a "obmcutil chassison" as well as supporting the warm reboot path where a chassison is not executed. The service will only run once during a normal boot due to the way the service is configured. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: Ic24b10c4f6d15bff0c85caa944517175089500d9
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`.