commit | faaef2aca63e27d8cf842ee678295edfa3f66251 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Oct 08 06:49:36 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Oct 18 02:03:24 2021 -0500 |
tree | 5ee36e6c9ebe7b4e6bdf83a2a00d845ad209afd0 | |
parent | 006641ef0b485c2be0bbffdbc3e8d77327051cad [diff] |
PHAL: improved boot failure reason code based logging Added support to all newly added ipl failures. - IPL_ERR_HWP reports hwp procedure failures - IPL_ERR_SBE_CHIPOP reports during continue mpipl chip-op - IPL_ERR_SBE_BOOT reports sbe_start step. - All remaining failures log generic boot failure now Tested: Manually verified. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: If103d53abd163ba4995a23b91700dbccfb81e2f9
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`.