diff options
| author | Yue Du <daviddu@us.ibm.com> | 2017-11-05 16:57:15 -0600 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2018-02-01 16:32:53 -0600 |
| commit | 9e01ff6c4b46d32792399bc68c56c253d2de5e92 (patch) | |
| tree | e1b81a2908c3b1a8ac2ee77d4b331c740c568c70 /import/chips/p9/procedures/ppe_closed/lib | |
| parent | 09d264482beefb609a1f0f0fc875bb1573b31043 (diff) | |
| download | talos-hcode-9e01ff6c4b46d32792399bc68c56c253d2de5e92.tar.gz talos-hcode-9e01ff6c4b46d32792399bc68c56c253d2de5e92.zip | |
STOP/PState: SGPE/PGPE Error Handling Support
Upon PGPE Halt
1) SGPE performs STOP Recovery Trigger to set
a malfunction alert and removes PGPE IPCs
from wake-up decisions.
2) CME is interrupted by QPPM OCC Heartbeat
Lost that PGPE stopped updating
Upon SGPE Halt
1) PGPE moves to Psafe
2) PGPE performs STOP Recovery Trigger to set
a malfunction alert.
This commit also includes SGPE Panic Code
Cleanup such as debug halt support.
However PGPE Panic Code Cleanup is dealt in
a different commit
Key_Cronus_Test=PM_REGRESS
Change-Id: I8625d9c0a9097ea1bb351aacdd21f05a00b88644
Original-Change-Id: I893aa1ef21d2f684722b8c10dbbeb92b9505c1c4
CQ: SW410252
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49275
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Michael S. Floyd <mfloyd@us.ibm.com>
Reviewed-by: RAHUL BATRA <rbatra@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/ppe_closed/lib')
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/lib/hcodelibfiles.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/lib/hcodelibfiles.mk b/import/chips/p9/procedures/ppe_closed/lib/hcodelibfiles.mk index 30c2d01d..55cd38dc 100644 --- a/import/chips/p9/procedures/ppe_closed/lib/hcodelibfiles.mk +++ b/import/chips/p9/procedures/ppe_closed/lib/hcodelibfiles.mk @@ -5,7 +5,7 @@ # # OpenPOWER HCODE Project # -# COPYRIGHT 2015,2017 +# COPYRIGHT 2015,2018 # [+] International Business Machines Corp. # # @@ -42,6 +42,7 @@ ########################################################################## HCODE_C_SOURCES = \ + p9_stop_recovery_trigger.c \ p9_hcd_block_copy.c \ p9_dd1_doorbell_wr.c |

