Skip to content

Commit a98ec3b

Browse files
jjmcgillop-jenkins
authored andcommitted
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>
1 parent 26e4a80 commit a98ec3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/* */
66
/* OpenPOWER HCODE Project */
77
/* */
8-
/* COPYRIGHT 2015,2018 */
8+
/* COPYRIGHT 2015,2019 */
99
/* [+] International Business Machines Corp. */
1010
/* */
1111
/* */
@@ -32,7 +32,7 @@ typedef enum
3232
ENABLE_WR_SCOPE = 0x0000000000000010,
3333

3434
// Due to HW423589, need to enable vector scope to all targets
35-
#if NIMBUS_DD_LEVEL == 20 || NIMBUS_DD_LEVEL >= 22
35+
#if NIMBUS_DD_LEVEL >= 20
3636
ENABLE_RD_SCOPE = 0x0000000000000020,
3737
VG_TARGET_1S = 0x0000000000000008,
3838
#else

0 commit comments

Comments
 (0)