Move ERR0 and ERR1 monitor to the new architecture

Add an error monitor for CPU_ERR0 and CPU_ERR1 that polls to check
if it is asserted through the timeout and logs the event.  If it is
ever not asserted, it will wait for an interrupt to start polling
again.

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