Skip to content

Commit

Permalink
Apply OBUS PG rules update to Axone also
Browse files Browse the repository at this point in the history
Recently some changes were made to the OBUS PG rules to look at the
N1 chiplet instead of the N3. This fix also need to be applied to
Axone.

Change-Id: I78ea9258d2638454729130568ee3383979839606
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74868
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
crgeddes committed Mar 27, 2019
1 parent c7534ed commit ddc7b1e
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 @@ -696,10 +696,10 @@ namespace PARTIAL_GOOD
NO_SPECIAL_RULE
),
// OBUS Rule 3: pbioo1 unit on chiplet N1 must be checked
// for Cumulus OBUSes (chip unit 1 and 2).
// for Cumulus and Axone OBUSes (chip unit 1 and 2).
new PartialGoodRule
(
{&PREDICATE_CUMULUS},
{&PREDICATE_CUMULUS, &PREDICATE_AXONE},
OBUS_R3_PG_MASK,
ALL_OFF_AG_MASK,
N1_PG_INDEX,
Expand Down

0 comments on commit ddc7b1e

Please sign in to comment.