| commit | 62638200712faa2b99e1dc6a4daae299469e01b5 | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Oct 13 02:40:15 2021 -0500 |
| committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Oct 18 02:40:06 2021 -0500 |
| tree | e32a3a78f49d9bf3bf48529cd13e208ede605381 | |
| parent | 6aba83d21d9fe55ee0dca3f829de44824cc16c28 [diff] |
PHAL: execute enterMPIPL only on valid sbe state Allow enter_mpipl chip-op request only on the SBE's, which got valid state's. If the SBE is not on valid state, skips the chip-op requests on the specific SBE. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I7789deb8dda4d6e2fe053be417b067566d12e717
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`.