commit | 80f8ff9507c870b6c241cf9f130b3adc7bfcefe5 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Jan 05 05:11:49 2022 -0600 |
committer | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Jan 05 05:12:37 2022 -0600 |
tree | 04ede08a4ff17f4909225e8f946b81ea1c438f21 | |
parent | 2b30dea14d7821e0eb641c48d8a1f981556463fa [diff] |
PHAL: Log informational type event for threadStopAll failure currently threadStopAll command chip-op failure is marked as unrecoverable type event. This is only called in poweroff/error path, good chance of chip-op failure in some use-cases. Since there no service action required related to this failure converting un-recoverable errors to informational Tested: Verified PEL Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com> Change-Id: I04be09046967055579fc64980d81247e975a9c76
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps: 1. meson builddir 2. ninja -C builddir To build with phal feature: 1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir To clean the repository run `ninja -C builddir/ clean`.