From 368843ab0fa16f68b1701cb2eeb459f56e12796f Mon Sep 17 00:00:00 2001 From: Yue Du Date: Thu, 31 Aug 2017 12:29:56 -0500 Subject: [PATCH] PM: Add atrribute to cpmmr control for Core Periodic Quiesce Change-Id: I70cc9bba5e358a85ee420b329365817c688084f0 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45505 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Gregory S. Still Reviewed-by: Juan R. Medina Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45587 Reviewed-by: Hostboot Team Reviewed-by: Sachin Gupta --- .../chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h | 10 ++++++++++ 1 file changed, 10 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 0c57e5939..381c66ab5 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 @@ -241,6 +241,16 @@ enum PM_PGPE_HEADER_FLAGS PGPE_HEADER_FLAGS_VRATIO_MODIFIER = 12 }; +// +//Enum for of PPM Register Bits for FW Usage +// +enum PM_PPM_FW_FLAGS +{ + CPPM_CPMMR_DISABLE_PERIODIC_CORE_QUIESCE = 2, + QPPM_QCCR_IGNORE_QUAD_STOP_EXITS = 10, + QPPM_QCCR_IGNORE_QUAD_STOP_ENTRIES = 11 +}; + #ifndef __PPE_PLAT } //End p9hcd namespace #endif