commit | 0205f3b3ed6f7a7761ebfe13f472b5a6ff6ba7c0 | [log] [tgz] |
---|---|---|
author | Ben Tyner <ben.tyner@ibm.com> | Mon Feb 24 10:24:47 2020 -0600 |
committer | Ben Tyner <ben.tyner@ibm.com> | Fri Feb 28 11:42:07 2020 -0600 |
tree | 8c3b47f1c0bfd48a8fc7dce4a025920b87ef3d01 | |
parent | 92e39fd955875ede90744dc8956b7530920a6a23 [diff] |
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>
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.