summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
diff options
context:
space:
mode:
authorGreg Still <stillgs@us.ibm.com>2017-01-29 17:06:52 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-27 11:40:08 -0500
commitd9739e649c66de19a7384d5140059809eea8752a (patch)
tree03096e84db5e1a9658818885a281cb77b7dcc643 /src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
parent36168f2b475646f2854ae37f2f81d45f9b0add22 (diff)
downloadtalos-hostboot-d9739e649c66de19a7384d5140059809eea8752a.tar.gz
talos-hostboot-d9739e649c66de19a7384d5140059809eea8752a.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: I6c7513c0dff9d4fb53c8320f1ed78cf7fdbe0fc8 Original-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/37045 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H')
-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 ae4c8660f..172a48a81 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