Fix memory thermtrip detection

The memory thermtrip SGPIOs are not latched from the CPLD which
is causing spurious events to get logged on DC-cycles.

To fix this, the CPLD is adding latching for the memory
thermtrip SGPIOs, so BMC no longer needs to check host state on
memory thermtrip errors.

Also make both the memory thermtrip events falling-edge.

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