summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2018-10-11 16:30:32 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-14 13:10:57 -0500
commit78f90ced0fa36c4d682b2c7bf0c1af973b0e7755 (patch)
tree2026642f18b7a5ce6a09ec78ed8bb9020908321f /src/include/usr
parent52b76be222254e59959db984606c09dae854270b (diff)
downloadtalos-hostboot-78f90ced0fa36c4d682b2c7bf0c1af973b0e7755.tar.gz
talos-hostboot-78f90ced0fa36c4d682b2c7bf0c1af973b0e7755.zip
Add component IDs for PGPE and SGPE/XGPE
Change-Id: I7ab08671e17a6c674eb394515234a28770449859 RTC: 197064 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67375 Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Sheldon Bailey <baileysh@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/hbotcompid.H18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/include/usr/hbotcompid.H b/src/include/usr/hbotcompid.H
index 53ba8cf74..d9faaaf5f 100644
--- a/src/include/usr/hbotcompid.H
+++ b/src/include/usr/hbotcompid.H
@@ -374,7 +374,7 @@ const char SBEIO_COMP_NAME[] = "sbeio";
// OCCC id 2A00 matches OCCC id on FSP
/** @name OCCC
- * OCC Thermal Management Device
+ * On Chip Controller: Power & Thermal Management
*/
const compId_t OCCC_COMP_ID = 0x2A00;
const char OCCC_COMP_NAME[] = "occc";
@@ -388,6 +388,22 @@ const compId_t TRBOOT_COMP_ID = 0x2B00;
const char TRBOOT_COMP_NAME[] = "trboot";
//@}
+// PGPE id 2E00 matches PGPE id on FSP
+/** @name PGPE
+ * Power Managment HCODE
+ */
+const compId_t PGPE_COMP_ID = 0x2E00;
+const char PGPE_COMP_NAME[] = "pgpe";
+//@}
+
+// XGPE id 2F00 matches XGPE id on FSP
+/** @name XGPE
+ * Power Managment HCODE
+ */
+const compId_t XGPE_COMP_ID = 0x2F00;
+const char XGPE_COMP_NAME[] = "xgpe";
+//@}
+
/** @name RESERVED
* Reserved component ID. x3100 is the component ID
* of FipS ERRL component. Due to our use of
OpenPOWER on IntegriCloud