Add base GPIO polling class for the new architecture

New architecture is intended to improve flexibility for which
signals are monitored in a system and how they are handled.

New monitoring flow handles interrupts storms better by using
the interrupt to notify of changes and start a polling loop to
get the actual status.

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