commit | 6a133abb107306632945d668b668e7d89297476d | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Fri Jan 31 14:13:06 2020 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Feb 19 14:05:06 2020 -0600 |
tree | 17d741592818485caee037b7c2bd93e27a7f1f78 | |
parent | ed212d50634b467cf12119b5df31d2c31c41f95e [diff] |
warm reboot: stop instructions support When shutting down the host it is good to always stop instructions on the processors to ensure all activity has halted prior to starting a shutdown or reboot. Eventually this service will migrate over to using an ecmd API but until that is ready, just use pdbg Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I1b81aa16c37124d7671eb84bbbc22cddd0a05e3f
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`.