commit | 54d1b132915836158116d9d6b44bc8ca88bdf758 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Sep 30 11:18:58 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Oct 06 01:42:14 2020 +0000 |
tree | c41c935af9621565ecfbbd5da657a83da4fde4b6 | |
parent | 277bd0f019c75b060c34c919d920459bd9f96c8a [diff] |
mpreboot: ensure started after host stopped Some race conditions have been hit where the enterMpReboot command is processed before the host is fully stopped. Change the service dependencies to ensure it is not started until the host is fully stopped while also ensuring it is executed prior to the host reboot service starting. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I7bdc2ce407f2212a7e856e6dce275b553c8ec0ab
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`.