Combine attn handler and openpower hwdiags

The main binary is now openpower-hw-diags. This application will take a
command line option --daemon to load it as a daemon. As a daemon it will
register the attention handler portion of application as the attention
gpio event handler. If the application is not loaded as a daemon it will
operate as a stand alone application which accepts command line options
for requesting hardware analyses and diagnostics operations.

Change-Id: I6210b744cb320873d74a0757928f904ca6296846
Signed-off-by: Ben Tyner <ben.tyner@ibm.com>
15 files changed
tree: 8c3b47f1c0bfd48a8fc7dce4a025920b87ef3d01
  1. analyzer/
  2. attn/
  3. subprojects/
  4. test/
  5. .clang-format
  6. .gitignore
  7. LICENSE
  8. main.cpp
  9. MAINTAINERS
  10. meson.build
  11. meson_options.txt
  12. 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.