commit | ec6a1b577c1f614ebccc3350537931c11ad4de7c | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu Oct 29 14:18:56 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Nov 02 16:34:11 2020 +0000 |
tree | 7e2ab9fa2d0c7548de9ea3118550e6c3c7dacc89 | |
parent | 919e408aaad453f94e1ff3d35440b8fc8a2f3e13 [diff] |
host-stop: ensure stop-instructions run in correct seq The flow of synchronization targets during a obmc-host-stop@.target is the following: obmc-host-stop-pre -> obmc-host-stopping -> obmc-host-stopped The obmc-host-stop-pre is where we notify the host that a shutdown is occurring and allow it to gracefully shut itself down. Once that is complete we run obmc-host-stopping services (i.e. things the BMC does to actually stop the host like stop-instructions). Move the op-stop-instructions@.service to the correct synchronization targets and remove the soft off service dependency since that will now be enforced via the correct synchronization targets. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I9b4c36b44eef2dab38ad1ab26eb10ee7e1b9a6dc
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`.