commit | de9092593ca5de65181445250d1a6a59b5b4aab7 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Nov 15 02:36:45 2021 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Mon Nov 15 02:56:26 2021 -0600 |
tree | 9e578a423e9ed08120cc7920400bcf9a90b444eb | |
parent | 5d5eb314ca9be0da574cb9946766b6a8b7193d0b [diff] |
PHAL: Fix pdbg target traversal error path issues Existing pdbg target traversal call back function continues traversal incase any attribute read failure on entity path associated target. This logic is wrong, should be continue collecting available attribute information and stop traversal in this case. Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I1865558962ffb3a715760a060e0054110b4da470
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`.