From 565e1f0fc6cdb3446f5c3ca58add2931f3e5cbff Mon Sep 17 00:00:00 2001 From: Greg Still Date: Sun, 29 Jan 2017 17:06:52 -0600 Subject: p9_pm_pstate_gpe_init and p9_pm_pba_init updates for PGPE booting - Allocated PBA Slave 2 to PGPE for both booting and runtime. - Setup PBA Slave 1 for GPE1 for use by OCC FW during run-time - Added debug halt detection for lab use - Typos from comments - Made stand-alone with p9_hcd_common.H updates Change-Id: I9df3676c9f58cbced49f0a5605be0d787fa930c7 RTC: 168104 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35547 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: AMIT KUMAR Reviewed-by: Prem Shanker Jha Reviewed-by: Sangeetha T S Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36385 Reviewed-by: Hostboot Team Tested-by: FSP CI Jenkins Reviewed-by: Sachin Gupta --- src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/import/chips/p9/procedures/hwp') diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H b/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H index 76d41a3d..9e61d4c4 100644 --- a/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H +++ b/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H @@ -234,7 +234,16 @@ enum P9_HCD_SCAN0_CONSTANTS // XSR defines enum XSR_DEFS { - HALTED_STATE = 0 + HALTED_STATE = 0, + HALT_CONDITION_START = 1, + HALT_CONDITION_LEN = 3, + XCR_CMD_HALT = 1, + WDT_HALT = 2, + UMI_HALT = 3, + DEBUG_HALT = 4, + DBCR_HALT = 5, + INPUT_HALT = 6, + HW_FAILURE = 7 }; // XCR defines -- cgit v1.2.1