Improve PECI error checking and reporting

It's possible for a PECI command to return successfully with an
error in the completion code.  This change adds checks for the
PECI completion code and will print an error on failure.

Tested:
Injected an IERR and confirmed that PECI data is correctly handled.

Change-Id: I86fc0a99ab04dac4d8b38f9f7e0ee1eb6a39397d
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
1 file changed
tree: 4083071acc2a4cc93dd0d7e38001248365fa00e3
  1. service_files/
  2. src/
  3. .clang-format
  4. cmake-format.json
  5. CMakeLists.txt
  6. LICENSE
  7. MAINTAINERS
  8. README.md
README.md

host-error-monitor

The host-error-monitor application is intended to monitor various host error signals and take appropriate action (logging, crashdump, reset, etc.) when triggered.