commit | 9883ed5fa067c074ee67c25f60d60e0fa2be910e | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Nov 12 02:55:49 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Nov 15 02:05:35 2021 -0600 |
tree | 39619e650e056031987c11243dad7733ff284174 | |
parent | ad3ff0fdf8482231b8a793f17c401c6f501ca80e [diff] |
PHAL: Guard related service action support for PHAL logs Added required fields in the PEL user data section to create guard record entries for PHAL specific error logs Tested: verified guard logs. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ie3c190e1cdd75bb8bee113f2d34025499f24d3fa
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`.