From c9cc2cfedc0b4c80c7f5951012573f86d069b3e8 Mon Sep 17 00:00:00 2001 From: Adam Hale Date: Thu, 24 Aug 2017 17:13:52 -0500 Subject: [PATCH] Add Periodic Core Quiesce Disable Scom Propagation Change-Id: Ie25cba244f9ea69d8aca04efc9d5c47c30be1218 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45140 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Tested-by: FSP CI Jenkins Reviewed-by: Juan R. Medina Reviewed-by: Gregory S. Still Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45142 Reviewed-by: Hostboot Team Reviewed-by: Sachin Gupta --- src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h b/src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h index ca3d08726..a0b33276e 100644 --- a/src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h +++ b/src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h @@ -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 @@ -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,