commit | fe37aea0cdb03216bcca770f1fbbfd9825276f77 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Oct 07 04:41:26 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Sat Oct 09 02:24:18 2021 -0500 |
tree | 8f90430878c3e7b101a00eef2522d558fe16bfd9 | |
parent | 9e178b740af10ba6993ac55e59934b71a628dd09 [diff] |
PHAL: createSbePEL API updates Dump D-bus API requires PLID information to create SBE dump. Updated createSbePEL API to return PLID information for same. Replaced PEL CreateWithFFDCFiles api with CreatePELWithFFDCFiles to get PEL id. Tested: verified manually. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I38984e63029ae236b05744c81726296d2da17149
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`.