From f77a657f72b20b1ae3110462815e7f9f155e0374 Mon Sep 17 00:00:00 2001 From: Rahul Batra Date: Thu, 24 Aug 2017 16:44:00 -0500 Subject: [PATCH] PSTATE/STOP: Pstate-Stop interaction fixes Change-Id: Ifbbecdffc7a18382217b3c0a691912f311407336 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45138 Tested-by: Jenkins Server Reviewed-by: Juan R. Medina Tested-by: Hostboot CI Tested-by: FSP CI Jenkins Reviewed-by: Brian T. Vanderpool Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45621 Reviewed-by: Hostboot Team Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h | 1 + 1 file changed, 1 insertion(+) 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 eb1745b96b0..7658fa849dd 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 @@ -217,6 +217,7 @@ enum PM_CME_FLAGS_DEFS // enum PM_CME_SCRATCH_DEFS { + CME_SCRATCH_DB0_PROCESSING_ENABLE = 25, CME_SCRATCH_LOCAL_PSTATE_IDX_START = 26, CME_SCRATCH_LOCAL_PSTATE_IDX_LENGTH = 6 };