Skip to content

Commit

Permalink
Add Periodic Core Quiesce Disable Scom Propagation
Browse files Browse the repository at this point in the history
Change-Id: Ie25cba244f9ea69d8aca04efc9d5c47c30be1218
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45140
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>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Juan R. Medina <jrmedina@us.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/45142
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
adamant1 authored and sgupta2m committed Aug 30, 2017
1 parent c7277c9 commit c9cc2cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h
Expand Up @@ -181,6 +181,7 @@ enum PM_GPE_OCCFLG_DEFS
SGPE_IGNORE_STOP_ACTION = 10,
SGPE_IGNORE_STOP_EXITS = 11,
SGPE_IGNORE_STOP_ENTRIES = 12,
OCCFLG_CORE_QUIESCE_WORKARND_DIS = 13,
SGPE_24_7_ACTIVATE = 14,
SGPE_24_7_ACTIVE = 15,
PIB_I2C_MASTER_ENGINE_1_LOCK_BIT0 = 16, //BIT0 ored BIT1 gives the field
Expand Down Expand Up @@ -224,6 +225,7 @@ enum PM_CME_FLAGS_DEFS
CME_FLAGS_OCC_HB_SAFE_MODE = 7,
CME_FLAGS_BLOCK_WKUP_C0 = 8,
CME_FLAGS_BLOCK_WKUP_C1 = 9,
CME_CORE_QUIESCE_WORKARND_DIS = 23,
CME_FLAGS_PSTATES_ENABLED = 24,
CME_FLAGS_FREQ_UPDT_DISABLE = 25,
CME_FLAGS_EX_ID = 26,
Expand Down

0 comments on commit c9cc2cf

Please sign in to comment.