Enable boot FIVR fault monitoring and logging

A boot FIVR fault will assert the CPU FIVR Fault GPIO and then
assert the thermtrip GPIO. This adds a check for if the CPU
FIVR Fault GPIO is asserted to determine whether to log a boot
FIVR fault or a CPU thermal trip.

Tested:
Pulled the CPU FIVR Fault GPIO high and moved the jumper to assert
a thermtrip.  After the system shut down, confirmed that the event
was logged as a boot FIVR fault.

Change-Id: Ic4292a3fa9135c7367764f2b126937e33c5ad652
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
1 file changed
tree: a5dfbbbb978622ee118c57ac7eaa02ea06cbfbcd
  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.