Add CPLD CRC Error Monitor

This adds a new signal monitor for the CPLD CRC Error that
relies on CPU presence to determine if an error should be
logged.

Tested:
Used the GPIO mockup driver to manually trigger both CPLD CRC
Monitors and confirm that the Redfish event is logged correctly.
Details on the GPIO mockup driver can be found here:
https://www.kernel.org/doc/html/latest/admin-guide/gpio/gpio-mockup.html

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