Add CPU early error monitor

This adds a monitor for an early error signal from the CPU.

Tested:
Used the GPIO mock-up driver to confirm that the CPU early error is
logged when the GPIO asserts.

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