commit | 87c40d33f0c4a0b28dd3c106b31bf23d7e86521c | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Nov 12 02:58:49 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Nov 15 02:05:56 2021 -0600 |
tree | 554f5dafe1415a81c7f23c862f8f0fb09581428e | |
parent | 9883ed5fa067c074ee67c25f60d60e0fa2be910e [diff] |
PHAL: Remove HWAS_STATE updates from sbe ffdc processing api Common PEL hardware Deconfiguration record adding function will take care HWAS_STATE attribute updates. Removing the duplicate code. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Iba1fdeb6d4ae0152fa28b0ff61d40095581d5b0a
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`.