aboutsummaryrefslogtreecommitdiff
path: root/include/phb4-capp.h
diff options
context:
space:
mode:
authorChristophe Lombard <clombard@linux.vnet.ibm.com>2017-06-13 14:21:22 +0200
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-19 17:20:55 +1000
commit71de2375d28d8dba3b50f4857540bc68da3e5856 (patch)
tree0a57c66735a0bc93b8f2d60f36512c4bfb47f3a4 /include/phb4-capp.h
parente50764d4f2b11fc9e9fe0b2fd0a4617b32593bfa (diff)
downloadskiboot-71de2375d28d8dba3b50f4857540bc68da3e5856.zip
skiboot-71de2375d28d8dba3b50f4857540bc68da3e5856.tar.gz
skiboot-71de2375d28d8dba3b50f4857540bc68da3e5856.tar.bz2
capi: Handle HMI events
Find the CAPP on the chip associated with the HMI event for PHB4. The recovery mode (re-initialization of the capp, resume of functional operations) is only available with P9 DD2. A new patch will be provided to support this feature. Signed-off-by: Christophe Lombard <clombard@linux.vnet.ibm.com> Reviewed-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/phb4-capp.h')
-rw-r--r--include/phb4-capp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/phb4-capp.h b/include/phb4-capp.h
index 89de034..a9b81f6 100644
--- a/include/phb4-capp.h
+++ b/include/phb4-capp.h
@@ -23,6 +23,9 @@
#define CAPP_APC_MASTER_ARRAY_WRITE_REG 0x2010842 /* Satellite 2 */
#define CAPP_FIR 0x2010800
+#define CAPP_FIR_MASK 0x2010803
+#define CAPP_FIR_ACTION0 0x2010806
+#define CAPP_FIR_ACTION1 0x2010807
#define CAPP_ERR_RPT_CLR 0x2010813
#define APC_MASTER_PB_CTRL 0x2010818
#define APC_MASTER_CAPI_CTRL 0x2010819