From a98ec3b1200988c6776a7ed07d28cadd290a0568 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Thu, 14 Feb 2019 17:28:23 -0500 Subject: 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 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Dean Sanner Reviewed-by: Jennifer A. Stofer --- import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h | 4 ++-- 1 file 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 -- cgit v1.2.1