Skip to content

Commit

Permalink
Change CME BCE reads to always use VG scope
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jjmcgill authored and op-jenkins committed Feb 20, 2019
1 parent 26e4a80 commit a98ec3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import/chips/p9/procedures/ppe_closed/lib/p9_hcd_block_copy.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HCODE Project */
/* */
/* COPYRIGHT 2015,2018 */
/* COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand All @@ -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
Expand Down

0 comments on commit a98ec3b

Please sign in to comment.