| commit | 0ac7c38f64ce2c5a170ab6fe219d26e599713da3 | [log] [tgz] |
|---|---|---|
| author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Nov 15 05:43:24 2021 -0600 |
| committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Nov 17 04:35:30 2021 +0000 |
| tree | 4fd8d6a0940921de857e323f40b7164814f0b224 | |
| parent | 0a516defad30cc79bde52259d6b660c3144d2beb [diff] |
PHAL: Add procedure callout for hwp errors
Added infrastructure to enable procedure callout support
for the HWP failure related PEL
Tested:
User data 1
"HWP_PROC_CO_01_MAINT_PROCEDURE": "BMC0002",
"HWP_PROC_CO_01_PRIORITY": "MEDIUM",
"Callout Section": {
"FRU Type": "Maintenance Procedure Required",
"Priority": "Medium Priority",
"Procedure": "BMC0002"
}
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I25f7bed2817a767c219a7a4c2ad6d71ccb3bbf07
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`.