commit | 748d32c19f2311e15342c39c6cb4c0b780a87927 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Jul 10 01:45:20 2020 -0500 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Fri Jul 10 01:45:20 2020 -0500 |
tree | 522d22c90519ac6c52b100118ed7afe5ed2d0f16 | |
parent | 3ae7ed4f5174a12c198e4c428c7bb3f804b36215 [diff] |
Fix for missing phal traces in journal log Added support to include traces provided by phal callback functions to journal log. Removed additional check to skip unwanted data from phal call back , which is fixed in the latest libekb logging. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I43533f18f6efaded31bf57e8c10834def75f59ae
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`.