From 5cb040666a2315438f41f7dc247d574cc26bfcea Mon Sep 17 00:00:00 2001 From: Prem Shanker Jha Date: Fri, 19 May 2017 13:37:40 -0500 Subject: PM: Enabled VDM Enable Flag in SGPE Image Header. Change-Id: I5d1fd3c50b37ebd97fd38f9a8cc6318eae71ba08 RTC: 173612 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40764 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Gregory S. Still Reviewed-by: CHRISTOPHER M. RIEDL Reviewed-by: Jennifer A. Stofer --- import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H b/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H index e5f03dac..aaee2801 100644 --- a/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H +++ b/import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H @@ -226,7 +226,7 @@ HCD_CONST(SGPE_STOP_8_TO_5_BIT_POS, 0x20000000) HCD_CONST(SGPE_STOP_11_TO_8_BIT_POS, 0x10000000) HCD_CONST(SGPE_ENABLE_CME_TRACE_ARRAY_BIT_POS, 0x08000000) HCD_CONST(SGPE_ENABLE_CHTM_TRACE_CME_BIT_POS, 0x04000000) -HCD_CONST(SGPE_VDM_ENABLE_BIT_POS, 0x02000000) +HCD_CONST(SGPE_VDM_ENABLE_BIT_POS, 0x04000000) HCD_CONST(SGPE_PROC_FAB_PUMP_MODE_BIT_POS, 0x00004000) ///24x7 -- cgit v1.2.3