summaryrefslogtreecommitdiffstats
path: root/import/chips/p9/procedures/ppe_closed
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2018-05-31 23:10:18 -0500
committerhostboot <hostboot@us.ibm.com>2018-08-22 17:55:57 -0500
commitba27d42d879d1e11089baf04ab2f4047a0744bcf (patch)
tree3435d50d03adfaf463ad5341a18cb7e12c182be8 /import/chips/p9/procedures/ppe_closed
parent691d819d65aeb2ab14ae43125578309129b76560 (diff)
downloadtalos-hcode-ba27d42d879d1e11089baf04ab2f4047a0744bcf.tar.gz
talos-hcode-ba27d42d879d1e11089baf04ab2f4047a0744bcf.zip
STOP: Fix leftover wakeup aborting next entry
Key_Cronus_Test=PM_REGRESS Change-Id: I426f31fe069c3c53e8c80662b7ef816475726e89 Original-Change-Id: Iff892a1e71423197ae894293e5c6df242ea6fc1d CQ: HW450809 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59718 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher R. Jones <crjones@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe_closed')
-rw-r--r--import/chips/p9/procedures/ppe_closed/cme/p9_cme.h1
-rw-r--r--import/chips/p9/procedures/ppe_closed/cme/p9_cme_iota_main.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/p9_cme.h b/import/chips/p9/procedures/ppe_closed/cme/p9_cme.h
index fb6a6be9..69e313ee 100644
--- a/import/chips/p9/procedures/ppe_closed/cme/p9_cme.h
+++ b/import/chips/p9/procedures/ppe_closed/cme/p9_cme.h
@@ -32,6 +32,7 @@
extern uint32_t G_CME_LCL_EINR;
extern uint32_t G_CME_LCL_EISR;
extern uint32_t G_CME_LCL_EISR_CLR;
+extern uint32_t G_CME_LCL_EISR_OR;
extern uint32_t G_CME_LCL_EIMR_CLR;
extern uint32_t G_CME_LCL_EIMR_OR;
extern uint32_t G_CME_LCL_EIPR_CLR;
diff --git a/import/chips/p9/procedures/ppe_closed/cme/p9_cme_iota_main.c b/import/chips/p9/procedures/ppe_closed/cme/p9_cme_iota_main.c
index 92d1a8bd..8c508e5f 100644
--- a/import/chips/p9/procedures/ppe_closed/cme/p9_cme_iota_main.c
+++ b/import/chips/p9/procedures/ppe_closed/cme/p9_cme_iota_main.c
@@ -49,6 +49,7 @@ CmeFitRecord G_cme_fit_record = {0, 0, 0, 0, 0xFFFFFFFF, 0};
uint32_t G_CME_LCL_EINR = CME_LCL_EINR;
uint32_t G_CME_LCL_EISR = CME_LCL_EISR;
uint32_t G_CME_LCL_EISR_CLR = CME_LCL_EISR_CLR;
+uint32_t G_CME_LCL_EISR_OR = CME_LCL_EISR_OR;
uint32_t G_CME_LCL_EIMR_CLR = CME_LCL_EIMR_CLR;
uint32_t G_CME_LCL_EIMR_OR = CME_LCL_EIMR_OR;
uint32_t G_CME_LCL_EIPR_CLR = CME_LCL_EIPR_CLR;
OpenPOWER on IntegriCloud