summaryrefslogtreecommitdiffstats
path: root/import/chips
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2017-04-21 02:44:33 -0500
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 17:27:16 -0500
commit1ba5f6cae2bc73b13c0f64a9e9df6bbc5bc1e992 (patch)
tree303128c26b7293e5371518dbe5ac49899b8625aa /import/chips
parent0d1e8b1d38892605ea4f281855aa12c537712c91 (diff)
downloadtalos-hcode-1ba5f6cae2bc73b13c0f64a9e9df6bbc5bc1e992.tar.gz
talos-hcode-1ba5f6cae2bc73b13c0f64a9e9df6bbc5bc1e992.zip
PM: Updated QM mode flags for CME.
Updates following fields of QM Flags in CME Image header : - ATTR_SYSTEM_RESCLK_ENABLE - ATTR_SYSTEM_IVRMS_ENABLED - ATTR_SYSTEM_WOF_ENABLED Change-Id: I5126231f0c5eb3b39f7e1ce48ddb09a5cd6e3fa7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39543 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: CHRISTOPHER M. RIEDL <cmriedl@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com>
Diffstat (limited to 'import/chips')
-rw-r--r--import/chips/p9/procedures/hwp/lib/p9_hcd_memmap_base.H3
1 files changed, 3 insertions, 0 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 5c1f171f..bca108fd 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
@@ -362,6 +362,9 @@ HCD_CONST(CME_STOP_8_TO_5_BIT_POS, 0x10000000)
HCD_CONST(CME_STOP_11_TO_8_BIT_POS, 0x08000000)
HCD_CONST(CME_QUEUED_SCAN_DISABLE_BIT_POS, 0x00000002)
HCD_CONST(CME_SKIP_CORE_POWEROFF_BIT_POS, 0x00000001)
+HCD_CONST(CME_QM_FLAG_RESCLK_ENABLE, 0x8000)
+HCD_CONST(CME_QM_FLAG_SYS_IVRM_ENABLE, 0x4000)
+HCD_CONST(CME_QM_FLAG_SYS_WOF_ENABLE, 0x2000)
/// CME Hcode
OpenPOWER on IntegriCloud