summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2019-02-14 17:28:23 -0500
committerhostboot <hostboot@us.ibm.com>2019-02-20 10:49:24 -0600
commita98ec3b1200988c6776a7ed07d28cadd290a0568 (patch)
tree92138a2841db19a2a07f7e8c3ad4505bb6cfb7d6
parent26e4a803a8851b897b92d8f104e2467e44bb3a5f (diff)
downloadtalos-hcode-a98ec3b1200988c6776a7ed07d28cadd290a0568.tar.gz
talos-hcode-a98ec3b1200988c6776a7ed07d28cadd290a0568.zip
Change CME BCE reads to always use VG scope
DD2.1 parts are now being run with the MCD disabled in enterprise FW Change-Id: Ia2fdcf72023ec353688d1db3decec65161f0d745 CQ: SW455429 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71940 Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
-rw-r--r--import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h b/import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h
index d9220186..026361be 100644
--- a/import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h
+++ b/import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HCODE Project */
/* */
-/* COPYRIGHT 2015,2018 */
+/* COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -32,7 +32,7 @@ typedef enum
ENABLE_WR_SCOPE = 0x0000000000000010,
// Due to HW423589, need to enable vector scope to all targets
-#if NIMBUS_DD_LEVEL == 20 || NIMBUS_DD_LEVEL >= 22
+#if NIMBUS_DD_LEVEL >= 20
ENABLE_RD_SCOPE = 0x0000000000000020,
VG_TARGET_1S = 0x0000000000000008,
#else
OpenPOWER on IntegriCloud