Skip to content

Commit

Permalink
Update Axone Partial Good rules to clean up error logs
Browse files Browse the repository at this point in the history
We were taking errors becuase there were no rules for OBUS_BRICK
and XBUS targets for partial good. There must be at least 1 valid
rule else an error log shows up. This commit allows Axone to use
the existing PG rules for now.

Change-Id: I73c72141ea72c9a9182cce438bf80fea74fc3ef4
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69746
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matthew Raybuck <mraybuc@us.ibm.com>
Reviewed-by: Roland Veloz <rveloz@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
crgeddes committed Dec 19, 2018
1 parent cdcc9c2 commit ec1cb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/usr/hwas/common/pgLogic.H
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ namespace PARTIAL_GOOD
// here.
new PartialGoodRule
(
{&PREDICATE_CUMULUS, &PREDICATE_NIMBUS},
PREDICATE_P9,
MASK_NA,
MASK_NA,
INDEX_NA,
Expand Down Expand Up @@ -778,7 +778,7 @@ namespace PARTIAL_GOOD
// present on Nimbus.
new PartialGoodRule
(
{&PREDICATE_CUMULUS},
{&PREDICATE_CUMULUS, &PREDICATE_AXONE},
XBUS_R1_PG_MASK,
ALL_OFF_AG_MASK,
USE_CHIPLET_ID,
Expand Down

0 comments on commit ec1cb99

Please sign in to comment.