commit | 2eb31ad2ecafcc595de075add32b3438f6cadd32 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Sep 20 07:13:28 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Sep 24 05:40:04 2021 -0500 |
tree | 8e3a3ee233a7d22ffef8c705eb9f8515fe96d8ae | |
parent | a8d2f71012a608befe095780e9f6b9e218698812 [diff] |
PHAL: added createSbePEL wrapper function Added wrapper function to create SBE PEL based on event type and user provided additional SBE provided FFDC information Refer phosphor-logging/extensions/openpower-pels/README.md section "Self Boot Engine(SBE) First Failure Data Capture(FFDC) Support" for details on this implementation. Tested: verified PEL log Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ice41e224d92a773090d601d3154b4c30bdd09c02
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`.