Skip to content

Commit

Permalink
Add component IDs for PGPE and SGPE/XGPE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cjcain authored and dcrowell77 committed Oct 14, 2018
1 parent 52b76be commit 78f90ce
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/include/usr/hbotcompid.H
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand All @@ -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
Expand Down

0 comments on commit 78f90ce

Please sign in to comment.