commit | 006641ef0b485c2be0bbffdbc3e8d77327051cad | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Oct 07 06:56:24 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Oct 18 02:03:23 2021 -0500 |
tree | 282ac56ae4dfabb47cbf7f93e1d2da688bc2250b | |
parent | 21a889fd116971f24cefe9331f3824f3099a290a [diff] |
PHAL: collect sbe dump for the sbe boot timeout Added support to collect dump during sbe boot timeout failure. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I88d6eb3c09094721db048c4f90d0d5008eac2cce
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`.