Add parameter to set the MCERR assert polarity

Some systems have MCERR as high-assert, so this change removes the
hardcoded low-assert, and adds a parameter to select the polarity.

Tested:
Confirmed that MCERR polarity can be configured with the parameter.

Change-Id: I732354068495aefba0508c80e9042956e2fa35a5
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
1 file changed
tree: 340a5ce22c33a598b811483e1a9842cf416bff29
  1. include/
  2. service_files/
  3. src/
  4. .clang-format
  5. cmake-format.json
  6. CMakeLists.txt
  7. LICENSE
  8. MAINTAINERS
  9. OWNERS
  10. 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.