commit | 87266c597307175d3f821abe46a98e70144e4a2b | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Dec 11 12:45:55 2020 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Dec 11 14:56:09 2020 -0600 |
tree | 2f4bb492ee45eb87bd45e9fdef8a8b0f3a965fa5 | |
parent | a257693a639a33a7ec1f6dbe8ddf5f969b6b8d39 [diff] |
Execute proc-pre-poweroff after proc stop instruction proc-pre-poweroff service shuts down SBE. This is triggering stop instruction service failure. This fix is to move proc-pre-poweroff after stop instruction. Tested: - Patched system with service and verified correct order: Dec 11 08:40:59 system systemd[1]: Starting Stop instructions for host0... Dec 11 08:41:00 system systemd[1]: Finished Stop instructions for host0. Dec 11 08:41:00 system systemd[1]: Starting Preparation to poweroff host0... Dec 11 08:41:00 system systemd[1]: Finished Preparation to poweroff host0. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I9a305f298bd0d02bbfd83a8b6740b8898515c54f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
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`.