commit | f7f3f4ab5a5dbaf23abdb1e219eaaf112fea5690 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Mon Oct 12 10:19:22 2020 -0500 |
committer | Andrew Geissler <geissonator@yahoo.com> | Mon Oct 12 10:19:22 2020 -0500 |
tree | ab82d3c9e42009adb7409d3866f77b4ed54979d4 | |
parent | 54d1b132915836158116d9d6b44bc8ca88bdf758 [diff] |
mpreboot: do not run stop instructions The MPIPL path will stop instructions by default so there is no need to run the service. There are actually some issues within the SBE if instructions are stopped before it is told to enter MPIPL. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: If4aeaa7c4aac6a74ad5d3d8aa90d693a17c6c1f9
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`.