commit | 0a516defad30cc79bde52259d6b660c3144d2beb | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Sun Nov 14 09:59:06 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Nov 17 04:35:21 2021 +0000 |
tree | 32ab42c86196b8524f0dbfcc23f047125cd75215 | |
parent | 8fe9ff91acd776e45197259c6050e73c8a5c888b [diff] |
PHAL: Add BMC0001 procedure callout for SBE boot error Added procedure callout during SBE boot error processing function, when fail to get boot processor information. Tested: "Callout Section": { "Callout Count": "1", "Callouts": [{ "FRU Type": "Maintenance Procedure Required", "Priority": "Mandatory, replace all with this type as a unit", "Procedure": "BMC0001" }] } Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ifd9311e25b8447409d901ba446185337e38ef305
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`.