Disable crashdump for SMI Timeout with an option to enable

When debugging with JTAG, if the host is halted while the SMI
pin is asserted, the BMC will detect that as an SMI timeout and
trigger a crashdump.  For debug with a reference platform, this
is not desired, so disable crashdump for SMI timeout but provide
an option to enable it.

Tested:
Halted with SMI asserted and confirmed that the error is logged
but no crashdump is triggered.

Built with the option enabled and confirmed that crashdump is
triggered as expected.

Change-Id: I27dbbc6c9114b5c65c33ea7de8b6e234313d4736
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
2 files changed
tree: 19c5b05511deec08996724841ccd87e352e419ad
  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.