commit | 8fe9ff91acd776e45197259c6050e73c8a5c888b | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Nov 14 09:15:59 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Nov 17 04:35:07 2021 +0000 |
tree | 230285b85fcfbbae826b9301afca91517fcf33f4 | |
parent | de9092593ca5de65181445250d1a6a59b5b4aab7 [diff] |
PHAL: added createErrorPEL wrapper function Refactored createBootErrorPEL to support callout and additional data information as optional parameter to support diffrent types of PEL creation. Also renamed createBootErrorPEL -> createErrorPEL. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Iee6e356740179caf6486a2750cf30278240a5785
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`.