summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-01-29 17:06:52 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2017-02-15 09:16:26 -0500
commit565e1f0fc6cdb3446f5c3ca58add2931f3e5cbff (patch)
treeec94a8a85ab7985802456e9827f97e6bfe97d3e1 /src/import/chips/p9/procedures/hwp
parente439b55e456a8bf0adc8a8d4d09b45dce1234f9e (diff)
downloadtalos-sbe-565e1f0fc6cdb3446f5c3ca58add2931f3e5cbff.tar.gz
talos-sbe-565e1f0fc6cdb3446f5c3ca58add2931f3e5cbff.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Reviewed-by: Sangeetha T S <sangeet2@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36385 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H11
1 files changed, 10 insertions, 1 deletions
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
OpenPOWER on IntegriCloud