Skip to content

Commit

Permalink
PM Lib: HWP p9_pm_force_core_access
Browse files Browse the repository at this point in the history
 - Initial checkin
 - This procedure is based on RTC: 162579
 - Made this HWP level 2( in p3)
 - Added cme id as input

Change-Id: I52abce4b8ece22ebdf4bdcd1b423ccbb251ccb17
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35363
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: Prem Shanker Jha <premjha2@in.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35365
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Amit Kumar authored and dcrowell77 committed Jun 23, 2017
1 parent 5a95979 commit 69fd797
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
Expand Up @@ -263,6 +263,11 @@ enum SLAVE_CONFIG_DEFS
CFG_PM_DISABLE = 6,
CFG_PM_MUX_DISABLE = 7
};
enum SICR_DEFS
{
PCBMUX_REQ_C0 = 10,
PCBMUX_REQ_C1 = 11
};

} // END OF NAMESPACE p9hcd

Expand Down

0 comments on commit 69fd797

Please sign in to comment.