Add a debug message for unsupported CPU models

It can be difficult to know when an error is caused by an unsupported
CPU model, so this adds a debug print to show when that happens.

Tested:
Confirmed that the message prints for unhandled CPU models.

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