diff options
| author | Prem Shanker Jha <premjha2@in.ibm.com> | 2017-05-19 13:37:40 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 17:47:07 -0500 |
| commit | 5cb040666a2315438f41f7dc247d574cc26bfcea (patch) | |
| tree | 7e4e0dc03f1753814997c1924203aaab772eaec9 | |
| parent | 36eadd6d59c6410409d9f60ce06ac1613e00b603 (diff) | |
| download | talos-hcode-5cb040666a2315438f41f7dc247d574cc26bfcea.tar.gz talos-hcode-5cb040666a2315438f41f7dc247d574cc26bfcea.zip | |
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 <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Reviewed-by: CHRISTOPHER M. RIEDL <cmriedl@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
| -rw-r--r-- | import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

