commit | 21a889fd116971f24cefe9331f3824f3099a290a | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Thu Oct 07 06:53:40 2021 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Oct 18 02:03:10 2021 -0500 |
tree | 5f1c28f91d8e850109fcdb328411f0447387b58f | |
parent | db8d46c03328aff5943aa848868fe0a07dd8f21d [diff] |
PHAL: dump utility functions support Added dump utility function to create and watch dump progress for SBE type dumps. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: Ieef2231340aab9ed09aa677dcabdcf4c3b066645
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`.