Added IPC support to attention handler

Created a listener thread that configures and starts the attention
gpio monitor. The listener remains resident in memory and accepts
run-time commands to configure (or stop) the attention handler.

Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
Change-Id: I032fe25a49d43d91a1f7d41cc34318839cd7de05
4 files changed
tree: aabc0e0d33e768a9d4fcb1960a5c774ec120dcbf
  1. analyzer/
  2. attn/
  3. subprojects/
  4. test/
  5. .clang-format
  6. .gitignore
  7. cli.cpp
  8. cli.hpp
  9. LICENSE
  10. listener.cpp
  11. listener.hpp
  12. main.cpp
  13. MAINTAINERS
  14. meson.build
  15. meson_options.txt
  16. README.md
README.md

Hardware Diagnostics for POWER Systems

In the event of a system fatal error reported by the internal system hardware (processor chips, memory chips, I/O chips, system memory, etc.), POWER Systems have the ability to diagnose the root cause of the failure and perform any service action needed to avoid repeated system failures.

Aditional details TBD.